Ejemplo n.º 1
0
 private void _videoDevice_PushData(VideoDeviceDataContext value)
 {
     lock (syncState)
     {
         PowerMsPlayer.InputDecVideo(value.Data, value.DataLength);
     }
 }