LEADTOOLS Media Foundation Help > Programming with LEADTOOLS Media Foundation > C++ Code > IltmfPlay::get_AllowedStreams Example for C++ |
void GetPlayerAllowedStreams(IltmfPlay *pPlay) { long lAllowedStreams; // start the player pPlay->Run(); // get the allowed play streams pPlay->get_AllowedStreams(&lAllowedStreams); }