IltmmPlay::get_AllowedStreams Example for C

void IltmmPlay_get_AllowedStreams_Example (IltmmPlay* pPlay)
{
   long lAllowedStreams; 

   IltmmPlay_get_AllowedStreams(pPlay, &lAllowedStreams);
}