Class UniMicInput
Inheritance
System.Object
UniMicInput
Assembly: cs.temp.dll.dll
public class UniMicInput : IAudioInput, IDisposable
Constructors
Declaration
public UniMicInput(Mic.Device device)
Parameters
| Type |
Name |
Description |
| Mic.Device |
device |
|
Fields
Declaration
Field Value
| Type |
Description |
| Mic.Device |
|
Properties
Declaration
public Mic.Device Device { get; set; }
Property Value
| Type |
Description |
| Mic.Device |
|
Methods
Declaration
Events
Declaration
public event Action<AudioFrame> OnFrameReady
Event Type
Implements