API ReferenceSandbox.Audio
public sealed struct Sandbox.Audio.AudioChannel
Represents an audio channel, between 0 and 7. This is used to index into buffers. This is used rather than an int to avoid unfortuate bugs.
Constructors
Showing 1 constructors
public AudioChannel(int i)
No results match this filter.
Methods
Showing 1 methods
public int Get()
No results match this filter.
Properties
Showing 2 properties
public static Sandbox.Audio.AudioChannel Sandbox.Audio.AudioChannel.Left { get; set; }
public static Sandbox.Audio.AudioChannel Sandbox.Audio.AudioChannel.Right { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.Audio |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.Audio.AudioChannel |