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);
}