KSPROPERTY_TVAUDIO_CURRENTLY_AVAILABLE_MODES
The KSPROPERTY_TVAUDIO_CURRENTLY_AVAILABLE_MODES property retrieves TV audio modes that are available for the device. This property must be implemented.
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
Yes |
No |
Pin |
ULONG |
The property value (operation data) is a ULONG that specifies the currently available TV audio modes, such as stereo or mono audio and multiple language settings.
Remarks
The Mode member of the KSPROPERTY_TVAUDIO_S structure specifies the audio mode. It contains a bitwise ORing of the KS_TVAUDIO_MODE_* flags indicating the modes supported by the device at the time the information was requested.
Requirements
Header |
Ksmedia.h (include Ksmedia.h) |