Defines |
| #define | MACROCAT_REALLY(a, b) a ## b |
| #define | MACROCAT(a, b) MACROCAT_REALLY(a, b) |
| #define | NATIVE_SUFFIX MACROCAT(_, _FILE_OFFSET_BITS) |
| #define | NATIVE_NAME(func) MACROCAT(func, NATIVE_SUFFIX) |
| #define | ALIAS_NAME(func) func |
Functions |
int attribute_align_arg
ALIAS_NAME() | mpg123_open (mpg123_handle *mh, const char *path) |
int attribute_align_arg
ALIAS_NAME() | mpg123_open_fd (mpg123_handle *mh, int fd) |
int attribute_align_arg
ALIAS_NAME() | mpg123_open_handle (mpg123_handle *mh, void *iohandle) |
int attribute_align_arg
ALIAS_NAME() | mpg123_decode_frame (mpg123_handle *mh, long *num, unsigned char **audio, size_t *bytes) |
int attribute_align_arg
ALIAS_NAME() | mpg123_framebyframe_decode (mpg123_handle *mh, long *num, unsigned char **audio, size_t *bytes) |
long attribute_align_arg
ALIAS_NAME() | mpg123_tell (mpg123_handle *mh) |
long attribute_align_arg
ALIAS_NAME() | mpg123_tellframe (mpg123_handle *mh) |
long attribute_align_arg
ALIAS_NAME() | mpg123_tell_stream (mpg123_handle *mh) |
long attribute_align_arg
ALIAS_NAME() | mpg123_seek (mpg123_handle *mh, long sampleoff, int whence) |
long attribute_align_arg
ALIAS_NAME() | mpg123_feedseek (mpg123_handle *mh, long sampleoff, int whence, long *input_offset) |
long attribute_align_arg
ALIAS_NAME() | mpg123_seek_frame (mpg123_handle *mh, long frameoff, int whence) |
long attribute_align_arg
ALIAS_NAME() | mpg123_timeframe (mpg123_handle *mh, double sec) |
int attribute_align_arg
ALIAS_NAME() | mpg123_index (mpg123_handle *mh, long **offsets, long *step, size_t *fill) |
int attribute_align_arg
ALIAS_NAME() | mpg123_set_index (mpg123_handle *mh, long *offsets, long step, size_t fill) |
int attribute_align_arg
ALIAS_NAME() | mpg123_position (mpg123_handle *mh, long frame_offset, long buffered_bytes, long *current_frame, long *frames_left, double *current_seconds, double *seconds_left) |
long attribute_align_arg
ALIAS_NAME() | mpg123_length (mpg123_handle *mh) |
int attribute_align_arg
ALIAS_NAME() | mpg123_set_filesize (mpg123_handle *mh, long size) |
int attribute_align_arg
ALIAS_NAME() | mpg123_replace_reader (mpg123_handle *mh, long(*r_read)(int, void *, size_t), long(*r_lseek)(int, long, int)) |
int attribute_align_arg
ALIAS_NAME() | mpg123_replace_reader_handle (mpg123_handle *mh, long(*r_read)(void *, void *, size_t), long(*r_lseek)(void *, long, int), void(*cleanup)(void *)) |