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 |
vorbis_block | vb |
vorbis_comment | vc |
vorbis_dsp_state | vd |
vorbis_info | vi |
int | writing |
Indicates whether this filestream is set up for reading or writing. |
Definition at line 70 of file format_ogg_vorbis.c.
int eos |
Indicates whether an End of Stream condition has been detected.
Definition at line 87 of file format_ogg_vorbis.c.
Referenced by ogg_vorbis_rewrite().
ogg_page og |
Definition at line 74 of file format_ogg_vorbis.c.
Referenced by ogg_vorbis_open(), and ogg_vorbis_rewrite().
ogg_packet op |
ogg_stream_state os |
Definition at line 73 of file format_ogg_vorbis.c.
Referenced by ogg_vorbis_open(), and ogg_vorbis_rewrite().
ogg_sync_state oy |
vorbis_block vb |
vorbis_comment vc |
Definition at line 79 of file format_ogg_vorbis.c.
Referenced by ogg_vorbis_open(), and ogg_vorbis_rewrite().
vorbis_dsp_state vd |
vorbis_info vi |
Definition at line 78 of file format_ogg_vorbis.c.
Referenced by ogg_vorbis_open(), and ogg_vorbis_rewrite().
int writing |
Indicates whether this filestream is set up for reading or writing.
Definition at line 84 of file format_ogg_vorbis.c.
Referenced by ogg_vorbis_open(), and ogg_vorbis_rewrite().