]> git.xonotic.org Git - xonotic/darkplaces.git/blob - cap_ogg.h
287e96a0e0e029c041dc8a23b15ecf863fd58d46
[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();