Class AudioDevice
Represents a single audio device.
Inherited Members
AudioDevice
Assembly: FlaxEngine.dll
File: Engine/Audio/AudioDevice.h
Syntax
public class AudioDevice : public ScriptingObject
Fields
InternalName
The internal device name used by the audio backend.
Declaration
public StringAnsi InternalName
Field Value
StringAnsi
|
Name
Methods
ToString()
Gets the string representation of this object.
Declaration
public virtual String ToString() const override
Returns
String
|