Displaying 1 result from an estimated 1 matches for "initmovi".
Did you mean:
initmovie
2006 Aug 06
0
Newbie: How to rewind a videostream (long)
...theora_comment theoraComment;
theora_state theoraState;
int theoraPageCount;
yuv_buffer yuvBuffer;
std::ifstream videoStream;
void rewind ();
void initMovie ();
void exitMovie ();
int buffer_data ();
int queue_page (ogg_page *oggPage);
void decode_frame ();
public:
VideoStreamTheora();
virtual ~VideoStreamTheora();
vi...