|
PTLib Version 2.10.2
|
#include <vxml.h>
Public Member Functions | |
| virtual | ~PVXMLChannelInterface () |
| virtual void | RecordEnd ()=0 |
| virtual void | OnEndRecording (const PString &channelName)=0 |
| virtual void | Trigger ()=0 |
| virtual PVXMLChannelInterface::~PVXMLChannelInterface | ( | ) | [inline, virtual] |
| virtual void PVXMLChannelInterface::OnEndRecording | ( | const PString & | channelName | ) | [pure virtual] |
Implemented in PVXMLSession.
| virtual void PVXMLChannelInterface::RecordEnd | ( | ) | [pure virtual] |
Implemented in PVXMLSession.
| virtual void PVXMLChannelInterface::Trigger | ( | ) | [pure virtual] |
Implemented in PVXMLSession.