Fork me on GitHub
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, char *metadata, gboolean vp8);
21 int janus_pp_webm_preprocess(FILE *file, janus_pp_frame_packet *list, gboolean vp8);
22 int janus_pp_webm_process(FILE *file, janus_pp_frame_packet *list, gboolean vp8, int *working);
23 void janus_pp_webm_close(void);
24 
25 
26 #endif
int janus_pp_webm_create(char *destination, char *metadata, gboolean vp8)
Definition: pp-webm.c:69
int janus_pp_webm_preprocess(FILE *file, janus_pp_frame_packet *list, gboolean vp8)
Definition: pp-webm.c:171
Helper structures to handle RTP post-processing (headers)
Definition: pp-rtp.h:55
void janus_pp_webm_close(void)
Definition: pp-webm.c:640
int janus_pp_webm_process(FILE *file, janus_pp_frame_packet *list, gboolean vp8, int *working)
Definition: pp-webm.c:366