IltmmPlay::IsRateSupported Example for C++

void IsPlayerRateSupported(IltmmPlay *pPlay) 
{ 
   VARIANT_BOOL vrtRateSupported; 
  
   HRESULT hr = pPlay->IsRateSupported(2.0, &vrtRateSupported); 
   if (SUCCEEDED(hr) && vrtRateSupported == VARIANT_TRUE) 
      pPlay->put_Rate(2.0); 
} 
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.