Struct google_transcoder1_beta1::api::AudioChannel
source · pub struct AudioChannel {
pub inputs: Option<Vec<AudioChannelInput>>,
}
Expand description
The audio channel.
This type is not used in any activity, and only used as part of another schema.
Fields§
§inputs: Option<Vec<AudioChannelInput>>
List of Job.inputs
for this audio channel.
Trait Implementations§
source§impl Clone for AudioChannel
impl Clone for AudioChannel
source§fn clone(&self) -> AudioChannel
fn clone(&self) -> AudioChannel
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AudioChannel
impl Debug for AudioChannel
source§impl Default for AudioChannel
impl Default for AudioChannel
source§fn default() -> AudioChannel
fn default() -> AudioChannel
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AudioChannel
impl<'de> Deserialize<'de> for AudioChannel
source§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