IltmmPlay::SaveSettingsToFile Example for C++

void SavePlayerSettingsToFile(IltmmPlay *pPlay) 
{ 
   // try to save the play settings to a file 
   HRESULT hr = pPlay->SaveSettingsToFile(MAKE_MEDIA_PATH("Test.lmm"), ltmmPlay_Settings_All); 
 
   if (FAILED(hr)) 
   { 
      MessageBox(NULL, TEXT("Error saving play settings to file"), TEXT("Save Play Settings"), MB_OK); 
   } 
} 
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help