#[repr(C)]pub struct KSPROPERTY_CROSSBAR_PININFO_S {
pub Property: KSIDENTIFIER,
pub Direction: KSPIN_DATAFLOW,
pub Index: u32,
pub PinType: u32,
pub RelatedPinIndex: u32,
pub Medium: KSIDENTIFIER,
}Expand description
Required features: ‘Win32_Media_KernelStreaming’
Fields
Property: KSIDENTIFIERDirection: KSPIN_DATAFLOWIndex: u32PinType: u32RelatedPinIndex: u32Medium: KSIDENTIFIER