Struct windows_sys::Win32::Media::KernelStreaming::KS_BITMAPINFOHEADER
[−]#[repr(C)]pub struct KS_BITMAPINFOHEADER {
pub biSize: u32,
pub biWidth: i32,
pub biHeight: i32,
pub biPlanes: u16,
pub biBitCount: u16,
pub biCompression: u32,
pub biSizeImage: u32,
pub biXPelsPerMeter: i32,
pub biYPelsPerMeter: i32,
pub biClrUsed: u32,
pub biClrImportant: u32,
}Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
biSize: u32biWidth: i32biHeight: i32biPlanes: u16biBitCount: u16biCompression: u32biSizeImage: u32biXPelsPerMeter: i32biYPelsPerMeter: i32biClrUsed: u32biClrImportant: u32