Enum ts3plugin_sys::public_definitions::CodecType [] [src]

#[repr(C)]
pub enum CodecType { SpeexNarrowband, SpeexWideband, SpeexUltrawideband, CeltMono, OpusVoice, OpusMusic, }

Variants

Mono, 16bit, 8kHz, bitrate dependent on the quality setting

Mono, 16bit, 16kHz, bitrate dependent on the quality setting

Mono, 16bit, 32kHz, bitrate dependent on the quality setting

Mono, 16bit, 48kHz, bitrate dependent on the quality setting

Mono, 16bit, 48kHz, bitrate dependent on the quality setting, optimized for voice

Stereo, 16bit, 48kHz, bitrate dependent on the quality setting, optimized for music

Trait Implementations

impl Debug for CodecType
[src]

Formats the value using the given formatter.

impl PartialEq for CodecType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for CodecType
[src]

impl Clone for CodecType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for CodecType
[src]