UniMRCP  1.7.0
Data Fields
mpf_object_t Struct Reference

#include <mpf_object.h>

Data Fields

const char * name
 
apt_bool_t(* destroy )(mpf_object_t *object)
 
apt_bool_t(* process )(mpf_object_t *object)
 
void(* trace )(mpf_object_t *object)
 

Detailed Description

Media processing objects base

Field Documentation

◆ destroy

apt_bool_t(* mpf_object_t::destroy) (mpf_object_t *object)

Virtual destroy

◆ name

const char* mpf_object_t::name

Informative name used for debugging

◆ process

apt_bool_t(* mpf_object_t::process) (mpf_object_t *object)

Virtual process

◆ trace

void(* mpf_object_t::trace) (mpf_object_t *object)

Virtual trace of media path


The documentation for this struct was generated from the following file: