pub struct UtcTiming {
pub scheme_id_uri: String,
pub value: String,
}Expand description
UTCTiming element for wall-clock synchronisation on dynamic MPDs.
Fields§
§scheme_id_uri: StringScheme URI (e.g. urn:mpeg:dash:utc:http-iso:2014).
value: StringScheme-specific value (URL for HTTP schemes; may be empty).
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UtcTiming
impl RefUnwindSafe for UtcTiming
impl Send for UtcTiming
impl Sync for UtcTiming
impl Unpin for UtcTiming
impl UnsafeUnpin for UtcTiming
impl UnwindSafe for UtcTiming
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more