C# Class FlatRedBall.Audio.Sound

Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Свойство Type Description
Variables SoundVariableCollection

Protected Properties

Свойство Type Description
mCue Microsoft.Xna.Framework.Audio.Cue
mCueName String
mSoundBankFile string

Private Properties

Свойство Type Description
Sound System

Méthodes publiques

Méthode Description
Pause ( ) : void

Pauses playback of this sound

Play ( ) : void

Begins playback of this sound, or resumes playback (if it has been paused)

Stop ( ) : void

Stops playing this sound as authored

StopAsAuthored ( ) : void

Stops playing this sound as authored in the XACT project

StopImmediately ( ) : void

Stops playing this sound immediately

Private Methods

Méthode Description
Sound ( Cue cue, String cueName, string soundBankFile ) : System

Method Details

Pause() public méthode

Pauses playback of this sound
public Pause ( ) : void
Résultat void

Play() public méthode

Begins playback of this sound, or resumes playback (if it has been paused)
public Play ( ) : void
Résultat void

Stop() public méthode

Stops playing this sound as authored
public Stop ( ) : void
Résultat void

StopAsAuthored() public méthode

Stops playing this sound as authored in the XACT project
public StopAsAuthored ( ) : void
Résultat void

StopImmediately() public méthode

Stops playing this sound immediately
public StopImmediately ( ) : void
Résultat void

Property Details

Variables public_oe property

public SoundVariableCollection,FlatRedBall.Audio Variables
Résultat SoundVariableCollection

mCue protected_oe property

protected Cue,Microsoft.Xna.Framework.Audio mCue
Résultat Microsoft.Xna.Framework.Audio.Cue

mCueName protected_oe property

protected String mCueName
Résultat String

mSoundBankFile protected_oe property

protected string mSoundBankFile
Résultat string