IltmmPlay::CanSaveObjectSettings Example for C

void IltmmPlay_CanSaveObjectSettings_Example (IltmmPlay* pPlay) 
{ 
   VARIANT_BOOL bSave; 
   // check if we can save the processors settings 
   IltmmPlay_CanSaveObjectSettings(pPlay, ltmmPlay_Settings_Processors, &bSave); 
   if( bSave == VARIANT_TRUE ) 
   { 
      /* call ltmmPlay_SaveSettingsToStream or ltmmPlay_SaveSettingsToFile */ 
   } 
} 

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Multimedia C API Help