Exemplo n.º 1
0
 public void TryNetStreamDemux()
 {
     if (player == null)
     {
         return;
     }
     player.TryNetStreamDemux(netUrl);
 }