Api Sandbox Audio AudioChannel
struct

AudioChannel

public sealed struct 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

AudioChannel(Int32 i)

Properties

Name Type Description
Left static AudioChannel
Right static AudioChannel

Methods

Int32 Get()
Assembly: Sandbox.Engine Namespace: Sandbox.Audio Full Name: Sandbox.Audio.AudioChannel