C# Class FlatRedBall.ContentExtensions.ContentTypes.StreamedSong

Inheritance: IDisposable
Afficher le fichier Open project: vchelaru/FlatRedBall

Méthodes publiques

Méthode Description
Dispose ( ) : void
Play ( ) : void
Stop ( ) : void
StreamedSong ( Stream stream, string name ) : FlatRedBall.ContentExtensions.Encryption
StreamedSong ( string xnbFile, Microsoft.Xna.Framework.Content.ContentManager contentManager ) : FlatRedBall.ContentExtensions.Encryption
StreamedSong ( string aesEncryptedFileName, string aesKey, string aesInitialVector ) : FlatRedBall.ContentExtensions.Encryption

Private Methods

Méthode Description
HandlePlaybackStopped ( object sender, NAudio.Wave.StoppedEventArgs e ) : void
PlayNAudioSong ( ) : void
PlayXnaSong ( ) : void
TryDisposeContainedObjects ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

StreamedSong() public méthode

public StreamedSong ( Stream stream, string name ) : FlatRedBall.ContentExtensions.Encryption
stream Stream
name string
Résultat FlatRedBall.ContentExtensions.Encryption

StreamedSong() public méthode

public StreamedSong ( string xnbFile, Microsoft.Xna.Framework.Content.ContentManager contentManager ) : FlatRedBall.ContentExtensions.Encryption
xnbFile string
contentManager Microsoft.Xna.Framework.Content.ContentManager
Résultat FlatRedBall.ContentExtensions.Encryption

StreamedSong() public méthode

public StreamedSong ( string aesEncryptedFileName, string aesKey, string aesInitialVector ) : FlatRedBall.ContentExtensions.Encryption
aesEncryptedFileName string
aesKey string
aesInitialVector string
Résultat FlatRedBall.ContentExtensions.Encryption