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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Media Foundation C API Help

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