man AudioService () - AudioService holds the logic for processing audio channels. audio service processing.

NAME

AudioService - AudioService holds the logic for processing audio channels. audio service processing.

SYNOPSIS



#include <bayonne.h>

Inherited by Service.

Protected Member Functions

char * getPrompt (char *name, const char *voice=NULL)

Compute and get a prompt file name. char * getPlayfile (void)

Fetch the next prompt for the play list. AudioService (void)

Construct the object.

Protected Attributes

Trunk * trunk

Detailed Description

AudioService holds the logic for processing audio channels. audio service processing.

Author: David Sugar <dyfet@ostel.com>

Constructor & Destructor Documentation

AudioService::AudioService (void) [protected]

Construct the object.

Member Function Documentation

char* AudioService::getPlayfile (void) [protected]

Fetch the next prompt for the play list.

Returns: get partial name.

char* AudioService::getPrompt (char * name, const char * voice = NULL) [protected]

Compute and get a prompt file name.

Parameters: partial name.

Returns: full path.

Author

Generated automatically by Doxygen for Bayonne from the source code.