KSPROPERTY_AUDIO_MIX_LEVEL_CAPS
The KSPROPERTY_AUDIO_MIX_LEVEL_CAPS property specifies the mix-level capabilities of a supermixer node (KSNODETYPE_SUPERMIX). A single get-property request retrieves information for all combinations of input and output channels.
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
Yes |
No |
Pin |
The property value (operation data) is a structure of type KSAUDIO_MIXCAP_TABLE, which specifies the capabilities of all m*n input-output pathways in a supermixer node with m input channels and n output channels.
Return Value
A KSPROPERTY_AUDIO_MIX_LEVEL_CAPS property request returns STATUS_SUCCESS to indicate that it has completed successfully. Otherwise, the request returns an appropriate error status code.
Requirements
Header |
Ksmedia.h (include Ksmedia.h) |