Пример #1
0
 private void Awake()
 {
     videoCapture = GetComponent <VideoCapture>();
     Application.runInBackground = true;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="T:Evereal.VideoCapture.VideoMuxing"/> class.
 /// </summary>
 /// <param name="videoCapture">Video capture.</param>
 /// <param name="audioCapture">Audio capture.</param>
 public VideoMuxing(VideoCapture videoCapture, AudioCapture audioCapture)
 {
     this.videoCapture = videoCapture;
     this.audioCapture = audioCapture;
 }