LEADTOOLS Multimedia API Help > Programming with LEADTOOLS Multimedia > C++ Code > 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; }