KSPROPERTY_AUDIO_REVERB_LEVEL
The KSPROPERTY_AUDIO_REVERB_LEVEL property specifies the current reverberation level. This is a property of a reverb node (KSNODETYPE_REVERB).
Usage Summary Table
Get | Set | Target | Property descriptor type | Property value type |
---|---|---|---|---|
Yes |
Yes |
Pin |
ULONG |
The property value (operation data) is of type ULONG and specifies the reverberation level. Reverb values follow a linear range from 0 to 100*(65536-1/65536) percent:
The value 0x00010000 represents 100 percent.
The value 0xFFFFFFFF represents 100*(65536-1/65536) percent.
Return Value
A KSPROPERTY_AUDIO_REVERB_LEVEL 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) |