void Start()
 {
     if (AutoStart)
     {
         StartRecorder((UInt16)OpenRelayClient.Player.ID, OpenRelayClient.AllocateObjectId(), PreferMicrophoneIndex);
     }
 }
Ejemplo n.º 2
0
 void Start()
 {
     if (AutoStart)
     {
         StartRecorder((UInt16)OpenRelayClient.Player.ID, OpenRelayClient.AllocateObjectId());
     }
 }
Ejemplo n.º 3
0
 void Start()
 {
     OpenRelayClient.OnSyncStreamCall += delegate { };
     if (AutoStart)
     {
         StartPlayer((UInt16)OpenRelayClient.Player.ID, OpenRelayClient.AllocateObjectId());
     }
 }