#include <mmfile.h>
Definition at line 18 of file mmfile.h.
Data Fields | |
ogg_stream_state * | audio |
vorbis_block * | audio_blk |
vorbis_dsp_state * | audio_ctx |
vorbis_info * | audio_info |
unsigned | drop_packets |
unsigned | end_of_stream |
FILE * | file |
ogg_sync_state | sync |
ogg_stream_state * | video |
theora_state * | video_ctx |
theora_info * | video_info |
ogg_stream_state* mm_file::audio |
Definition at line 22 of file mmfile.h.
Referenced by get_packet(), init_vorbis(), mm_audio_info(), and mm_close().
vorbis_block* mm_file::audio_blk |
Definition at line 25 of file mmfile.h.
Referenced by init_vorbis(), mm_close(), and mm_decode_audio().
vorbis_dsp_state* mm_file::audio_ctx |
Definition at line 24 of file mmfile.h.
Referenced by init_vorbis(), mm_close(), and mm_decode_audio().
vorbis_info* mm_file::audio_info |
Definition at line 23 of file mmfile.h.
Referenced by init_vorbis(), mm_audio_info(), and mm_close().
unsigned mm_file::drop_packets |
Definition at line 30 of file mmfile.h.
Referenced by get_packet(), mm_decode_audio(), mm_decode_video(), and mm_ignore().
unsigned mm_file::end_of_stream |
FILE* mm_file::file |
ogg_sync_state mm_file::sync |
ogg_stream_state* mm_file::video |
Definition at line 26 of file mmfile.h.
Referenced by get_packet(), init_theora(), mm_close(), mm_decode_video(), and mm_video_info().
theora_state* mm_file::video_ctx |
Definition at line 28 of file mmfile.h.
Referenced by init_theora(), mm_close(), and mm_decode_video().
theora_info* mm_file::video_info |
Definition at line 27 of file mmfile.h.
Referenced by init_theora(), mm_close(), mm_video_info(), and yuv_to_overlay().