riverd.sndfile.types

Undocumented in source.

Members

Aliases

SF_BROADCAST_INFO
alias SF_BROADCAST_INFO = SF_BROADCAST_INFO_VAR!(256)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_STR_FIRST
alias SF_STR_FIRST = SF_STR_TITLE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_STR_LAST
alias SF_STR_LAST = SF_STR_GENRE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SNDFILE
alias SNDFILE = SNDFILE_tag*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_close
alias da_sf_close = int function(SNDFILE* sndfile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_command
alias da_sf_command = int function(SNDFILE* sndfile, int command, void* data, int datasize)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_error
alias da_sf_error = int function(SNDFILE* sndfile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_error_number
alias da_sf_error_number = const(char)* function(int errnum)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_error_str
alias da_sf_error_str = int function(SNDFILE* sndfile, char* str, size_t len)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_format_check
alias da_sf_format_check = int function(const SF_INFO* info)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_get_string
alias da_sf_get_string = const(char)* function(SNDFILE* sndfile, int str_type)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_open
alias da_sf_open = SNDFILE* function(const char* path, int mode, SF_INFO* sfinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_open_fd
alias da_sf_open_fd = SNDFILE* function(int fd, int mode, SF_INFO* sfinfo, int close_desc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_open_virtual
alias da_sf_open_virtual = SNDFILE* function(SF_VIRTUAL_IO* sfvirtual, int mode, SF_INFO* sfinfo, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_perror
alias da_sf_perror = int function(SNDFILE* sndfile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_read_double
alias da_sf_read_double = sf_count_t function(SNDFILE* sndfile, double* ptr, sf_count_t items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_read_float
alias da_sf_read_float = sf_count_t function(SNDFILE* sndfile, float* ptr, sf_count_t items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_read_int
alias da_sf_read_int = sf_count_t function(SNDFILE* sndfile, int* ptr, sf_count_t items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_read_raw
alias da_sf_read_raw = sf_count_t function(SNDFILE* sndfile, void* ptr, sf_count_t bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_read_short
alias da_sf_read_short = sf_count_t function(SNDFILE* sndfile, short* ptr, sf_count_t items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_readf_double
alias da_sf_readf_double = sf_count_t function(SNDFILE* sndfile, double* ptr, sf_count_t frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_readf_float
alias da_sf_readf_float = sf_count_t function(SNDFILE* sndfile, float* ptr, sf_count_t frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_readf_int
alias da_sf_readf_int = sf_count_t function(SNDFILE* sndfile, int* ptr, sf_count_t frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_readf_short
alias da_sf_readf_short = sf_count_t function(SNDFILE* sndfile, short* ptr, sf_count_t frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_seek
alias da_sf_seek = sf_count_t function(SNDFILE* sndfile, sf_count_t frames, int whence)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_set_string
alias da_sf_set_string = int function(SNDFILE* sndfile, int str_type, const char* str)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_strerror
alias da_sf_strerror = const(char)* function(SNDFILE* sndfile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_version_string
alias da_sf_version_string = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_wchar_open
alias da_sf_wchar_open = SNDFILE* function(wchar* wpath, int mode, SF_INFO* sfinfo)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_write_double
alias da_sf_write_double = sf_count_t function(SNDFILE* sndfile, const double* ptr, sf_count_t items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_write_float
alias da_sf_write_float = sf_count_t function(SNDFILE* sndfile, const float* ptr, sf_count_t items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_write_int
alias da_sf_write_int = sf_count_t function(SNDFILE* sndfile, const int* ptr, sf_count_t items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_write_raw
alias da_sf_write_raw = sf_count_t function(SNDFILE* sndfile, const void* ptr, sf_count_t bytes)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_write_short
alias da_sf_write_short = sf_count_t function(SNDFILE* sndfile, const short* ptr, sf_count_t items)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_write_sync
alias da_sf_write_sync = void function(SNDFILE* sndfile)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_writef_double
alias da_sf_writef_double = sf_count_t function(SNDFILE* sndfile, const double* ptr, sf_count_t frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_writef_float
alias da_sf_writef_float = sf_count_t function(SNDFILE* sndfile, const float* ptr, sf_count_t frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_writef_int
alias da_sf_writef_int = sf_count_t function(SNDFILE* sndfile, const int* ptr, sf_count_t frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_sf_writef_short
alias da_sf_writef_short = sf_count_t function(SNDFILE* sndfile, const short* ptr, sf_count_t frames)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_count_t
alias sf_count_t = long
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_vio_get_filelen
alias sf_vio_get_filelen = sf_count_t function(void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_vio_read
alias sf_vio_read = sf_count_t function(void* ptr, sf_count_t count, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_vio_seek
alias sf_vio_seek = sf_count_t function(sf_count_t offset, int whence, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_vio_tell
alias sf_vio_tell = sf_count_t function(void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
sf_vio_write
alias sf_vio_write = sf_count_t function(const void* ptr, sf_count_t count, void* user_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SFC_GET_LIB_VERSION
anonymousenum SFC_GET_LIB_VERSION
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SFD_DEFAULT_LEVEL
anonymousenum SFD_DEFAULT_LEVEL
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_CHANNEL_MAP_INVALID
anonymousenum SF_CHANNEL_MAP_INVALID
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_ERR_NO_ERROR
anonymousenum SF_ERR_NO_ERROR
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_FALSE
anonymousenum SF_FALSE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_FORMAT_WAV
anonymousenum SF_FORMAT_WAV
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_LOOP_NONE
anonymousenum SF_LOOP_NONE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_SEEK_SET
anonymousenum SF_SEEK_SET
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_STR_TITLE
anonymousenum SF_STR_TITLE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

SF_COUNT_MAX
enum SF_COUNT_MAX;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SNDFILE_1
enum SNDFILE_1;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

SF_BROADCAST_INFO_VAR
struct SF_BROADCAST_INFO_VAR(size_t coding_hist_size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_DITHER_INFO
struct SF_DITHER_INFO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_EMBED_FILE_INFO
struct SF_EMBED_FILE_INFO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_FORMAT_INFO
struct SF_FORMAT_INFO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_INFO
struct SF_INFO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_INSTRUMENT
struct SF_INSTRUMENT
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_LOOP_INFO
struct SF_LOOP_INFO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SF_VIRTUAL_IO
struct SF_VIRTUAL_IO
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SNDFILE_tag
struct SNDFILE_tag
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta