UniMRCP  1.5.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
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

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

Virtual destroy

const char* mpf_object_t::name

Informative name used for debugging

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

Virtual process

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: