Struct windows_sys::Win32::Media::MediaFoundation::DXVA2_VideoSample
[−]#[repr(C)]pub struct DXVA2_VideoSample {
pub Start: i64,
pub End: i64,
pub SampleFormat: DXVA2_ExtendedFormat,
pub SrcSurface: IDirect3DSurface9,
pub SrcRect: RECT,
pub DstRect: RECT,
pub Pal: [DXVA2_AYUVSample8; 16],
pub PlanarAlpha: DXVA2_Fixed32,
pub SampleData: u32,
}
Expand description
Required features: "Win32_Media_MediaFoundation"
, "Win32_Foundation"
, "Win32_Graphics_Direct3D9"
Fields
Start: i64
End: i64
SampleFormat: DXVA2_ExtendedFormat
SrcSurface: IDirect3DSurface9
SrcRect: RECT
DstRect: RECT
Pal: [DXVA2_AYUVSample8; 16]
PlanarAlpha: DXVA2_Fixed32
SampleData: u32
Trait Implementations
impl Clone for DXVA2_VideoSample
impl Clone for DXVA2_VideoSample
impl Copy for DXVA2_VideoSample
Auto Trait Implementations
impl RefUnwindSafe for DXVA2_VideoSample
impl !Send for DXVA2_VideoSample
impl !Sync for DXVA2_VideoSample
impl Unpin for DXVA2_VideoSample
impl UnwindSafe for DXVA2_VideoSample
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