Microsoft Windows CE 3.0  

CBaseControlVideo::get_BitRate

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Retrieves an approximate bit rate for the video.

HRESULT get_BitRate(
long *
pBitRate
);

Parameters

pBitRate
Bit rate in bits per second.

Return Values

Returns NOERROR if successful or E_OUTOFMEMORY not enough memory is available.

Remarks

This member function implements the IBasicVideo::get_BitRatemethod. It calls the pure virtual CBaseControlVideo::GetVideoFormatto retrieve the VIDEOINFOHEADERstructure from the derived class.