UniMRCP  1.7.0
Typedefs | Functions
demo_framework.h File Reference

Demo MRCP Application Framework. More...

#include "mrcp_types.h"
Include dependency graph for demo_framework.h:

Go to the source code of this file.

Typedefs

typedef typedefAPT_BEGIN_EXTERN_C struct demo_framework_t demo_framework_t
 

Functions

demo_framework_tdemo_framework_create (apt_dir_layout_t *dir_layout)
 
apt_bool_t demo_framework_app_run (demo_framework_t *framework, const char *app_name, const char *profile_name)
 
apt_bool_t demo_framework_destroy (demo_framework_t *framework)
 

Detailed Description

Demo MRCP Application Framework.

Typedef Documentation

◆ demo_framework_t

typedef typedefAPT_BEGIN_EXTERN_C struct demo_framework_t demo_framework_t

Opaque demo framework declaration

Function Documentation

◆ demo_framework_app_run()

apt_bool_t demo_framework_app_run ( demo_framework_t framework,
const char *  app_name,
const char *  profile_name 
)

Run demo application.

Parameters
frameworkthe framework to run application for
app_namethe name of the application to run
profile_namethe name of the profile to use

◆ demo_framework_create()

demo_framework_t* demo_framework_create ( apt_dir_layout_t dir_layout)

Create demo framework.

◆ demo_framework_destroy()

apt_bool_t demo_framework_destroy ( demo_framework_t framework)

Destroy demo framework.

Parameters
frameworkthe framework to destroy