Struct dash_mpd::MPD [−][src]
pub struct MPD {Show 16 fields
pub mpdtype: Option<String>,
pub xmlns: Option<String>,
pub schemaLocation: Option<String>,
pub profiles: Option<String>,
pub minBufferTime: Option<String>,
pub minimumUpdatePeriod: Option<String>,
pub timeShiftBufferDepth: Option<String>,
pub mediaPresentationDuration: Option<Duration>,
pub suggestedPresentationDelay: Option<String>,
pub publishTime: Option<String>,
pub availabilityStartTime: Option<String>,
pub periods: Vec<Period>,
pub base_urls: Option<Vec<BaseURL>>,
pub ServiceDescription: Option<ServiceDescription>,
pub ProgramInformation: Option<ProgramInformation>,
pub UTCTiming: Option<UTCTiming>,
}
Expand description
The root node of a parsed DASH MPD manifest.
Fields
mpdtype: Option<String>
xmlns: Option<String>
schemaLocation: Option<String>
profiles: Option<String>
minBufferTime: Option<String>
minimumUpdatePeriod: Option<String>
timeShiftBufferDepth: Option<String>
mediaPresentationDuration: Option<Duration>
suggestedPresentationDelay: Option<String>
publishTime: Option<String>
availabilityStartTime: Option<String>
periods: Vec<Period>
base_urls: Option<Vec<BaseURL>>
There may be several BaseURLs, for redundancy (for example multiple CDNs)
ServiceDescription: Option<ServiceDescription>
ProgramInformation: Option<ProgramInformation>
UTCTiming: Option<UTCTiming>
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 MPD
impl UnwindSafe for MPD
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