UniMRCP
1.5.0
|
Demo MRCP Application Framework. More...
#include "mrcp_types.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_t * | demo_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) |
Demo MRCP Application Framework.
typedef typedefAPT_BEGIN_EXTERN_C struct demo_framework_t demo_framework_t |
Opaque demo framework declaration
apt_bool_t demo_framework_app_run | ( | demo_framework_t * | framework, |
const char * | app_name, | ||
const char * | profile_name | ||
) |
Run demo application.
framework | the framework to run application for |
app_name | the name of the application to run |
profile_name | the name of the profile to use |
demo_framework_t* demo_framework_create | ( | apt_dir_layout_t * | dir_layout | ) |
Create demo framework.
apt_bool_t demo_framework_destroy | ( | demo_framework_t * | framework | ) |
Destroy demo framework.
framework | the framework to destroy |