pub trait ID3D12VideoDecodeCommandList1_Impl: Sized + ID3D12VideoDecodeCommandList_Impl {
    // Required method
    fn DecodeFrame1(
        &self,
        pdecoder: Option<&ID3D12VideoDecoder>,
        poutputarguments: *const D3D12_VIDEO_DECODE_OUTPUT_STREAM_ARGUMENTS1,
        pinputarguments: *const D3D12_VIDEO_DECODE_INPUT_STREAM_ARGUMENTS
    );
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§