Exemplo n.º 1
0
 public BaseTSReaderPlayer(g_Player.MediaType type)
 {
   _isRadio = false;
   if (type == g_Player.MediaType.Radio)
   {
     _isRadio = true;
   }
   _mediaType = type;
   _videoFormat = new VideoStreamFormat();
 }
Exemplo n.º 2
0
 public BaseTSReaderPlayer()
 {
   _mediaType = g_Player.MediaType.Video;
   _videoFormat = new VideoStreamFormat();
 }