Struct windows_sys::Win32::Media::MediaFoundation::DXVA_VideoDesc
[−]#[repr(C)]pub struct DXVA_VideoDesc {
pub Size: u32,
pub SampleWidth: u32,
pub SampleHeight: u32,
pub SampleFormat: u32,
pub d3dFormat: D3DFORMAT,
pub InputSampleFreq: DXVA_Frequency,
pub OutputFrameFreq: DXVA_Frequency,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Direct3D9"
Fields
Size: u32
SampleWidth: u32
SampleHeight: u32
SampleFormat: u32
d3dFormat: D3DFORMAT
InputSampleFreq: DXVA_Frequency
OutputFrameFreq: DXVA_Frequency
Trait Implementations
impl Clone for DXVA_VideoDesc
impl Clone for DXVA_VideoDesc
impl Copy for DXVA_VideoDesc
Auto Trait Implementations
impl RefUnwindSafe for DXVA_VideoDesc
impl Send for DXVA_VideoDesc
impl Sync for DXVA_VideoDesc
impl Unpin for DXVA_VideoDesc
impl UnwindSafe for DXVA_VideoDesc
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