KSPROPERTY_AUDIO_AGC
The KSPROPERTY_AUDIO_AGC property specifies the state of the AGC (automatic gain control) for a channel in an AGC node (KSNODETYPE_AGC).
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
Yes |
Yes |
Filter |
KSNODEPROPERTY_AUDIO_CHANNEL | BOOL |
The property value (operation data) is of type BOOL and indicates whether AGC is turned on or off. A value of TRUE indicates that the AGC is on. FALSE indicates that it is off.
Return Value
A KSPROPERTY_AUDIO_AGC 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) |