IltmfConvert::PauseConvert Example for C++

void OnPauseConvert(IltmfConvert *pConvert) 
{ 
   // try to pause the conversion 
   HRESULT hr = pConvert->PauseConvert(); 
   if (FAILED(hr)) 
   { 
      MessageBox(NULL, TEXT("Error pausing convert session"), TEXT("Pause Convert"), MB_OK); 
   } 
} 
Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Media Foundation C API Help

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