Janus
Home
Demos
Documentation
Papers
Need help?
JanusCon!
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
postprocessing
pp-av1.h
Go to the documentation of this file.
1
12
#ifndef JANUS_PP_AV1
13
#define JANUS_PP_AV1
14
15
#include <stdio.h>
16
17
#include "
pp-rtp.h
"
18
19
/* AV1 stuff */
20
int
janus_pp_av1_create
(
char
*destination,
char
*metadata, gboolean faststart);
21
int
janus_pp_av1_preprocess
(FILE *file,
janus_pp_frame_packet
*list);
22
int
janus_pp_av1_process
(FILE *file,
janus_pp_frame_packet
*list,
int
*working);
23
void
janus_pp_av1_close
(
void
);
24
25
26
#endif
janus_pp_frame_packet
Definition:
pp-rtp.h:55
pp-rtp.h
Helper structures to handle RTP post-processing (headers)
janus_pp_av1_preprocess
int janus_pp_av1_preprocess(FILE *file, janus_pp_frame_packet *list)
Definition:
pp-av1.c:290
janus_pp_av1_create
int janus_pp_av1_create(char *destination, char *metadata, gboolean faststart)
Definition:
pp-av1.c:62
janus_pp_av1_process
int janus_pp_av1_process(FILE *file, janus_pp_frame_packet *list, int *working)
Definition:
pp-av1.c:413
janus_pp_av1_close
void janus_pp_av1_close(void)
Definition:
pp-av1.c:573