IltmmConvert::get_DVDecoderResolution Example for C
char szDVRes[256];
ltmmDVResolution DVRes;
// call the Convert object to retrieve the Video Compressor
IltmmConvert__get_DVDecoderResolution(g_convert, &DVRes);
wsprintf(szDVRes, "DV Decoder resolution = %d", (int)DVRes);
MessageBox(hwnd, szDVRes, NULL, MB_OK);