#[repr(C)]pub struct D3D12_VIDEO_DECODE_CONFIGURATION {
pub DecodeProfile: GUID,
pub BitstreamEncryption: D3D12_BITSTREAM_ENCRYPTION_TYPE,
pub InterlaceType: D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
Fields
DecodeProfile: GUID
BitstreamEncryption: D3D12_BITSTREAM_ENCRYPTION_TYPE
InterlaceType: D3D12_VIDEO_FRAME_CODED_INTERLACE_TYPE
Trait Implementations
impl Clone for D3D12_VIDEO_DECODE_CONFIGURATION
impl Clone for D3D12_VIDEO_DECODE_CONFIGURATION
impl Copy for D3D12_VIDEO_DECODE_CONFIGURATION
Auto Trait Implementations
impl RefUnwindSafe for D3D12_VIDEO_DECODE_CONFIGURATION
impl Send for D3D12_VIDEO_DECODE_CONFIGURATION
impl Sync for D3D12_VIDEO_DECODE_CONFIGURATION
impl Unpin for D3D12_VIDEO_DECODE_CONFIGURATION
impl UnwindSafe for D3D12_VIDEO_DECODE_CONFIGURATION
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more