void SetPlayerAllowedStreams(IltmfPlay *pPlay)
{
long lAllowedStreams = ltmfPlay_Stream_Video;
// set the allowed player streams to Video
pPlay->put_AllowedStreams(lAllowedStreams);
// start the player
pPlay->Run();
// get the allowed play streams
pPlay->get_AllowedStreams(&lAllowedStreams);
}
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