Expand description
Control channel messages and codecs
Modules§
- msgs
- ProtoBuf message types for all Mumble messages.
Structs§
- Control
Codec - A
Codecimplementation that parses a stream of data into ControlPackets. - RawControl
Codec - A
Codecimplementation that parses a stream of data into RawControlPackets. - RawControl
Packet - Raw/not-yet-parsed Mumble control packet.
Enums§
- Control
Packet - A parsed Mumble control packet.
Type Aliases§
- Client
Control Codec - The ControlCodec used on the client side.
- Server
Control Codec - The ControlCodec used on the server side.