-
Notifications
You must be signed in to change notification settings - Fork 0
AudioServer SpeakerMode
Home | API by Category | Complete API Index | API Compatibility
| Field | Value |
|---|---|
| Full name | Electron2D.AudioServer.SpeakerMode |
| Namespace | Electron2D |
| Kind | enum |
| Category | Audio |
Identifies the speaker layout used by the active audio output.
public enum Electron2D.AudioServer.SpeakerMode : System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattableProfile: Electron2D 0.1.0 2D
Status: Partial / Not verified
Out of profile: yes
Godot reference: AudioServer.SpeakerMode
Speaker layout values for stereo and surround output queries.
The active platform backend reports the closest layout it can guarantee.
Electron2D 0.1.0 Preview defaults to Electron2D.AudioServer.SpeakerMode.Stereo.
Enumeration values are immutable and may be used from any thread.
This enum is available since Electron2D 0.1.0 Preview.
| Member | Kind | Summary |
|---|---|---|
Stereo |
Enum value | Two-channel left and right speaker output. |
Surround31 |
Enum value | Four-channel surround output with three front channels and one rear channel. |
Surround51 |
Enum value | Six-channel surround output with five main channels and one low-frequency channel. |
Surround71 |
Enum value | Eight-channel surround output with seven main channels and one low-frequency channel. |
Kind: Enum value
public const Electron2D.AudioServer.SpeakerMode StereoTwo-channel left and right speaker output.
Use this value with APIs that accept Electron2D.AudioServer.SpeakerMode.
This enum value is available since Electron2D 0.1.0 Preview.
Electron2D.AudioServer.SpeakerMode
Kind: Enum value
public const Electron2D.AudioServer.SpeakerMode Surround31Four-channel surround output with three front channels and one rear channel.
Use this value with APIs that accept Electron2D.AudioServer.SpeakerMode.
This enum value is available since Electron2D 0.1.0 Preview.
Electron2D.AudioServer.SpeakerMode
Kind: Enum value
public const Electron2D.AudioServer.SpeakerMode Surround51Six-channel surround output with five main channels and one low-frequency channel.
Use this value with APIs that accept Electron2D.AudioServer.SpeakerMode.
This enum value is available since Electron2D 0.1.0 Preview.
Electron2D.AudioServer.SpeakerMode
Kind: Enum value
public const Electron2D.AudioServer.SpeakerMode Surround71Eight-channel surround output with seven main channels and one low-frequency channel.
Use this value with APIs that accept Electron2D.AudioServer.SpeakerMode.
This enum value is available since Electron2D 0.1.0 Preview.
Electron2D.AudioServer.SpeakerMode
Electron2D 0.1.0 Preview API reference. Generated from 175 public runtime types.