mpf_codec_vtable_t Struct Reference

#include <mpf_codec.h>

Data Fields

apt_bool_t(* open )(mpf_codec_t *codec)
apt_bool_t(* close )(mpf_codec_t *codec)
apt_bool_t(* encode )(mpf_codec_t *codec, const mpf_codec_frame_t *frame_in, mpf_codec_frame_t *frame_out)
apt_bool_t(* decode )(mpf_codec_t *codec, const mpf_codec_frame_t *frame_in, mpf_codec_frame_t *frame_out)
apt_bool_t(* dissect )(mpf_codec_t *codec, void **buffer, apr_size_t *size, mpf_codec_frame_t *frame)
apt_bool_t(* initialize )(mpf_codec_t *codec, mpf_codec_frame_t *frame_out)

Detailed Description

Table of codec virtual methods


Field Documentation

Virtual close method

Virtual decode method

apt_bool_t(* mpf_codec_vtable_t::dissect)(mpf_codec_t *codec, void **buffer, apr_size_t *size, mpf_codec_frame_t *frame)

Virtual dissect method

Virtual encode method

Virtual initialize method

Virtual open method


The documentation for this struct was generated from the following file:
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines

Generated on 25 Mar 2013 for UniMRCP by  doxygen 1.6.1