Struct windows_sys::Win32::Media::DirectShow::DXVA2_VIDEOPROCESSBLT
[−]#[repr(C)]pub struct DXVA2_VIDEOPROCESSBLT {Show 15 fields
pub TargetFrame: i64,
pub TargetRect: RECT,
pub ConstrictionSize: SIZE,
pub StreamingFlags: u32,
pub BackgroundColor: DXVA2_AYUVSample16,
pub DestFormat: DXVA2_ExtendedFormat,
pub DestFlags: u32,
pub ProcAmpValues: DXVA2_ProcAmpValues,
pub Alpha: DXVA2_Fixed32,
pub NoiseFilterLuma: DXVA2_FilterValues,
pub NoiseFilterChroma: DXVA2_FilterValues,
pub DetailFilterLuma: DXVA2_FilterValues,
pub DetailFilterChroma: DXVA2_FilterValues,
pub pSrcSurfaces: *mut DXVA2_VIDEOSAMPLE,
pub NumSrcSurfaces: u32,
}
Expand description
Required features: "Win32_Media_DirectShow"
, "Win32_Foundation"
, "Win32_Media_MediaFoundation"
Fields
TargetFrame: i64
TargetRect: RECT
ConstrictionSize: SIZE
StreamingFlags: u32
BackgroundColor: DXVA2_AYUVSample16
DestFormat: DXVA2_ExtendedFormat
DestFlags: u32
ProcAmpValues: DXVA2_ProcAmpValues
Alpha: DXVA2_Fixed32
NoiseFilterLuma: DXVA2_FilterValues
NoiseFilterChroma: DXVA2_FilterValues
DetailFilterLuma: DXVA2_FilterValues
DetailFilterChroma: DXVA2_FilterValues
pSrcSurfaces: *mut DXVA2_VIDEOSAMPLE
NumSrcSurfaces: u32
Trait Implementations
impl Clone for DXVA2_VIDEOPROCESSBLT
impl Clone for DXVA2_VIDEOPROCESSBLT
impl Copy for DXVA2_VIDEOPROCESSBLT
Auto Trait Implementations
impl RefUnwindSafe for DXVA2_VIDEOPROCESSBLT
impl !Send for DXVA2_VIDEOPROCESSBLT
impl !Sync for DXVA2_VIDEOPROCESSBLT
impl Unpin for DXVA2_VIDEOPROCESSBLT
impl UnwindSafe for DXVA2_VIDEOPROCESSBLT
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