#include <vxml.h>
Inheritance diagram for PVXMLPlayableFile:
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] |
virtual bool PVXMLPlayableFile::OnStart | ( | ) | [virtual] |
virtual void PVXMLPlayableFile::OnStop | ( | ) | [virtual] |
virtual PBoolean PVXMLPlayableFile::Open | ( | PVXMLChannel & | chan, | |
const PString & | arg, | |||
PINDEX | delay, | |||
PINDEX | repeat, | |||
PBoolean | autoDelete | |||
) | [virtual] |
PFilePath PVXMLPlayableFile::m_filePath [protected] |