Enum blackmagic_camera_control::command::Audio [−][src]
pub enum Audio {
MicLevel(f32),
HeadphoneLevel(f32),
HeadphoneProgramMix(f32),
SpeakerLevel(f32),
InputType(i8),
InputLevels(Vec<f32>),
PhantomPower,
}Variants
MicLevel(f32)Tuple Fields of MicLevel
0: f32HeadphoneLevel(f32)Tuple Fields of HeadphoneLevel
0: f32HeadphoneProgramMix(f32)Tuple Fields of HeadphoneProgramMix
0: f32SpeakerLevel(f32)Tuple Fields of SpeakerLevel
0: f32InputType(i8)Tuple Fields of InputType
0: i8Trait Implementations
This method returns an ordering between self and other values if one exists. Read more
This method tests less than (for self and other) and is used by the < operator. Read more
This method tests less than or equal to (for self and other) and is used by the <=
operator. Read more
This method tests greater than (for self and other) and is used by the > operator. Read more
Auto Trait Implementations
impl RefUnwindSafe for Audio
impl UnwindSafe for Audio
Blanket Implementations
Mutably borrows from an owned value. Read more
Casts the value.
Performs the conversion.
Performs the conversion.
Casts the value.
type Output = T
type Output = T
Should always be Self
Casts the value.
Casts the value.
Casts the value.