Struct winapi::d3d11::D3D11_VIDEO_DECODER_CONFIG [] [src]

pub struct D3D11_VIDEO_DECODER_CONFIG {
    pub guidConfigBitstreamEncryption: GUID,
    pub guidConfigMBcontrolEncryption: GUID,
    pub guidConfigResidDiffEncryption: GUID,
    pub ConfigBitstreamRaw: UINT,
    pub ConfigMBcontrolRasterOrder: UINT,
    pub ConfigResidDiffHost: UINT,
    pub ConfigSpatialResid8: UINT,
    pub ConfigResid8Subtraction: UINT,
    pub ConfigSpatialHost8or9Clipping: UINT,
    pub ConfigSpatialResidInterleaved: UINT,
    pub ConfigIntraResidUnsigned: UINT,
    pub ConfigResidDiffAccelerator: UINT,
    pub ConfigHostInverseScan: UINT,
    pub ConfigSpecificIDCT: UINT,
    pub Config4GroupedCoefs: UINT,
    pub ConfigMinRenderTargetBuffCount: USHORT,
    pub ConfigDecoderSpecific: USHORT,
}

Fields

guidConfigBitstreamEncryption
guidConfigMBcontrolEncryption
guidConfigResidDiffEncryption
ConfigBitstreamRaw
ConfigMBcontrolRasterOrder
ConfigResidDiffHost
ConfigSpatialResid8
ConfigResid8Subtraction
ConfigSpatialHost8or9Clipping
ConfigSpatialResidInterleaved
ConfigIntraResidUnsigned
ConfigResidDiffAccelerator
ConfigHostInverseScan
ConfigSpecificIDCT
Config4GroupedCoefs
ConfigMinRenderTargetBuffCount
ConfigDecoderSpecific

Trait Implementations

impl Copy for D3D11_VIDEO_DECODER_CONFIG
[src]

impl Clone for D3D11_VIDEO_DECODER_CONFIG
[src]

fn clone(&self) -> D3D11_VIDEO_DECODER_CONFIG

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

Derived Implementations

impl Debug for D3D11_VIDEO_DECODER_CONFIG
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.