Fork me on GitHub
Loading...
Searching...
No Matches
pp-opus.h
Go to the documentation of this file.
1
12#ifndef JANUS_PP_OPUS
13#define JANUS_PP_OPUS
14
15#include <stdio.h>
16
17#include "pp-rtp.h"
18
19/* Opus stuff */
20const char **janus_pp_opus_get_extensions(void);
21int janus_pp_opus_create(char *destination, char *metadata, gboolean multiopus, const char *extension, int opusred_pt);
22int janus_pp_opus_process(FILE *file, janus_pp_frame_packet *list, gboolean restamping, int *working);
23void janus_pp_opus_close(void);
24
25#endif
int janus_pp_opus_process(FILE *file, janus_pp_frame_packet *list, gboolean restamping, int *working)
Definition pp-opus.c:104
int janus_pp_opus_create(char *destination, char *metadata, gboolean multiopus, const char *extension, int opusred_pt)
Definition pp-opus.c:58
const char ** janus_pp_opus_get_extensions(void)
Definition pp-opus.c:53
void janus_pp_opus_close(void)
Definition pp-opus.c:350
Helper structures to handle RTP post-processing (headers)
Definition pp-rtp.h:58