#include <vxml.h>
Inheritance diagram for PVXMLPlayableFilename:
Public Member Functions | |
PBoolean | Open (PVXMLChannel &chan, const PString &fn, PINDEX delay, PINDEX repeat, PBoolean autoDelete) |
void | Play (PVXMLChannel &outgoingChannel) |
void | OnStop () |
virtual PBoolean | Rewind (PChannel *chan) |
Protected Attributes | |
PFilePath | fn |
void PVXMLPlayableFilename::OnStop | ( | ) | [virtual] |
Reimplemented from PVXMLPlayable.
PBoolean PVXMLPlayableFilename::Open | ( | PVXMLChannel & | chan, | |
const PString & | fn, | |||
PINDEX | delay, | |||
PINDEX | repeat, | |||
PBoolean | autoDelete | |||
) | [virtual] |
Reimplemented from PVXMLPlayable.
void PVXMLPlayableFilename::Play | ( | PVXMLChannel & | outgoingChannel | ) | [virtual] |
Implements PVXMLPlayable.
Reimplemented from PVXMLPlayable.
PFilePath PVXMLPlayableFilename::fn [protected] |