|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
Data Fields | |
| int | eos |
| Indicates whether an End of Stream condition has been detected. | |
| ogg_page | og |
| ogg_packet | op |
| ogg_stream_state | os |
| ogg_sync_state | oy |
| int | serialno |
Definition at line 42 of file format_ogg_speex.c.
| int eos |
Indicates whether an End of Stream condition has been detected.
Definition at line 52 of file format_ogg_speex.c.
Referenced by read_packet().
| ogg_page og |
Definition at line 46 of file format_ogg_speex.c.
Referenced by ogg_speex_open(), and read_packet().
| ogg_packet op |
Definition at line 47 of file format_ogg_speex.c.
Referenced by ogg_speex_open(), ogg_speex_read(), and read_packet().
| ogg_stream_state os |
Definition at line 45 of file format_ogg_speex.c.
Referenced by ogg_speex_close(), ogg_speex_open(), and read_packet().
| ogg_sync_state oy |
Definition at line 44 of file format_ogg_speex.c.
Referenced by ogg_speex_close(), ogg_speex_open(), and read_packet().
| int serialno |
Definition at line 49 of file format_ogg_speex.c.
Referenced by ogg_speex_open(), and read_packet().