KSPROPERTY_AUDIO_BASS_BOOST
The KSPROPERTY_AUDIO_BASS_BOOST property enables and disables bass boost for a channel in a tone node (KSNODETYPE_TONE).
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 bass boost is turned on or off. A value of TRUE indicates that the bass boost is on for the specified channel. FALSE indicates that it is off.
Return Value
A KSPROPERTY_AUDIO_BASS_BOOST property request returns STATUS_SUCCESS to indicate that it has completed successfully. Otherwise, the request returns an appropriate error status code.
Remarks
A tone node can support properties for controlling treble level, mid-frequency level, bass level, and bass boost. For more information, see KSNODETYPE_TONE.
Requirements
Header |
Ksmedia.h (include Ksmedia.h) |