Asterisk - The Open Source Telephony Project
21.4.1
|
Data Fields | |
int | buflen |
char | dbuf [MP3_DCACHE] |
int | dbuflen |
int | dbufoffset |
struct mpstr | mp |
int | offset |
char | sbuf [MP3_SCACHE] |
int | sbuflen |
long | seek |
Definition at line 49 of file format_mp3.c.
int buflen |
how much data has been written to the output buffer in the ast_filestream
Definition at line 57 of file format_mp3.c.
char dbuf[MP3_DCACHE] |
buffer for slinear audio after being decoded out of sbuf
Definition at line 55 of file format_mp3.c.
int dbuflen |
how much data is left to be read out of dbuf, starting at dbufoffset
Definition at line 61 of file format_mp3.c.
int dbufoffset |
current offset for reading data out of dbuf
Definition at line 63 of file format_mp3.c.
struct mpstr mp |
state for the mp3 decoder
Definition at line 51 of file format_mp3.c.
char sbuf[MP3_SCACHE] |
buffer to hold mp3 data after read from disk
Definition at line 53 of file format_mp3.c.
int sbuflen |
how much data has been written to sbuf
Definition at line 59 of file format_mp3.c.