IltmmConvert::get_DVDecoderResolution Example for C++
ltmmDVResolution DVRes;
CString strDV;
// call the Convert object to retrieve the Video Compressor
m_convert->get_DVDecoderResolution (&DVRes);
strDV.Format("DV Decoder resolution = %d", (int)DVRes);
MessageBox(strDV);