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: u32fHasOverlay: BOOLfHasDlgVideoSource: BOOLfHasDlgVideoFormat: BOOLfHasDlgVideoDisplay: BOOLfCaptureInitialized: BOOLfDriverSuppliesPalettes: BOOLhVideoIn: HANDLEhVideoOut: HANDLEhVideoExtIn: HANDLEhVideoExtOut: HANDLE