Esempio n. 1
0
 public static void XMLVoiceDispose()
 {
     xmlVoiceQueue?.Dispose();
 }
Esempio n. 2
0
 public static void XMLSkeletonDispose()
 {
     xmlSkeletonQueue?.Dispose();
 }
Esempio n. 3
0
 public static void XMLFaceDispose()
 {
     xmlFaceQueue?.Dispose();
 }
Esempio n. 4
0
 /// <summary>
 /// Functions disposing the different queue when their recordings ended
 /// </summary>
 /// <author> Amirali Ghazi </author>
 #region QueueDisposeFunctions
 public static void StreamDispose()
 {
     videoStreamQueue?.Dispose();
 }