|
PTLib
Version 2.10.4
|
#include <vxml.h>
Public Member Functions | |
| virtual PBoolean | Open (PVXMLChannel &chan, const PString &arg, PINDEX delay, PINDEX repeat, PBoolean autoDelete) |
| virtual bool | OnStart () |
| virtual bool | OnRepeat () |
| virtual void | OnStop () |
Protected Attributes | |
| PFilePath | m_filePath |
| virtual bool PVXMLPlayableFile::OnRepeat | ( | ) | [virtual] |
Reimplemented from PVXMLPlayable.
Reimplemented in PVXMLPlayableFileList.
| virtual bool PVXMLPlayableFile::OnStart | ( | ) | [virtual] |
Implements PVXMLPlayable.
Reimplemented in PVXMLPlayableFileList.
| virtual void PVXMLPlayableFile::OnStop | ( | ) | [virtual] |
Reimplemented from PVXMLPlayable.
Reimplemented in PVXMLPlayableFileList.
| virtual PBoolean PVXMLPlayableFile::Open | ( | PVXMLChannel & | chan, |
| const PString & | arg, | ||
| PINDEX | delay, | ||
| PINDEX | repeat, | ||
| PBoolean | autoDelete | ||
| ) | [virtual] |
Reimplemented from PVXMLPlayable.
Reimplemented in PVXMLPlayableFileList.
PFilePath PVXMLPlayableFile::m_filePath [protected] |