IltmmPlay::get_StillTap Example for C++

HRESULT SetPlayerStillTap(IltmmPlay *pPlay) 
{ 
   // try to set the still tap setting to the source filter output 
   HRESULT hr = pPlay->put_StillTap(ltmmPlay_StillTap_Source); 
 
   return hr; 
} 
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.