Struct dash_mpd::AudioChannelConfiguration [−][src]
pub struct AudioChannelConfiguration {
    pub id: Option<String>,
    pub schemeIdUri: Option<String>,
    pub value: Option<String>,
}Expand description
Specifies information concerning the audio channel (eg. stereo, multichannel).
Fields
id: Option<String>schemeIdUri: Option<String>value: Option<String>Trait Implementations
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 AudioChannelConfiguration
impl Send for AudioChannelConfiguration
impl Sync for AudioChannelConfiguration
impl Unpin for AudioChannelConfiguration
impl UnwindSafe for AudioChannelConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
