Struct windows_sys::Win32::Media::DirectShow::VMR9AllocationInfo
[−]#[repr(C)]pub struct VMR9AllocationInfo {
pub dwFlags: u32,
pub dwWidth: u32,
pub dwHeight: u32,
pub Format: D3DFORMAT,
pub Pool: D3DPOOL,
pub MinBuffers: u32,
pub szAspectRatio: SIZE,
pub szNativeSize: SIZE,
}Expand description
Required features: ‘Win32_Media_DirectShow’, ‘Win32_Foundation’, ‘Win32_Graphics_Direct3D9’
Fields
dwFlags: u32dwWidth: u32dwHeight: u32Format: D3DFORMATPool: D3DPOOLMinBuffers: u32szAspectRatio: SIZEszNativeSize: SIZE