Fork me on GitHub
Loading...
Searching...
No Matches
pp-binary.h
Go to the documentation of this file.
1
12#ifndef JANUS_PP_BINARY
13#define JANUS_PP_BINARY
14
15#include <stdio.h>
16
17#include "pp-rtp.h"
18
19int janus_pp_binary_create(char *destination, char *metadata);
20int janus_pp_binary_process(FILE *file, janus_pp_frame_packet *list, int *working);
21void janus_pp_binary_close(void);
22
23#endif
int janus_pp_binary_process(FILE *file, janus_pp_frame_packet *list, int *working)
Definition: pp-binary.c:45
void janus_pp_binary_close(void)
Definition: pp-binary.c:85
int janus_pp_binary_create(char *destination, char *metadata)
Definition: pp-binary.c:31
Helper structures to handle RTP post-processing (headers)
Definition: pp-rtp.h:58