#include <AudioAgent.h>
Inheritance diagram for AudioAgent:
Public Member Functions | |
AudioAgent () | |
virtual | ~AudioAgent () |
virtual YCPValue | Read (const YCPPath &path, const YCPValue &arg=YCPNull(), const YCPValue &opt=YCPNull()) |
virtual YCPBoolean | Write (const YCPPath &path, const YCPValue &value, const YCPValue &arg=YCPNull()) |
virtual YCPList | Dir (const YCPPath &path) |
virtual YCPValue | Execute (const YCPPath &path, const YCPValue &value=YCPNull(), const YCPValue &arg=YCPNull()) |
virtual YCPValue | otherCommand (const YCPTerm &term) |
|
|
~AudioAgent |
|
Dir Implements SCRAgent. |
|
Reimplemented from SCRAgent. |
|
otherCommand Reimplemented from SCRAgent. |
|
Read Implements SCRAgent. |
|
Write Implements SCRAgent. |