Modules | Files | Inheritance Tree | Inheritance Graph | Name Index
module GNOME::Speech::Recognition
interface AudioClip
Files: GNOME_Speech.idl
GNOME-Speech-Recognition-AudioClip-inheritance GNOME-Speech-SpeechObject.html Bonobo-Unknown.html
Operations Summary:
 voidloop()
 voidplay()
 voidstop()

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

Operation Details:
 void loop()

Starts playing this audio clip in a loop.


 void play()

Starts playing this audio clip. Each time this method is called, the clip is restarted from the beginning.


 void stop()

Stops playing this audio clip.