IltmmTVTuner::get_AudioSubChannel Example for C++

void GetCaptureTVTunerAudioSubChannel(IltmmCapture *pCapture) 
{ 
   IltmmTVTuner* pTuner; 
   // try to get the capture tv tuner interface 
   HRESULT hr = pCapture->get_TVTuner(&pTuner); 
 
   if (SUCCEEDED(hr) && pTuner != NULL) 
   { 
      long lAudioSubChangle; 
      pTuner->get_AudioSubChannel(&lAudioSubChangle); 
 
      // 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