Janus
Home
Demos
Documentation
Cite us!
Support
Community
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
postprocessing
pp-g722.h
Go to the documentation of this file.
1
12
#ifndef _JANUS_PP_G722
13
#define _JANUS_PP_G722
14
15
#include <stdio.h>
16
17
#include "
pp-rtp.h
"
18
19
int
janus_pp_g722_create
(
char
*destination);
20
int
janus_pp_g722_process
(FILE *file,
janus_pp_frame_packet
*list,
int
*working);
21
void
janus_pp_g722_close
(
void
);
22
23
#endif
janus_pp_g722_create
int janus_pp_g722_create(char *destination)
Definition:
pp-g722.c:63
pp-rtp.h
Helper structures to handle RTP post-processing (headers)
janus_pp_g722_close
void janus_pp_g722_close(void)
Definition:
pp-g722.c:228
janus_pp_frame_packet
Definition:
pp-rtp.h:45
janus_pp_g722_process
int janus_pp_g722_process(FILE *file, janus_pp_frame_packet *list, int *working)
Definition:
pp-g722.c:128