C# Class Protocol.Mumble.AudioPacket

Datei anzeigen Open project: FreeApophis/Mumble.net Class Usage Examples

Public Methods

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

Private Methods

Method Description
Next ( ) : UInt64

Method Details

AudioPacket() public method

public AudioPacket ( ) : System
return System

AudioPacket() public method

public AudioPacket ( byte packet ) : System
packet byte
return System

DecodeTypeTarget() public method

public DecodeTypeTarget ( ) : TypeTarget
return TypeTarget

DecodeVarint() public method

public DecodeVarint ( ) : System.UInt64
return System.UInt64

EncodeTypeTarget() public method

public EncodeTypeTarget ( TypeTarget value ) : void
value TypeTarget
return void

EncodeVarint() public method

public EncodeVarint ( System.UInt64 value ) : void
value System.UInt64
return void