LEADTOOLS Media Foundation Help > Programming with LEADTOOLS Media Foundation > C++ Code > IltmfConvert::get_VideoWindowFrame Example for C++ |
void OnGetVideoWindowFrame(IltmfConvert* pConvert, long* hWnd) { // get the window handle for the video window frame pConvert->get_VideoWindowFrame(hWnd); }