Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
3/26/2014
Retrieves an approximate bit rate for the video.
Syntax
HRESULT get_BitRate(
long* pBitRate
);
Parameters
- pBitRate
Bit rate in bits per second.
Return Value
Returns NOERROR if successful or E_OUTOFMEMORY not enough memory is available.
Remarks
This member function implements the IBasicVideo::get_BitRate method.
It calls the pure virtual CBaseControlVideo::GetVideoFormat to retrieve the VIDEOINFOHEADER structure from the derived class.
Requirements
Header |
dshow.h, |
Library |
ole32.lib, |