19,464
社区成员
发帖
与我相关
我的任务
分享
IMediaDet::GetBitmapBits
The GetBitmapBits method retrieves a video frame at the specified media time. The returned frame is always in 24-bit RGB format.
Syntax
HRESULT GetBitmapBits(
double StreamTime,
long *pBufferSize,
char *pBuffer,
long Width,
long Height
);