Fork me on GitHub
pp-g711.h
Go to the documentation of this file.
1 
12 #ifndef JANUS_PP_G711
13 #define JANUS_PP_G711
14 
15 #include <stdio.h>
16 
17 #include "pp-rtp.h"
18 
19 int janus_pp_g711_create(char *destination, char *metadata);
20 int janus_pp_g711_process(FILE *file, janus_pp_frame_packet *list, int *working);
21 void janus_pp_g711_close(void);
22 
23 #endif
void janus_pp_g711_close(void)
Definition: pp-g711.c:244
Helper structures to handle RTP post-processing (headers)
int janus_pp_g711_process(FILE *file, janus_pp_frame_packet *list, int *working)
Definition: pp-g711.c:154
int janus_pp_g711_create(char *destination, char *metadata)
Definition: pp-g711.c:121
Definition: pp-rtp.h:55