void GetAudioCaptureFormats(IltmmCapture *pCapture){IltmmAudioFormats *pAudioFormats;long lCount;// get the capture control's audio capture formatsHRESULT hr = pCapture->get_AudioCaptureFormats(&pAudioFormats);if (SUCCEEDED(hr)){// get the countpAudioFormats->get_Count(&lCount);// select the first formatif (lCount > 0){// select the first audio formatpAudioFormats->put_Selection(0);}// release when donepAudioFormats->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
