예제 #1
0
 public static void remove_activity(Microphone that, Action<ActivityEvent> value)
 {
     CommonExtensions.RemoveDelegate(that, value, ActivityEvent.ACTIVITY);
 }
예제 #2
0
 public static void remove_status(Microphone that, Action<StatusEvent> value)
 {
     CommonExtensions.RemoveDelegate(that, value, StatusEvent.STATUS);
 }
예제 #3
0
		/// <summary>
		/// Specifies an audio stream sent over the NetStream object, from a Microphone object passed as the source.
		/// </summary>
		public void attachAudio(Microphone microphone)
		{
		}