IBasicVideo::get_BitRate

 
Microsoft DirectShow 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.

Requirements

Header: Declared in Control.h; include Dshow.h.

Library: Use Strmiids.lib.

See Also