windows::Win32::Media::MediaFoundation

Trait IMFCapturePhotoConfirmation_Impl

pub trait IMFCapturePhotoConfirmation_Impl: IUnknownImpl {
    // Required methods
    fn SetPhotoConfirmationCallback(
        &self,
        pnotificationcallback: Ref<'_, IMFAsyncCallback>,
    ) -> Result<()>;
    fn SetPixelFormat(&self, subtype: &GUID) -> Result<()>;
    fn GetPixelFormat(&self) -> Result<GUID>;
}

Required Methods§

fn SetPhotoConfirmationCallback( &self, pnotificationcallback: Ref<'_, IMFAsyncCallback>, ) -> Result<()>

fn SetPixelFormat(&self, subtype: &GUID) -> Result<()>

fn GetPixelFormat(&self) -> Result<GUID>

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§