Пример #1
0
 public void SetSyncType(VideoSyncType syncType)
 {
     if (_SetSyncType != null)
     {
         _SetSyncType(this, syncType);
     }
 }
Пример #2
0
 public VideoEntry()
 {
     //IL_0021: Unknown result type (might be due to invalid IL or missing references)
     PlaybackSpeed = 1f;
     URL           = null;
     SyncType      = VideoSyncType.Normal;
     Source        = 0;
     VideoClip     = null;
     SyncMinutes   = 0f;
 }