Trait windows::Media::IMediaMarker_Impl
pub trait IMediaMarker_Impl: Sized {
// Required methods
fn Time(&self) -> Result<TimeSpan>;
fn MediaMarkerType(&self) -> Result<HSTRING>;
fn Text(&self) -> Result<HSTRING>;
}
Required Methods§
fn Time(&self) -> Result<TimeSpan>
fn MediaMarkerType(&self) -> Result<HSTRING>
fn Text(&self) -> Result<HSTRING>
Object Safety§
This trait is not object safe.