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