ServerVoiceCodec

Type Alias ServerVoiceCodec 

Source
pub type ServerVoiceCodec = VoiceCodec<Clientbound, Serverbound>;
Expand description

The VoiceCodec used on the server side.

Aliased Typeยง

pub struct ServerVoiceCodec { /* private fields */ }