Struct google_transcoder1_beta1::api::AudioChannelInput [−][src]
pub struct AudioChannelInput {
pub channel: Option<i32>,
pub gain_db: Option<f64>,
pub key: Option<String>,
pub track: Option<i32>,
}
Expand description
Identifies which input file, track, and channel should be used.
This type is not used in any activity, and only used as part of another schema.
Fields
channel: Option<i32>
Required. The zero-based index of the channel in the input file.
gain_db: Option<f64>
Audio volume control in dB. Negative values decrease volume, positive values increase. The default is 0.
key: Option<String>
Required. The Input.key
that identifies the input file.
track: Option<i32>
Required. The zero-based index of the track in the input file.
Trait Implementations
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for AudioChannelInput
impl Send for AudioChannelInput
impl Sync for AudioChannelInput
impl Unpin for AudioChannelInput
impl UnwindSafe for AudioChannelInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more