Fork me on GitHub
Loading...
Searching...
No Matches
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 */
20const char **janus_pp_l16_get_extensions(void);
21int janus_pp_l16_create(char *destination, int samplerate, char *metadata);
22int janus_pp_l16_process(FILE *file, janus_pp_frame_packet *list, int *working);
23void 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
const char ** janus_pp_l16_get_extensions(void)
Definition: pp-l16.c:49
int janus_pp_l16_create(char *destination, int samplerate, char *metadata)
Definition: pp-l16.c:55
void janus_pp_l16_close(void)
Definition: pp-l16.c:174
Helper structures to handle RTP post-processing (headers)
Definition: pp-rtp.h:58