[][src]Module mumble_protocol::voice

Voice channel packets and codecs

Structs

Clientbound

Zero-sized struct indicating client-bound packet direction.

Serverbound

Zero-sized struct indicating server-bound packet direction.

VoiceCodec

A Codec implementation that parses a stream of data chunks into VoicePackets.

Enums

VoicePacket

A packet transmitted via Mumble's voice channel.

VoicePacketPayload

Audio data payload of VoicePackets.

Traits

VoicePacketDst

Sealed trait for indicating voice packet direction.

Type Definitions

ClientVoiceCodec

The VoiceCodec used on the client side.

ServerVoiceCodec

The VoiceCodec used on the server side.