KSPROPERTY_AUDIO_MUTE
The KSPROPERTY_AUDIO_MUTE property specifies whether a channel on a mute node (KSNODETYPE_MUTE) is muted or not.
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
Yes |
Yes |
Node via Filter or Pin instance |
KSNODEPROPERTY_AUDIO_CHANNEL | BOOL |
The property value is of type BOOL and indicates whether the channel of a given stream is muted. A value of TRUE indicates that the channel is muted. FALSE indicates that it is not muted.
Return Value
A KSPROPERTY_AUDIO_MUTE 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) |