FS2_Open
Open source remastering of the Freespace 2 engine
oggplayer.h File Reference
#include "globalincs/pstypes.h"
#include "theora/theora.h"
#include "vorbis/codec.h"

Go to the source code of this file.

Classes

struct  THEORAFILE
 

Typedefs

typedef struct THEORAFILE THEORAFILE
 

Functions

void theora_play (THEORAFILE *movie)
 
THEORAFILEtheora_open (char *filename)
 
void theora_close (THEORAFILE *movie)
 

Typedef Documentation

typedef struct THEORAFILE THEORAFILE

Function Documentation

void theora_close ( THEORAFILE movie)

Definition at line 697 of file oggplayer.cpp.

THEORAFILE* theora_open ( char *  filename)

Definition at line 738 of file oggplayer.cpp.

void theora_play ( THEORAFILE movie)

Definition at line 924 of file oggplayer.cpp.