|
NUGU SDK Linux
1.7.6
|
sound listener interface More...
#include <sound_interface.hh>
Inheritance diagram for NuguCapability::ISoundListener:
Collaboration diagram for NuguCapability::ISoundListener:Public Member Functions | |
| virtual void | handleBeep (BeepType beep_type, const std::string &dialog_id)=0 |
| Handle beep sound which is related to received beep name. More... | |
Public Member Functions inherited from NuguClientKit::ICapabilityListener | |
| virtual ICapabilityInterface * | getCapabilityHandler () |
| Get capability interface object. More... | |
| virtual void | setCapabilityHandler (ICapabilityInterface *handler) |
| Set capability interface object. More... | |
sound listener interface
|
pure virtual |
Handle beep sound which is related to received beep name.
| [in] | beep_type | beep type |
| [in] | dialog_id | dialog request id |