Fork me on GitHub
Loading...
Searching...
No Matches
pp-srt.h
Go to the documentation of this file.
1
12#ifndef JANUS_PP_SRT
13#define JANUS_PP_SRT
14
15#include <stdio.h>
16
17#include "pp-rtp.h"
18
19/* SRT stuff */
20const char **janus_pp_srt_get_extensions(void);
21int janus_pp_srt_create(char *destination, char *metadata);
22int janus_pp_srt_process(FILE *file, janus_pp_frame_packet *list, int *working);
23void janus_pp_srt_close(void);
24
25#endif
Helper structures to handle RTP post-processing (headers)
const char ** janus_pp_srt_get_extensions(void)
Definition pp-srt.c:43
int janus_pp_srt_create(char *destination, char *metadata)
Definition pp-srt.c:48
void janus_pp_srt_close(void)
Definition pp-srt.c:125
int janus_pp_srt_process(FILE *file, janus_pp_frame_packet *list, int *working)
Definition pp-srt.c:62
Definition pp-rtp.h:58