C# Class FlatRedBall.ContentExtensions.ContentTypes.StreamedSong

Inheritance: IDisposable
Show file Open project: vchelaru/FlatRedBall

Public Methods

Method 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

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Play() public method

public Play ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

StreamedSong() public method

public StreamedSong ( Stream stream, string name ) : FlatRedBall.ContentExtensions.Encryption
stream Stream
name string
return FlatRedBall.ContentExtensions.Encryption

StreamedSong() public method

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

StreamedSong() public method

public StreamedSong ( string aesEncryptedFileName, string aesKey, string aesInitialVector ) : FlatRedBall.ContentExtensions.Encryption
aesEncryptedFileName string
aesKey string
aesInitialVector string
return FlatRedBall.ContentExtensions.Encryption