KSPROPERTY_JACK enumeration
The KSPROPERTY_JACK
enumeration defines new property IDs that are used by audio jack structures.
Syntax
typedef enum {
KSPROPERTY_JACK_DESCRIPTION = 1,
KSPROPERTY_JACK_DESCRIPTION2 = 2,
KSPROPERTY_JACK_SINK_INFO = 3,
KSPROPERTY_JACK_CONTAINERID
} KSPROPERTY_JACK;
Constants
KSPROPERTY_JACK_DESCRIPTION
Specifies the ID for the KSPROPERTY_JACK_DESCRIPTION property.
KSPROPERTY_JACK_DESCRIPTION2
Specifies the ID for the KSPROPERTY_JACK_DESCRIPTION2 property.
KSPROPERTY_JACK_SINK_INFO
Specifies the ID for the KSPROPERTY_JACK_SINK_INFO property.
KSPROPERTY_JACK_CONTAINERID
Specifies the ID for the KSPROPERTY_JACK_CONTAINERID property.
Remarks
None
Requirements
Version |
Available in Windows 7 and later Windows operating systems. |
Header |
Ksmedia.h (include Ksmedia.h) |