// copy tuning space from one TV tuner to anothervoid SetCaptureTVTunerTuningSpace(IltmmCapture *pCapture, IltmmTVTuner *pSrcTuner){IltmmTVTuner* pTuner;// get the tuner objectHRESULT hr = pCapture->get_TVTuner(&pTuner);if(SUCCEEDED(hr) && pTuner != NULL){long lTunSpc;// get the tunning space from the source tunerpSrcTuner->get_TuningSpace(&lTunSpc);// set the tunning space on our TV tunerpTuner->put_TuningSpace(lTunSpc);}// release the tuner objectpTuner->Release();}
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
