IltmmCapture::get_InterleaveMode Example for C++

void GetSetCaptureInterleaveMode(IltmmCapture *pCapture) 
{ 
   long lMode; 
   // get the current capture interleave mode 
   pCapture->get_InterleaveMode(&lMode); 
   // if not set to what we want, set it 
   if (lMode != ltmmCapture_Interleave_Capture) 
      pCapture->put_InterleaveMode(ltmmCapture_Interleave_Capture); 
} 

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