C# Class MumbleGuiClient.ConnectionMumbleProtocol

Inheritance: MumbleSharp.BasicMumbleProtocol
Afficher le fichier Open project: martindevans/MumbleSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
channelJoinedDelegate ChannelJoinedDelegate
channelLeftDelegate ChannelLeftDelegate
channelMessageReceivedDelegate ChannelMessageReceivedDelegate
encodedVoice EncodedVoiceDelegate
personalMessageReceivedDelegate PersonalMessageReceivedDelegate
serverConfigDelegate ServerConfigDelegate
userJoinedDelegate UserJoinedDelegate
userLeftDelegate UserLeftDelegate

Méthodes publiques

Méthode Description
EncodedVoice ( byte data, uint userId, long sequence, IVoiceCodec codec, SpeechTarget target ) : void
SendVoice ( ArraySegment pcm, SpeechTarget target, uint targetId ) : void
SendVoiceStop ( ) : void
ServerConfig ( ServerConfig serverConfig ) : void

Méthodes protégées

Méthode Description
ChannelJoined ( MumbleSharp.Model.Channel channel ) : void
ChannelLeft ( MumbleSharp.Model.Channel channel ) : void
ChannelMessageReceived ( MumbleSharp.Model.ChannelMessage message ) : void
PersonalMessageReceived ( MumbleSharp.Model.PersonalMessage message ) : void
UserJoined ( MumbleSharp.Model.User user ) : void
UserLeft ( MumbleSharp.Model.User user ) : void

Method Details

ChannelJoined() protected méthode

protected ChannelJoined ( MumbleSharp.Model.Channel channel ) : void
channel MumbleSharp.Model.Channel
Résultat void

ChannelLeft() protected méthode

protected ChannelLeft ( MumbleSharp.Model.Channel channel ) : void
channel MumbleSharp.Model.Channel
Résultat void

ChannelMessageReceived() protected méthode

protected ChannelMessageReceived ( MumbleSharp.Model.ChannelMessage message ) : void
message MumbleSharp.Model.ChannelMessage
Résultat void

EncodedVoice() public méthode

public EncodedVoice ( byte data, uint userId, long sequence, IVoiceCodec codec, SpeechTarget target ) : void
data byte
userId uint
sequence long
codec IVoiceCodec
target SpeechTarget
Résultat void

PersonalMessageReceived() protected méthode

protected PersonalMessageReceived ( MumbleSharp.Model.PersonalMessage message ) : void
message MumbleSharp.Model.PersonalMessage
Résultat void

SendVoice() public méthode

public SendVoice ( ArraySegment pcm, SpeechTarget target, uint targetId ) : void
pcm ArraySegment
target SpeechTarget
targetId uint
Résultat void

SendVoiceStop() public méthode

public SendVoiceStop ( ) : void
Résultat void

ServerConfig() public méthode

public ServerConfig ( ServerConfig serverConfig ) : void
serverConfig ServerConfig
Résultat void

UserJoined() protected méthode

protected UserJoined ( MumbleSharp.Model.User user ) : void
user MumbleSharp.Model.User
Résultat void

UserLeft() protected méthode

protected UserLeft ( MumbleSharp.Model.User user ) : void
user MumbleSharp.Model.User
Résultat void

Property Details

channelJoinedDelegate public_oe property

public ChannelJoinedDelegate channelJoinedDelegate
Résultat ChannelJoinedDelegate

channelLeftDelegate public_oe property

public ChannelLeftDelegate channelLeftDelegate
Résultat ChannelLeftDelegate

channelMessageReceivedDelegate public_oe property

public ChannelMessageReceivedDelegate channelMessageReceivedDelegate
Résultat ChannelMessageReceivedDelegate

encodedVoice public_oe property

public EncodedVoiceDelegate encodedVoice
Résultat EncodedVoiceDelegate

personalMessageReceivedDelegate public_oe property

public PersonalMessageReceivedDelegate personalMessageReceivedDelegate
Résultat PersonalMessageReceivedDelegate

serverConfigDelegate public_oe property

public ServerConfigDelegate serverConfigDelegate
Résultat ServerConfigDelegate

userJoinedDelegate public_oe property

public UserJoinedDelegate userJoinedDelegate
Résultat UserJoinedDelegate

userLeftDelegate public_oe property

public UserLeftDelegate userLeftDelegate
Résultat UserLeftDelegate