Microsoft DirectX 9.0

IBasicVideo::get_BitRate

The get_BitRate method retrieves the approximate bit rate of the video stream.

Syntax

HRESULT get_BitRate(
  long *pBitRate
);

Parameters

pBitRate

[out] Pointer to a variable that receives the approximate bit rate, in bits per second.

Return Values

Returns an HRESULT value.

See Also