IMpegAudioDecoder::get_FrequencyDivider
Microsoft DirectShow 9.0 |
IMpegAudioDecoder::get_FrequencyDivider
Returns the frequency divider as a quality setting equal to CD Audio, FM Radio, or AM Radio.
Syntax
HRESULT get_FrequencyDivider( unsigned long *pDivider );
Parameters
pDivider
[out]
Return Values
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
S_OK | The method succeeded. |
Requirements
Header: Include mpegtype.h.
Library: Use Strmiids.lib.
See Also