IltmmAudioInputs::get_Bass
#include "ltmm.h"
C Syntax |
HRESULT IltmmAudioInputs__get_Bass(pInputs, pVal) |
C++ Syntax |
HRESULT get_Bass(pVal) |
IltmmAudioInputs *pInputs; |
/* pointer to an interface */ |
double *pVal; |
/* pointer to a variable */ |
Retrieves the master bass equalization value for all audio input.
Parameter |
Description |
pInputs |
Pointer to an IltmmAudioInputs interface. |
pVal |
Pointer to a variable to be updated with the master bass equalization value in decibels. A negative value indicates attenuation. |
Returns
S_OK |
The function was successful. |
<> S_OK |
An error occurred. Refer to the Error Codes or the HRESULT error codes in the DirectShow documentation. |
Comments
For the expected range of values, refer to IltmmAudioInputs::get_BassRange.
Required DLLs and Libraries
LTMM For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application. |
See Also
Example
For a C example, refer to IltmmAudioInputs::get_Bass Example for C.
For a C++ example, refer to IltmmAudioInputs::get_Bass Example for C++.