Janus
Home
Demos
Documentation
Cite us!
Discuss Janus
Meetecho
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
postprocessing
pp-opus.h
Go to the documentation of this file.
1
12
#ifndef _JANUS_PP_OPUS
13
#define _JANUS_PP_OPUS
14
15
#include <stdio.h>
16
17
#include "
pp-rtp.h
"
18
19
int
janus_pp_opus_create
(
char
*destination);
20
int
janus_pp_opus_process
(FILE *file,
janus_pp_frame_packet
*list,
int
*
working
);
21
void
janus_pp_opus_close
(
void
);
22
23
#endif