windows::Win32::Media::MediaFoundation

Trait IMFSourceBufferAppendMode_Impl

pub trait IMFSourceBufferAppendMode_Impl: IUnknownImpl {
    // Required methods
    fn GetAppendMode(&self) -> MF_MSE_APPEND_MODE;
    fn SetAppendMode(&self, mode: MF_MSE_APPEND_MODE) -> Result<()>;
}

Required Methods§

fn GetAppendMode(&self) -> MF_MSE_APPEND_MODE

fn SetAppendMode(&self, mode: MF_MSE_APPEND_MODE) -> 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§