Fork me on GitHub
pp-l16.h
Go to the documentation of this file.
1 
12 #ifndef JANUS_PP_L16
13 #define JANUS_PP_L16
14 
15 #include <stdio.h>
16 
17 #include "pp-rtp.h"
18 
19 /* L16 stuff */
20 const char **janus_pp_l16_get_extensions(void);
21 int janus_pp_l16_create(char *destination, int samplerate, char *metadata);
22 int janus_pp_l16_process(FILE *file, janus_pp_frame_packet *list, int *working);
23 void janus_pp_l16_close(void);
24 
25 #endif
int janus_pp_l16_process(FILE *file, janus_pp_frame_packet *list, int *working)
Definition: pp-l16.c:93
int janus_pp_l16_create(char *destination, int samplerate, char *metadata)
Definition: pp-l16.c:55
const char ** janus_pp_l16_get_extensions(void)
Definition: pp-l16.c:49
void janus_pp_l16_close(void)
Definition: pp-l16.c:174
Helper structures to handle RTP post-processing (headers)
Definition: pp-rtp.h:58