Struct windows_sys::Win32::Media::MediaFoundation::DXVA_DeinterlaceCaps
[−]#[repr(C)]pub struct DXVA_DeinterlaceCaps {
pub Size: u32,
pub NumPreviousOutputFrames: u32,
pub InputPool: u32,
pub NumForwardRefSamples: u32,
pub NumBackwardRefSamples: u32,
pub d3dOutputFormat: D3DFORMAT,
pub VideoProcessingCaps: DXVA_VideoProcessCaps,
pub DeinterlaceTechnology: DXVA_DeinterlaceTech,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Graphics_Direct3D9"
Fields
Size: u32
NumPreviousOutputFrames: u32
InputPool: u32
NumForwardRefSamples: u32
NumBackwardRefSamples: u32
d3dOutputFormat: D3DFORMAT
VideoProcessingCaps: DXVA_VideoProcessCaps
DeinterlaceTechnology: DXVA_DeinterlaceTech
Trait Implementations
impl Clone for DXVA_DeinterlaceCaps
impl Clone for DXVA_DeinterlaceCaps
impl Copy for DXVA_DeinterlaceCaps
Auto Trait Implementations
impl RefUnwindSafe for DXVA_DeinterlaceCaps
impl Send for DXVA_DeinterlaceCaps
impl Sync for DXVA_DeinterlaceCaps
impl Unpin for DXVA_DeinterlaceCaps
impl UnwindSafe for DXVA_DeinterlaceCaps
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