[][src]Module mumble_protocol::control

Control channel messages and codecs

Modules

msgs

ProtoBuf message types for all Mumble messages.

Structs

ControlCodec

A Codec implementation that parses a stream of data into ControlPackets.

RawControlCodec

A Codec implementation that parses a stream of data into RawControlPackets.

RawControlPacket

Raw/not-yet-parsed Mumble control packet.

Enums

ControlPacket

A parsed Mumble control packet.

Type Definitions

ClientControlCodec

The ControlCodec used on the client side.

ServerControlCodec

The ControlCodec used on the server side.