IltmmConvert::get_DVDecoderResolution Example for C

void IltmmConvert_get_DVDecoderResolution_Example (IltmmConvert* pConvert) 
{ 
   char szDVRes[256];  
 
   ltmmDVResolution DVRes;  
 
   // call the Convert object to retrieve the Video Compressor 
   IltmmConvert_get_DVDecoderResolution(pConvert, &DVRes);  
 
   wsprintf(szDVRes, "DV Decoder resolution = %d", (int)DVRes);  
 
   MessageBox(NULL, szDVRes, NULL, MB_OK); 
} 
Help Version 21.0.2021.7.19
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.