Table of Contents

Enum AudioChannels

Namespace
Microsoft.Xna.Framework.Audio
Assembly
MonoGame.Framework.dll

Represents how many channels are used in the audio data.

public enum AudioChannels

Fields

Mono = 1

Single channel.

Stereo = 2

Two channels.