API ReferenceSandbox.Audio
AudioChannelclass
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.
object→AudioChannel
Constructors1
Showing 1 constructors
public AudioChannel(int i)
| Parameter | Type | Description |
|---|---|---|
| i | int | — |
No results match this filter.
Methods1
Showing 1 methods
public int Get()
Returns:
int—No results match this filter.
Properties2
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.