Data Fields | |
qFILE | ogmFile |
ogg_sync_state | oy |
ogg_stream_state | os_audio |
ogg_stream_state | os_video |
vorbis_dsp_state | vd |
vorbis_info | vi |
vorbis_comment | vc |
qboolean | videoStreamIsXvid |
qboolean | videoStreamIsTheora |
byte * | outputBuffer |
int | outputWidth |
int | outputHeight |
int | outputBufferSize |
int | videoFrameCount |
ogg_int64_t | Vtime_unit |
int | currentTime |
int | startTime |
musicStream_t | musicStream |
Definition at line 41 of file cl_cinematic_ogm.c.
input from run-function
Definition at line 75 of file cl_cinematic_ogm.c.
Definition at line 78 of file cl_cinematic_ogm.c.
Definition at line 43 of file cl_cinematic_ogm.c.
ogg_stream_state ogmCinematic_t::os_audio |
Definition at line 46 of file cl_cinematic_ogm.c.
ogg_stream_state ogmCinematic_t::os_video |
Definition at line 47 of file cl_cinematic_ogm.c.
Definition at line 69 of file cl_cinematic_ogm.c.
in pixel (so "real bytesize" = outputBufferSize * 4)
Definition at line 72 of file cl_cinematic_ogm.c.
Definition at line 71 of file cl_cinematic_ogm.c.
Definition at line 70 of file cl_cinematic_ogm.c.
ogg_sync_state ogmCinematic_t::oy |
sync and verify incoming physical bitstream
Definition at line 45 of file cl_cinematic_ogm.c.
Definition at line 76 of file cl_cinematic_ogm.c.
vorbis_comment ogmCinematic_t::vc |
struct that stores all the bitstream user comments
Definition at line 51 of file cl_cinematic_ogm.c.
vorbis_dsp_state ogmCinematic_t::vd |
central working state for the packet->PCM decoder
Definition at line 49 of file cl_cinematic_ogm.c.
vorbis_info ogmCinematic_t::vi |
struct that stores all the static vorbis bitstream settings
Definition at line 50 of file cl_cinematic_ogm.c.
output video-stream
Definition at line 73 of file cl_cinematic_ogm.c.
Definition at line 60 of file cl_cinematic_ogm.c.
Definition at line 55 of file cl_cinematic_ogm.c.
ogg_int64_t ogmCinematic_t::Vtime_unit |
Definition at line 74 of file cl_cinematic_ogm.c.