C# Class xZune.Bass.BassStream

A Stream wrapper for AudioStream.CreateFormStream.
Inheritance: IDisposable
Show file Open project: higankanshi/xZune.Bass Class Usage Examples

Public Methods

Method Description
BassStream ( Stream stream ) : System

Create a BassStream form a Stream.

Dispose ( ) : void

Release all resource.

Private Methods

Method 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 method

Create a BassStream form a Stream.
public BassStream ( Stream stream ) : System
stream Stream Stream to wrap.
return System

Dispose() public method

Release all resource.
public Dispose ( ) : void
return void