Struct windows_sys::Win32::Media::MediaFoundation::DXVA2_VideoDesc
[−]#[repr(C)]pub struct DXVA2_VideoDesc {
pub SampleWidth: u32,
pub SampleHeight: u32,
pub SampleFormat: DXVA2_ExtendedFormat,
pub Format: D3DFORMAT,
pub InputSampleFreq: DXVA2_Frequency,
pub OutputFrameFreq: DXVA2_Frequency,
pub UABProtectionLevel: u32,
pub Reserved: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Direct3D9"
Fields
SampleWidth: u32
SampleHeight: u32
SampleFormat: DXVA2_ExtendedFormat
Format: D3DFORMAT
InputSampleFreq: DXVA2_Frequency
OutputFrameFreq: DXVA2_Frequency
UABProtectionLevel: u32
Reserved: u32
Trait Implementations
impl Clone for DXVA2_VideoDesc
impl Clone for DXVA2_VideoDesc
impl Copy for DXVA2_VideoDesc
Auto Trait Implementations
impl RefUnwindSafe for DXVA2_VideoDesc
impl Send for DXVA2_VideoDesc
impl Sync for DXVA2_VideoDesc
impl Unpin for DXVA2_VideoDesc
impl UnwindSafe for DXVA2_VideoDesc
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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