Audio format containg its functions to open, close, read and seek the format. More...

Data Fields | |
| int(* | open )(struct audio_file *fd, const char *ext) |
| The format's open call. | |
| void(* | close )(struct audio_file *fd) |
| The format's close call. | |
| size_t(* | read )(struct audio_file *fd, int16_t *buf, size_t len) |
| The format's read call. | |
| void(* | seek )(struct audio_file *fd, int len, int rel) |
| The format's seek call. | |
Audio format containg its functions to open, close, read and seek the format.
Definition at line 42 of file audio_file.c.
1.6.3