|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include <oggplayer.h>
Public Attributes | |
| CFILE * | cfp |
| ubyte | theora_p |
| ubyte | vorbis_p |
| ogg_sync_state | osyncstate |
| ogg_page | opage |
| ogg_packet | opacket |
| ogg_stream_state | v_osstate |
| ogg_stream_state | t_osstate |
| theora_info | tinfo |
| theora_comment | tcomment |
| theora_state | tstate |
| vorbis_info | vinfo |
| vorbis_dsp_state | vstate |
| vorbis_block | vblock |
| vorbis_comment | vcomment |
Definition at line 14 of file oggplayer.h.
| CFILE* THEORAFILE::cfp |
Definition at line 16 of file oggplayer.h.
| ogg_packet THEORAFILE::opacket |
Definition at line 22 of file oggplayer.h.
| ogg_page THEORAFILE::opage |
Definition at line 21 of file oggplayer.h.
| ogg_sync_state THEORAFILE::osyncstate |
Definition at line 20 of file oggplayer.h.
| ogg_stream_state THEORAFILE::t_osstate |
Definition at line 24 of file oggplayer.h.
| theora_comment THEORAFILE::tcomment |
Definition at line 27 of file oggplayer.h.
| ubyte THEORAFILE::theora_p |
Definition at line 17 of file oggplayer.h.
| theora_info THEORAFILE::tinfo |
Definition at line 26 of file oggplayer.h.
| theora_state THEORAFILE::tstate |
Definition at line 28 of file oggplayer.h.
| ogg_stream_state THEORAFILE::v_osstate |
Definition at line 23 of file oggplayer.h.
| vorbis_block THEORAFILE::vblock |
Definition at line 32 of file oggplayer.h.
| vorbis_comment THEORAFILE::vcomment |
Definition at line 33 of file oggplayer.h.
| vorbis_info THEORAFILE::vinfo |
Definition at line 30 of file oggplayer.h.
| ubyte THEORAFILE::vorbis_p |
Definition at line 18 of file oggplayer.h.
| vorbis_dsp_state THEORAFILE::vstate |
Definition at line 31 of file oggplayer.h.