IltmmTVTuner::get_VideoSubChannel Example for C++

void GetCaptureTVTunerVideoSubChannel(IltmmCapture *pCapture) 
{ 
   IltmmTVTuner* pTuner; 
 
   // get the tuner object 
   HRESULT hr = pCapture->get_TVTuner(&pTuner); 
   if(SUCCEEDED(hr) && pTuner != NULL) 
   { 
      long lVideoSubChannel; 
 
      // get the video subchannel 
      pTuner->get_VideoSubChannel(&lVideoSubChannel); 
 
      // release the tuner object 
      pTuner->Release(); 
   } 
} 
Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Multimedia C API Help