Méthode | Description | |
---|---|---|
WmaStream ( BassStream bassStream, WmaStreamCreateConfig configs, StreamFileSystemType systemType ) : System |
Create a sample stream from a WMA Bass stream.
|
|
WmaStream ( |
Create a sample stream from a WMA file via user callback functions.
|
|
WmaStream ( |
Creates a sample stream from a WMA memory stream.
|
|
WmaStream ( Stream stream, WmaStreamCreateConfig configs, StreamFileSystemType systemType ) : System |
Create a sample stream from a WMA .Net stream.
|
|
WmaStream ( String file, String user, String password, WmaStreamCreateConfig configs ) : System |
Creates a sample stream from a WMA file, optionally with a user name and password to authenticate.
|
|
WmaStream ( String file, String user, String password, WmaStreamCreateConfig configs, uint offset, uint length ) : System |
Creates a sample stream from a WMA file, optionally with a user name and password to authenticate. .
|
|
WmaStream ( String file, WmaStreamCreateConfig configs ) : System |
Creates a sample stream from a WMA file.
|
|
WmaStream ( String file, WmaStreamCreateConfig configs, uint offset, uint length ) : System |
Creates a sample stream from a WMA file.
|
Méthode | Description | |
---|---|---|
AttachEvent ( ) : void |
Méthode | Description | |
---|---|---|
OnMetaDataEncountered ( |
||
OnServerTrackChanged ( |
||
WmaStream ( |
public WmaStream ( BassStream bassStream, WmaStreamCreateConfig configs, StreamFileSystemType systemType ) : System | ||
bassStream | BassStream | The Bass stream. |
configs | WmaStreamCreateConfig | Configure of |
systemType | StreamFileSystemType | File system to use. |
Résultat | System |
public WmaStream ( |
||
handlers | The user defined file functions. | |
configs | WmaStreamCreateConfig | Configure of |
systemType | StreamFileSystemType | File system to use. |
user | User instance data to pass to the callback functions. | |
Résultat | System |
public WmaStream ( |
||
stream | Memory stream. | |
configs | WmaStreamCreateConfig | Configure of |
Résultat | System |
public WmaStream ( Stream stream, WmaStreamCreateConfig configs, StreamFileSystemType systemType ) : System | ||
stream | Stream | The .Net stream. |
configs | WmaStreamCreateConfig | Configure of |
systemType | StreamFileSystemType | File system to use. |
Résultat | System |
public WmaStream ( String file, String user, String password, WmaStreamCreateConfig configs ) : System | ||
file | String | File name. |
user | String | /// User name to use in connecting to the server... if either this or pass is NULL, then no user /// name/password is sent to the server. /// |
password | String | Password to use in connecting to the server. |
configs | WmaStreamCreateConfig | Configure of |
Résultat | System |
public WmaStream ( String file, String user, String password, WmaStreamCreateConfig configs, uint offset, uint length ) : System | ||
file | String | File name. |
user | String | /// User name to use in connecting to the server... if either this or pass is NULL, then no user /// name/password is sent to the server. /// |
password | String | Password to use in connecting to the server. |
configs | WmaStreamCreateConfig | 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 WmaStream ( String file, WmaStreamCreateConfig configs ) : System | ||
file | String | File name. |
configs | WmaStreamCreateConfig | Configure of |
Résultat | System |
public WmaStream ( String file, WmaStreamCreateConfig configs, uint offset, uint length ) : System | ||
file | String | File name. |
configs | WmaStreamCreateConfig | 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 |