Class AudioDevice
Represents a single audio device.
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public class AudioDevice : Object
Constructors
AudioDevice()
Properties
Name
The device name.
Declaration
[Unmanaged]
public string Name { get; }
Property Value
System.String
|