Class Mic
Provides access to all the recording devices available
Inheritance
System.Object
Mic
Namespace: Adrenak.UniMic
Assembly: cs.temp.dll.dll
Syntax
public class Mic : MonoBehaviour
Constructors
Mic()
Declaration
[Obsolete("Mic is a MonoBehaviour singleton that is created on its own upon usage.", true)]
public Mic()
Properties
AvailableDevices
Gets the available recording devices
Declaration
public static List<Mic.Device> AvailableDevices { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Mic.Device> |
Methods
Init()
Initialize the Mic class for use.
Declaration
public static void Init()