Cue.Stop Method (Microsoft.Xna.Framework.Audio)

Stops playback of a Cue.

Namespace: Microsoft.Xna.Framework.Audio
Assembly: MonoGame.Framework (MonoGame.Framework.dll 3.8.0.1082)
  • C#
  • VB
  • F#
public void Stop(
	AudioStopOptions options
)

Syntax for VB is not yet implemented.

Syntax for F# is not yet implemented.

Parameters

options
Type: Microsoft.Xna.Framework.Audio.AudioStopOptions
Specifies if the sound should play any pending release phases or transitions before stopping.
Supported in:

    
 Windows DirectX Desktop
    
 Linux Desktop
    
 Windows OpenGL Desktop
    
 Web