#[repr(C)]pub struct DXVA2_VideoProcessBltParams {Show 13 fields
pub TargetFrame: i64,
pub TargetRect: RECT,
pub ConstrictionSize: SIZE,
pub StreamingFlags: u32,
pub BackgroundColor: DXVA2_AYUVSample16,
pub DestFormat: DXVA2_ExtendedFormat,
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 DestData: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
Fields
TargetFrame: i64
TargetRect: RECT
ConstrictionSize: SIZE
StreamingFlags: u32
BackgroundColor: DXVA2_AYUVSample16
DestFormat: DXVA2_ExtendedFormat
ProcAmpValues: DXVA2_ProcAmpValues
Alpha: DXVA2_Fixed32
NoiseFilterLuma: DXVA2_FilterValues
NoiseFilterChroma: DXVA2_FilterValues
DetailFilterLuma: DXVA2_FilterValues
DetailFilterChroma: DXVA2_FilterValues
DestData: u32
Trait Implementations
impl Clone for DXVA2_VideoProcessBltParams
impl Clone for DXVA2_VideoProcessBltParams
impl Copy for DXVA2_VideoProcessBltParams
Auto Trait Implementations
impl RefUnwindSafe for DXVA2_VideoProcessBltParams
impl Send for DXVA2_VideoProcessBltParams
impl Sync for DXVA2_VideoProcessBltParams
impl Unpin for DXVA2_VideoProcessBltParams
impl UnwindSafe for DXVA2_VideoProcessBltParams
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