#[repr(C)]pub struct KSCAMERA_PROFILE_CONCURRENCYINFO {
pub ReferenceGuid: GUID,
pub Reserved: u32,
pub ProfileCount: u32,
pub Profiles: *mut KSCAMERA_PROFILE_INFO,
}Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
ReferenceGuid: GUIDReserved: u32ProfileCount: u32Profiles: *mut KSCAMERA_PROFILE_INFO