Share via


IBasicVideo::get_BitRate (Compact 2013)

3/26/2014

This method retrieves an approximate bit rate for the video stream (in bits per second).

Syntax

HRESULT get_BitRate(
  long* pBitRate
);

Parameters

  • pBitRate
    [out] Approximate bit rate.

Return Value

Returns an HRESULT value.

Requirements

Header

dshow.h

Library

Strmiids.lib

See Also

Reference

IBasicVideo Interface