windows::Win32::Media::MediaFoundation

Trait IMFSinkWriterEncoderConfig_Impl

pub trait IMFSinkWriterEncoderConfig_Impl: IUnknownImpl {
    // Required methods
    fn SetTargetMediaType(
        &self,
        dwstreamindex: u32,
        ptargetmediatype: Ref<'_, IMFMediaType>,
        pencodingparameters: Ref<'_, IMFAttributes>,
    ) -> Result<()>;
    fn PlaceEncodingParameters(
        &self,
        dwstreamindex: u32,
        pencodingparameters: Ref<'_, IMFAttributes>,
    ) -> Result<()>;
}

Required Methods§

fn SetTargetMediaType( &self, dwstreamindex: u32, ptargetmediatype: Ref<'_, IMFMediaType>, pencodingparameters: Ref<'_, IMFAttributes>, ) -> Result<()>

fn PlaceEncodingParameters( &self, dwstreamindex: u32, pencodingparameters: Ref<'_, IMFAttributes>, ) -> 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§