Products | Support | Send comments on this topic. | Email a link to this topic. | Back to Getting Started | Help Version 18.0.10.24
LEADTOOLS Multimedia API Help

IltmmCapture::put_TargetStream Example for C++

Show in webframe

void SetTargetToMemoryObject(IltmmCapture *pCapture, IltmmMemory *pMem)
{
   // reset the target first
   pCapture->ResetTarget();

   // set the target to our stream
   pCapture->put_TargetStream(pMem);
}
Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.