Method | Description | |
---|---|---|
BassStream ( Stream stream ) : System |
Create a BassStream form a Stream.
|
|
Dispose ( ) : void |
Release all resource.
|
Method | Description | |
---|---|---|
OnFileClose ( |
||
OnFileLength ( |
||
OnFileRead ( |
||
OnFileSeek ( uint offset, |
public BassStream ( Stream stream ) : System | ||
stream | Stream | Stream to wrap. |
return | System |