C# Class xZune.Bass.BassStream

A Stream wrapper for AudioStream.CreateFormStream.
Inheritance: IDisposable
Afficher le fichier Open project: higankanshi/xZune.Bass Class Usage Examples

Méthodes publiques

Méthode Description
BassStream ( Stream stream ) : System

Create a BassStream form a Stream.

Dispose ( ) : void

Release all resource.

Private Methods

Méthode Description
OnFileClose ( IntPtr user ) : void
OnFileLength ( IntPtr user ) : System.UInt64
OnFileRead ( IntPtr buffer, uint length, IntPtr user ) : uint
OnFileSeek ( uint offset, IntPtr user ) : bool

Method Details

BassStream() public méthode

Create a BassStream form a Stream.
public BassStream ( Stream stream ) : System
stream Stream Stream to wrap.
Résultat System

Dispose() public méthode

Release all resource.
public Dispose ( ) : void
Résultat void