Overload List
| Name | Description | |
|---|---|---|
| BASS_WMA_StreamCreateFile(IntPtr, Int64, Int64, BASSFlag) |
Creates a sample stream from a WMA memory IntPtr.
This overload implements streaming from memory. | |
| BASS_WMA_StreamCreateFile(String, Int64, Int64, BASSFlag) |
Creates a sample stream from a WMA file.
This overload implements unicode filenames. The BASS_UNICODE flag will be added automatically. |
See Also