C# Class FSO.Common.Audio.MP3Player

Afficher le fichier Open project: RHY3756547/FreeSO Class Usage Examples

Méthodes publiques

Свойство Type Description
Inst Microsoft.Xna.Framework.Audio.DynamicSoundEffectInstance

Méthodes publiques

Méthode Description
Dispose ( ) : void
IsEnded ( ) : bool
MP3Player ( string path ) : System
Play ( ) : void
SetPan ( float pan ) : void
SetVolume ( float volume ) : void
Stop ( ) : void

Private Methods

Méthode Description
SubmitBuffer ( object sender, EventArgs e ) : void
SubmitBufferAsync ( object sender, EventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IsEnded() public méthode

public IsEnded ( ) : bool
Résultat bool

MP3Player() public méthode

public MP3Player ( string path ) : System
path string
Résultat System

Play() public méthode

public Play ( ) : void
Résultat void

SetPan() public méthode

public SetPan ( float pan ) : void
pan float
Résultat void

SetVolume() public méthode

public SetVolume ( float volume ) : void
volume float
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

Property Details

Inst public_oe property

public DynamicSoundEffectInstance,Microsoft.Xna.Framework.Audio Inst
Résultat Microsoft.Xna.Framework.Audio.DynamicSoundEffectInstance