Post-processing to generate .opus files (headers) More...
Go to the source code of this file.
Functions | |
int | janus_pp_opus_create (char *destination, char *metadata) |
int | janus_pp_opus_process (FILE *file, janus_pp_frame_packet *list, int *working) |
void | janus_pp_opus_close (void) |
Post-processing to generate .opus files (headers)
Implementation of the post-processing code (based on libogg) needed to generate .opus files out of Opus RTP frames.
void janus_pp_opus_close | ( | void | ) |
int janus_pp_opus_create | ( | char * | destination, |
char * | metadata | ||
) |
int janus_pp_opus_process | ( | FILE * | file, |
janus_pp_frame_packet * | list, | ||
int * | working | ||
) |