IltmfPlay::get_SourceStream Example for C++

void SetSourceStream(IStream *pSourceStream, IltmfPlay *pPlay) 
{ 
   HRESULT hr = pPlay->put_SourceStream(pSourceStream); 
   if (FAILED(hr)) 
      return; 
#ifdef _DEBUG 
   IStream *pStream = NULL; 
   // try to get the play source stream object 
   hr = pPlay->get_SourceStream((IUnknown**)&pStream); 
   ASSERT(pStream); 
#endif 
} 

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Media Foundation C API Help