BASS.NET API for the Un4seen BASS Audio Library

BASSFiletype Enumeration

BASS.NET API for the Un4seen BASS Audio Library

Namespace:  Un4seen.Bass
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.18.2
Syntax

public enum BASSFiletype
Members

  Member nameValueDescription
BASS_FILE_NAME0 A filename.
BASS_FILE_MEM1 Points to a memory block.
BASS_FILE_MEMCOPY3 Points to a memory block, which will be copied (and can then be freed immediately after the call).
BASS_FILE_HANDLE4 A seekable file handle (HANDLE) on Windows or a file descriptor (int) on other platforms (will be duplicated).
See Also

Reference