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 |
---|---|
|
Reserved for future use. |
|
16 kHz. |
|
22.05 kHz. |
|
24 kHz. |
|
32 kHz. |
|
44.1 kHz. |
|
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 |