C# Class Protocol.Mumble.AudioPacket

Afficher le fichier Open project: FreeApophis/Mumble.net Class Usage Examples

Méthodes publiques

Méthode Description
AudioPacket ( ) : System
AudioPacket ( byte packet ) : System
DecodeTypeTarget ( ) : TypeTarget
DecodeVarint ( ) : System.UInt64
EncodeTypeTarget ( TypeTarget value ) : void
EncodeVarint ( System.UInt64 value ) : void

Private Methods

Méthode Description
Next ( ) : UInt64

Method Details

AudioPacket() public méthode

public AudioPacket ( ) : System
Résultat System

AudioPacket() public méthode

public AudioPacket ( byte packet ) : System
packet byte
Résultat System

DecodeTypeTarget() public méthode

public DecodeTypeTarget ( ) : TypeTarget
Résultat TypeTarget

DecodeVarint() public méthode

public DecodeVarint ( ) : System.UInt64
Résultat System.UInt64

EncodeTypeTarget() public méthode

public EncodeTypeTarget ( TypeTarget value ) : void
value TypeTarget
Résultat void

EncodeVarint() public méthode

public EncodeVarint ( System.UInt64 value ) : void
value System.UInt64
Résultat void