IltmmPlay::CanSaveObjectSettings Example for C++

BOOL CanSavePlaySettings(IltmmPlay *pPlay) 
{ 
   VARIANT_BOOL bSave; 
 
   // check if we can save the processors settings  
   pPlay->CanSaveObjectSettings(ltmmPlay_Settings_Processors, &bSave); 
   if (bSave == VARIANT_TRUE) 
   { 
      // call SaveSettingsToStream or SaveSettingsToFile 
   } 
 
   return (bSave == VARIANT_TRUE); 
} 
Help Version 22.0.2023.1.26
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help

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