UniMRCP  1.7.0
Typedefs
mpf_types.h File Reference

MPF Types Declarations. More...

#include "mpf.h"
Include dependency graph for mpf_types.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef typedefAPT_BEGIN_EXTERN_C struct mpf_engine_t mpf_engine_t
 
typedef struct mpf_engine_factory_t mpf_engine_factory_t
 
typedef struct mpf_scheduler_t mpf_scheduler_t
 
typedef struct mpf_codec_manager_t mpf_codec_manager_t
 
typedef struct mpf_context_t mpf_context_t
 
typedef struct mpf_termination_t mpf_termination_t
 
typedef struct mpf_termination_factory_t mpf_termination_factory_t
 
typedef struct mpf_audio_stream_t mpf_audio_stream_t
 
typedef struct mpf_video_stream_t mpf_video_stream_t
 

Detailed Description

MPF Types Declarations.

Typedef Documentation

◆ mpf_audio_stream_t

Opaque MPF audio stream declaration

◆ mpf_codec_manager_t

Opaque codec manager declaration

◆ mpf_context_t

typedef struct mpf_context_t mpf_context_t

Opaque MPF context declaration

◆ mpf_engine_factory_t

Opaque MPF engine factory declaration

◆ mpf_engine_t

typedef typedefAPT_BEGIN_EXTERN_C struct mpf_engine_t mpf_engine_t

Opaque MPF engine declaration

◆ mpf_scheduler_t

Opaque MPF scheduler declaration

◆ mpf_termination_factory_t

Opaque MPF termination factory declaration

◆ mpf_termination_t

Opaque MPF termination declaration

◆ mpf_video_stream_t

Opaque MPF video stream declaration