void GetPlayerAllowedStreams(IltmmPlay *pPlay) { long lAllowedStreams; // start the player pPlay->Run(); // get the allowed play streams pPlay->get_AllowedStreams(&lAllowedStreams); }