Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Multimedia API Help

IltmmConvert::get_DVDecoderResolution Example for C

Show in webframe

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);
}
Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.