Enum vlc::sys::libvlc_audio_output_channel_t
[−]
[src]
#[repr(C)]pub enum libvlc_audio_output_channel_t { libvlc_AudioChannel_Error, libvlc_AudioChannel_Stereo, libvlc_AudioChannel_RStereo, libvlc_AudioChannel_Left, libvlc_AudioChannel_Right, libvlc_AudioChannel_Dolbys, }
Variants
libvlc_AudioChannel_Errorlibvlc_AudioChannel_Stereolibvlc_AudioChannel_RStereolibvlc_AudioChannel_Leftlibvlc_AudioChannel_Rightlibvlc_AudioChannel_Dolbys
Trait Implementations
impl Clone for libvlc_audio_output_channel_t[src]
fn clone(&self) -> libvlc_audio_output_channel_t[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more