ReactOS 0.4.16-dev-522-gb68104a
|
#include <reader.h>
Public Attributes | |
int(* | init )(mpg123_handle *) |
void(* | close )(mpg123_handle *) |
ssize_t(* | fullread )(mpg123_handle *, unsigned char *, ssize_t) |
int(* | head_read )(mpg123_handle *, unsigned long *newhead) |
int(* | head_shift )(mpg123_handle *, unsigned long *head) |
off_t(* | skip_bytes )(mpg123_handle *, off_t len) |
int(* | read_frame_body )(mpg123_handle *, unsigned char *, int size) |
int(* | back_bytes )(mpg123_handle *, off_t bytes) |
int(* | seek_frame )(mpg123_handle *, off_t num) |
off_t(* | tell )(mpg123_handle *) |
void(* | rewind )(mpg123_handle *) |
void(* | forget )(mpg123_handle *) |
void(* reader::close) (mpg123_handle *) |
void(* reader::forget) (mpg123_handle *) |
ssize_t(* reader::fullread) (mpg123_handle *, unsigned char *, ssize_t) |
int(* reader::head_read) (mpg123_handle *, unsigned long *newhead) |
int(* reader::head_shift) (mpg123_handle *, unsigned long *head) |
int(* reader::init) (mpg123_handle *) |
void(* reader::rewind) (mpg123_handle *) |
off_t(* reader::tell) (mpg123_handle *) |