AudioCategory.Stop Method

Stops all sounds associated with this category.

Syntax

'Declaration
Public Sub Stop ( _
         options As AudioStopOptions _
)
public void Stop (
         AudioStopOptions options
)
public:
void Stop(
         AudioStopOptions options
)

Parameters

  • options
    Type: AudioStopOptions
    Enumerated value specifying how the sounds should be stopped.

Requirements

Namespace: Microsoft.Xna.Framework.Audio

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

AudioCategory Structure
AudioCategory Members
Microsoft.Xna.Framework.Audio Namespace

Platforms

Windows Phone