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

LEADTOOLS Multimedia C API Help

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