Share via


IIsdbAudioComponentDescriptor::GetSamplingRate method (dvbsiparser.h)

[The feature associated with this page, Microsoft TV Technologies, is a legacy feature. Microsoft strongly recommends that new code does not use this feature.]

Gets the value of the sampling_rate field from a an Integrated Services Digital Broadcasting (ISDB) audio component descriptor. This three-bit field contains a code that indicates the sampling frequency.

Syntax

HRESULT GetSamplingRate(
  [out] BYTE *pbVal
);

Parameters

[out] pbVal

Receives one of the following codes:

Value Meaning
000
Reserved for future use.
001
16 kHz.
010
22.05 kHz.
011
24 kHz.
101
32 kHz.
110
44.1 kHz.
111
48 kHz.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows�7 [desktop apps only]
Minimum supported server None supported
Target Platform Windows
Header dvbsiparser.h

See also

IIsdbAudioComponentDescriptor