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

IltmmPlay::get_UsingDVDecoder Example for C

Show in webframe

void IltmmPlay_get_UsingDVDecoder_Example (IltmmPlay* pPlay)
{
   VARIANT_BOOL bUsingDV;

   IltmmPlay_get_UsingDVDecoder (pPlay, &bUsingDV);

   if(bUsingDV)
   {
      // you are using DV decoder. Tell the DV decoder to decode
      // to the biggest resolution
      IltmmPlay_put_DVDecoderResolution(pPlay, ltmmDVResolution_Full);
   }
}
Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.