IMpegAudioDecoder::put_FrequencyDivider

 
Microsoft DirectShow 9.0

IMpegAudioDecoder::put_FrequencyDivider

Specifies the frequency divider as a three-level setting corresponding to the quality of CD Audio, FM Radio, or AM Radio.

Syntax

  HRESULT put_FrequencyDivider(
  unsigned long  Divider
);

Parameters

Divider

[in]  Specifies the divider. 1 = "CD Audio"; 2 = "FM Radio"; 4 = "AM Radio".

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