C# Class Prism.API.Audio.XAudioBgm

Inheritance: IBgm
Afficher le fichier Open project: TerrariaPrismTeam/Prism

Méthodes publiques

Méthode Description
Dispose ( ) : void
Pause ( ) : void
Play ( ) : void
Stop ( ) : void
XAudioBgm ( SoundEffect effect ) : System
XAudioBgm ( SoundEffectInstance instance ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

XAudioBgm() public méthode

public XAudioBgm ( SoundEffect effect ) : System
effect Microsoft.Xna.Framework.Audio.SoundEffect
Résultat System

XAudioBgm() public méthode

public XAudioBgm ( SoundEffectInstance instance ) : System
instance Microsoft.Xna.Framework.Audio.SoundEffectInstance
Résultat System