Class MicrophoneSource
This component represents a local audio source generating audio frames from a local
audio capture device (microphone). The audio source can be used to create one or more
audio tracks sharing the same audio content.
Inheritance
MicrophoneSource
Assembly: cs.temp.dll.dll
Syntax
public class MicrophoneSource : AudioTrackSource
Fields
_autoGainControl
Declaration
protected bool _autoGainControl
Field Value
Properties
AutoGainControl
Declaration
public bool AutoGainControl { get; }
Property Value
Methods
OnDisable()
Declaration
protected void OnDisable()
OnEnable()
Declaration
protected void OnEnable()
Update()
Declaration