Table of Contents

Enum AudioStopOptions

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

Controls how Cue objects should cease playback when told to stop.

public enum AudioStopOptions

Fields

AsAuthored = 0

Stop normally, playing any pending release phases or transitions.

Immediate = 1

Immediately stops the cue, ignoring any pending release phases or transitions.