IltmfTVTuner::get_AudioSubChannel Example for C++

void GetCaptureTVTunerAudioSubChannel(IltmfCapture *pCapture) 
{ 
   IltmfTVTuner* 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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Media Foundation C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.