Méthode | Description | |
---|---|---|
AudioFileStream ( |
Create a sample stream from an MP3, MP2, MP1, OGG, WAV, AIFF or plug-in supported Bass stream.
|
|
AudioFileStream ( |
Create a sample stream from an MP3, MP2, MP1, OGG, WAV, AIFF or plug-in supported file via user callback functions.
|
|
AudioFileStream ( |
Creates a sample stream from an MP3, MP2, MP1, OGG, WAV, AIFF or plug-in supported memory stream.
|
|
AudioFileStream ( Stream stream, StreamCreateFileUserConfig configs, StreamFileSystemType systemType ) : System |
Create a sample stream from an MP3, MP2, MP1, OGG, WAV, AIFF or plug-in supported .Net stream.
|
|
AudioFileStream ( String file, StreamCreateFileConfig configs ) : System |
Creates a sample stream from an MP3, MP2, MP1, OGG, WAV, AIFF or plug-in supported file.
|
|
AudioFileStream ( String file, StreamCreateFileConfig configs, uint offset, uint length ) : System |
Creates a sample stream from an MP3, MP2, MP1, OGG, WAV, AIFF or plug-in supported file.
|
|
PutData ( byte buffer ) : int |
Adds data to a "push buffered" user file stream's buffer.
|
public AudioFileStream ( |
||
bassStream | The Bass stream. | |
configs | StreamCreateFileUserConfig | Configure of |
systemType | StreamFileSystemType | File system to use. |
Résultat | System |
public AudioFileStream ( |
||
handlers | The user defined file functions. | |
configs | StreamCreateFileUserConfig | Configure of |
systemType | StreamFileSystemType | File system to use. |
user | User instance data to pass to the callback functions. | |
Résultat | System |
public AudioFileStream ( |
||
stream | Memory stream. | |
configs | StreamCreateFileConfig | Configure of |
Résultat | System |
public AudioFileStream ( Stream stream, StreamCreateFileUserConfig configs, StreamFileSystemType systemType ) : System | ||
stream | Stream | The .Net stream. |
configs | StreamCreateFileUserConfig | Configure of |
systemType | StreamFileSystemType | File system to use. |
Résultat | System |
public AudioFileStream ( String file, StreamCreateFileConfig configs ) : System | ||
file | String | File name. |
configs | StreamCreateFileConfig | Configure of |
Résultat | System |
public AudioFileStream ( String file, StreamCreateFileConfig configs, uint offset, uint length ) : System | ||
file | String | File name. |
configs | StreamCreateFileConfig | Configure of |
offset | uint | File offset to begin streaming from. |
length | uint | Data length... 0 = use all data up to the end of the file. |
Résultat | System |
public PutData ( byte buffer ) : int | ||
buffer | byte | The file data. |
Résultat | int |