IltmmPlay::get_AllowedStreams Example for C
long lAllowedStreams;
IltmmPlay__get_AllowedStreams(g_player, &lAllowedStreams);
L_MULTIMEDIATEX_API void IltmmPlay_get_AllowedStreams_Example (IltmmPlay* pPlay)
{
long lAllowedStreams;
IltmmPlay_get_AllowedStreams(pPlay, &lAllowedStreams);
}