pub enum MediaInterfaceType {
Show 19 variants
DigitalTVFrontEnd,
DigitalTVDemux,
DigitalTVDVR,
DigitalTVConditionalAccess,
DigitalTVNetworkControl,
V4LVideo,
V4LVBI,
V4LRadio,
V4LSubdev,
V4LSoftwareDefinedRadio,
V4LTouchDevice,
ALSAPCMCapture,
ALSAPCMPlayback,
ALSAControl,
ALSACompress,
ALSARawMIDI,
ALSAHardwareDependent,
ALSASequencer,
ALSATimer,
}
Variants§
DigitalTVFrontEnd
Device node interface for the Digital TV frontend typically, /dev/dvb/adapter?/frontend?
DigitalTVDemux
Device node interface for the Digital TV demux typically, /dev/dvb/adapter?/demux?
DigitalTVDVR
Device node interface for the Digital TV DVR typically, /dev/dvb/adapter?/dvr?
DigitalTVConditionalAccess
Device node interface for the Digital TV Conditional Access typically, /dev/dvb/adapter?/ca?
DigitalTVNetworkControl
Device node interface for the Digital TV network control typically, /dev/dvb/adapter?/net?
V4LVideo
Device node interface for video (V4L) typically, /dev/video?
V4LVBI
Device node interface for VBI (V4L) typically, /dev/vbi?
V4LRadio
Device node interface for radio (V4L) typically, /dev/radio?
V4LSubdev
Device node interface for a V4L subdevice typically, /dev/v4l-subdev?
V4LSoftwareDefinedRadio
Device node interface for Software Defined Radio (V4L) typically, /dev/swradio?
V4LTouchDevice
Device node interface for Touch device (V4L) typically, /dev/v4l-touch?
ALSAPCMCapture
Device node interface for ALSA PCM Capture typically, /dev/snd/pcmC?D?c
ALSAPCMPlayback
Device node interface for ALSA PCM Playback typically, /dev/snd/pcmC?D?p
ALSAControl
Device node interface for ALSA Control typically, /dev/snd/controlC?
ALSACompress
Device node interface for ALSA Compress typically, /dev/snd/compr?
ALSARawMIDI
Device node interface for ALSA Raw MIDI typically, /dev/snd/midi?
ALSAHardwareDependent
Device node interface for ALSA Hardware Dependent typically, /dev/snd/hwC?D?
ALSASequencer
Device node interface for ALSA Sequencer typically, /dev/snd/seq
ALSATimer
Device node interface for ALSA Timer typically, /dev/snd/timer
Trait Implementations§
Source§impl Clone for MediaInterfaceType
impl Clone for MediaInterfaceType
Source§fn clone(&self) -> MediaInterfaceType
fn clone(&self) -> MediaInterfaceType
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more