void IltmmCapture_get_PreviewingCloseCaption_Example (IltmmCapture* pCapture)
{
VARIANT_BOOL bCC;
/* check the close captions previewing state */
IltmmCapture_get_PreviewingCloseCaption(pCapture, &bCC);
if( bCC == VARIANT_FALSE )
{
/*Close captions are not previewing; do something*/
}
}
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