Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module GNOME::Speech
interface AudioEvent
Files: GNOME_Speech.idl
GNOME-Speech-AudioEvent-inheritance GNOME-Speech-Recognition-RecognizerAudioEvent.html GNOME-Speech-SpeechEvent.html GNOME-Speech-SpeechObject.html Bonobo-Unknown.html

Describes events associated with audio input/output for an Engine. The event source is an Engine object.

Extended by the RecognizerAudioEvent class that provides specialized events for a Recognizer.

See Also:
Engine
::GNOME::Speech::Recognition::RecognizerAudioEvent


Operations Summary:
 voidinitWithEngineAndId(in Engine source, in long id)

Operations Inherited from SpeechEvent
init, initWithId, getId, getSource, paramString, toString

Operations Inherited from Bonobo::Unknown
ref, unref, queryInterface

Operation Details:
 void initWithEngineAndId(in Engine source, in long id)

Initialises an AudioEvent with a specified id.

Parameters:
source - Engine that produced the event.
id - type of audio event.