void TogglePlayerCloseCaptioning(IltmmPlay *pPlay){VARIANT_BOOL vrtClose;// turn off closed captioningpPlay->put_CloseCaptioning(VARIANT_FALSE);// toggle it nowpPlay->ToggleCloseCaptioning();// get the current settting and check it.pPlay->get_CloseCaptioning(&vrtClose);if (vrtClose == VARIANT_TRUE)MessageBox(NULL, TEXT("Close captioning rendering is enabled"), TEXT("Toggle Closed Captioning"), MB_OK);elseMessageBox(NULL, TEXT("Close captioning rendering is disabled"), TEXT("Toggle Closed Captioning"), MB_OK);}
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
