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 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