windows::Win32::Media::MediaFoundation

Trait IMFByteStreamBuffering_Impl

pub trait IMFByteStreamBuffering_Impl: IUnknownImpl {
    // Required methods
    fn SetBufferingParams(
        &self,
        pparams: *const MFBYTESTREAM_BUFFERING_PARAMS,
    ) -> Result<()>;
    fn EnableBuffering(&self, fenable: BOOL) -> Result<()>;
    fn StopBuffering(&self) -> Result<()>;
}

Required Methods§

fn SetBufferingParams( &self, pparams: *const MFBYTESTREAM_BUFFERING_PARAMS, ) -> Result<()>

fn EnableBuffering(&self, fenable: BOOL) -> Result<()>

fn StopBuffering(&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§