Enum ts3plugin_sys::public_definitions::CodecType
[−]
[src]
#[repr(C)]pub enum CodecType { SpeexNarrowband, SpeexWideband, SpeexUltrawideband, CeltMono, OpusVoice, OpusMusic, }
Variants
SpeexNarrowbandMono, 16bit, 8kHz, bitrate dependent on the quality setting
SpeexWidebandMono, 16bit, 16kHz, bitrate dependent on the quality setting
SpeexUltrawidebandMono, 16bit, 32kHz, bitrate dependent on the quality setting
CeltMonoMono, 16bit, 48kHz, bitrate dependent on the quality setting
OpusVoiceMono, 16bit, 48kHz, bitrate dependent on the quality setting, optimized for voice
OpusMusicStereo, 16bit, 48kHz, bitrate dependent on the quality setting, optimized for music
Trait Implementations
impl Debug for CodecType[src]
impl PartialEq for CodecType[src]
fn eq(&self, __arg_0: &CodecType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl Eq for CodecType[src]
impl Clone for CodecType[src]
fn clone(&self) -> CodecType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more