26 #ifndef MEDIAPROCESSORSS_SRC_PROCS_H_ 27 #define MEDIAPROCESSORSS_SRC_PROCS_H_ 29 #include <sys/types.h> 152 const char *prefix_name,
const char *procs_href);
void procs_module_close()
void procs_close(procs_ctx_t **ref_procs_ctx)
procs_ctx_t * procs_open(log_ctx_t *log_ctx, size_t max_procs_num, const char *prefix_name, const char *procs_href)
int procs_recv_frame(procs_ctx_t *procs_ctx, int proc_id, proc_frame_ctx_t **ref_proc_frame_ctx)
int procs_module_opt(const char *tag,...)
int procs_send_frame(procs_ctx_t *procs_ctx, int proc_id, const proc_frame_ctx_t *proc_frame_ctx)
int procs_module_open(log_ctx_t *log_ctx)
int procs_opt(procs_ctx_t *procs_ctx, const char *tag,...)