InputDeviceNode.mic constructor

InputDeviceNode.mic()

Implementation

InputDeviceNode.mic() {
  audioSource = AudioSource.microphone;
}