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

LEADTOOLS Media Foundation C API Help