Previous | Next |
The GetBitrate method retrieves the bit rate for the stream.
Syntax
HRESULT GetBitrate(
DWORD* pdwBitrate
);
Parameters
pdwBitrate
[out] Pointer to a double word containing the bit rate.
Return Values
If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.
Return code | Description |
E_POINTER | The pdwbitrate parameter is NULL |
See Also
Previous | Next |