windows::Win32::Media::MediaFoundation

Trait IMFMediaSourceExtensionLiveSeekableRange_Impl

pub trait IMFMediaSourceExtensionLiveSeekableRange_Impl: IUnknownImpl {
    // Required methods
    fn SetLiveSeekableRange(&self, start: f64, end: f64) -> Result<()>;
    fn ClearLiveSeekableRange(&self) -> Result<()>;
}

Required Methods§

fn SetLiveSeekableRange(&self, start: f64, end: f64) -> Result<()>

fn ClearLiveSeekableRange(&self) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§