MediaProcessors
proc_muxer.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2017 Rafael Antoniello
3  *
4  * This file is part of MediaProcessors.
5  *
6  * MediaProcessors is free software: you can redistribute it and/or modify
7  * it under the terms of the GNU Lesser General Public License as published by
8  * the Free Software Foundation, either version 3 of the License, or
9  * (at your option) any later version.
10  *
11  * MediaProcessors is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU Lesser General Public License for more details.
15  *
16  * You should have received a copy of the GNU Lesser General Public License
17  * along with MediaProcessors. If not, see <http://www.gnu.org/licenses/>.
18  */
19 
27 #ifndef MEDIAPROCESSORS_MUXERS_SRC_PROC_MUXER_H_
28 #define MEDIAPROCESSORS_MUXERS_SRC_PROC_MUXER_H_
29 
30 #include <libmediaprocs/proc.h>
31 
32 /* **** Definitions **** */
33 
34 /* Forward definitions */
35 typedef struct procs_ctx_s procs_ctx_t;
36 
40 typedef struct proc_muxer_mux_ctx_s {
51 
52 /* **** Prototypes **** */
53 
62 int proc_muxer_mux_ctx_init(proc_muxer_mux_ctx_t *proc_muxer_mux_ctx,
64 
73 void proc_muxer_mux_ctx_deinit(proc_muxer_mux_ctx_t *proc_muxer_mux_ctx,
75 
76 #endif /* MEDIAPROCESSORS_MUXERS_SRC_PROC_MUXER_H_ */
struct proc_muxer_mux_ctx_s proc_muxer_mux_ctx_t
procs_ctx_t * procs_ctx_es_muxers
Definition: proc_muxer.h:49
struct proc_ctx_s proc_ctx
Definition: proc_muxer.h:45
void proc_muxer_mux_ctx_deinit(proc_muxer_mux_ctx_t *proc_muxer_mux_ctx, log_ctx_t *log_ctx)
Definition: proc_muxer.c:70
int proc_muxer_mux_ctx_init(proc_muxer_mux_ctx_t *proc_muxer_mux_ctx, log_ctx_t *log_ctx)
Definition: proc_muxer.c:50
Definition: log.c:102
log_ctx_t * log_ctx
Definition: proc.h:103