Microsoft.Xna.Framework.Audio Namespace
Provides classes for using audio sound effects.
| Class | Description | |
|---|---|---|
|
AudioFormat | Provides specific technical information about an audio format that is used by audio capture devices. |
|
SoundEffect | Provides a loaded sound resource. You can play multiple instances of the SoundEffect by calling Play. |
|
SoundEffectInstance | Provides a single playing, paused, or stopped instance of a SoundEffect sound. |
| Enumeration | Description | |
|---|---|---|
|
AudioChannels | Defines the number of channels in the audio data. |
|
SoundState | Specifies the possible states of a SoundEffectInstance. |
|
WaveFormatType | Reports the digital signal encoding format of an audio format. |
Community Additions
ADD
Show: