Struct windows_sys::Win32::Media::Multimedia::CAPDRIVERCAPS
#[repr(C)]pub struct CAPDRIVERCAPS {
pub wDeviceIndex: u32,
pub fHasOverlay: BOOL,
pub fHasDlgVideoSource: BOOL,
pub fHasDlgVideoFormat: BOOL,
pub fHasDlgVideoDisplay: BOOL,
pub fCaptureInitialized: BOOL,
pub fDriverSuppliesPalettes: BOOL,
pub hVideoIn: HANDLE,
pub hVideoOut: HANDLE,
pub hVideoExtIn: HANDLE,
pub hVideoExtOut: HANDLE,
}
Expand description
Required features: "Win32_Media_Multimedia"
, "Win32_Foundation"
Fields§
§wDeviceIndex: u32
§fHasOverlay: BOOL
§fHasDlgVideoSource: BOOL
§fHasDlgVideoFormat: BOOL
§fHasDlgVideoDisplay: BOOL
§fCaptureInitialized: BOOL
§fDriverSuppliesPalettes: BOOL
§hVideoIn: HANDLE
§hVideoOut: HANDLE
§hVideoExtIn: HANDLE
§hVideoExtOut: HANDLE