Struct dash_mpd::ProgramInformation [−][src]
pub struct ProgramInformation {
pub Title: Option<Title>,
pub Source: Option<Source>,
pub Copyright: Option<Copyright>,
pub lang: Option<String>,
pub moreInformationURL: Option<String>,
}
Expand description
Metainformation concerning the media stream (title, language, etc.)
Fields
Title: Option<Title>
Source: Option<Source>
Copyright: Option<Copyright>
lang: Option<String>
Language in RFC 5646 format
moreInformationURL: 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 ProgramInformation
impl Send for ProgramInformation
impl Sync for ProgramInformation
impl Unpin for ProgramInformation
impl UnwindSafe for ProgramInformation
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