Fork me on GitHub
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
pp-webm.h
Go to the documentation of this file.
1 
12 #ifndef _JANUS_PP_WEBM
13 #define _JANUS_PP_WEBM
14 
15 #include <stdio.h>
16 
17 #include "pp-rtp.h"
18 
19 /* WebM stuff */
20 int janus_pp_webm_create(char *destination);
21 int janus_pp_webm_preprocess(FILE *file, janus_pp_frame_packet *list);
22 int janus_pp_webm_process(FILE *file, janus_pp_frame_packet *list, int *working);
23 void janus_pp_webm_close(void);
24 
25 
26 #endif