]> de.git.xonotic.org Git - xonotic/darkplaces.git/blob - cap_ogg.h
forgot these two files
[xonotic/darkplaces.git] / cap_ogg.h
1 #include "snd_main.h"
2 void SCR_CaptureVideo_Ogg_Init();
3 qboolean SCR_CaptureVideo_Ogg_Available();
4 void SCR_CaptureVideo_Ogg_Begin();
5 void SCR_CaptureVideo_Ogg_EndVideo();
6 void SCR_CaptureVideo_Ogg_VideoFrame();
7 void SCR_CaptureVideo_Ogg_SoundFrame(const portable_sampleframe_t *paintbuffer, size_t length);
8 void SCR_CaptureVideo_Ogg_CloseDLL();