|
| void | fl::third_party::vorbis::stb_vorbis_close (stb_vorbis *p) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_decode_frame_pushdata (stb_vorbis *f, const uint8 *data, int32_t data_len, int32_t *channels, float ***output, int32_t *samples) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_decode_memory (const unsigned char *mem, int32_t len, int32_t *channels, int32_t *sample_rate, int16_t **output) FL_NOEXCEPT |
| |
| void | fl::third_party::vorbis::stb_vorbis_flush_pushdata (stb_vorbis *f) FL_NOEXCEPT |
| |
| stb_vorbis_comment | fl::third_party::vorbis::stb_vorbis_get_comment (stb_vorbis *f) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_error (stb_vorbis *f) FL_NOEXCEPT |
| |
| uint32_t | fl::third_party::vorbis::stb_vorbis_get_file_offset (stb_vorbis *f) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_frame_float (stb_vorbis *f, int32_t *channels, float ***output) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_frame_short (stb_vorbis *f, int32_t num_c, int16_t **buffer, int32_t num_samples) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_frame_short_interleaved (stb_vorbis *f, int32_t num_c, int16_t *buffer, int32_t num_shorts) FL_NOEXCEPT |
| |
| stb_vorbis_info | fl::third_party::vorbis::stb_vorbis_get_info (stb_vorbis *f) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_sample_offset (stb_vorbis *f) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_samples_float (stb_vorbis *f, int32_t channels, float **buffer, int32_t num_samples) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_samples_float_interleaved (stb_vorbis *f, int32_t channels, float *buffer, int32_t num_floats) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_samples_short (stb_vorbis *f, int32_t channels, int16_t **buffer, int32_t num_samples) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_get_samples_short_interleaved (stb_vorbis *f, int32_t channels, int16_t *buffer, int32_t num_shorts) FL_NOEXCEPT |
| |
| stb_vorbis * | fl::third_party::vorbis::stb_vorbis_open_memory (const unsigned char *data, int32_t len, int32_t *error, const stb_vorbis_alloc *alloc) FL_NOEXCEPT |
| |
| stb_vorbis * | fl::third_party::vorbis::stb_vorbis_open_pushdata (const unsigned char *data, int32_t data_len, int32_t *data_used, int32_t *error, const stb_vorbis_alloc *alloc) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_seek (stb_vorbis *f, uint32_t sample_number) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_seek_frame (stb_vorbis *f, uint32_t sample_number) FL_NOEXCEPT |
| |
| int32_t | fl::third_party::vorbis::stb_vorbis_seek_start (stb_vorbis *f) FL_NOEXCEPT |
| |
| uint32_t | fl::third_party::vorbis::stb_vorbis_stream_length_in_samples (stb_vorbis *f) FL_NOEXCEPT |
| |
| float | fl::third_party::vorbis::stb_vorbis_stream_length_in_seconds (stb_vorbis *f) FL_NOEXCEPT |
| |