PWLib
1.10.10
|
#include <vxml.h>
Public Member Functions | |
BOOL | Open (PVXMLChannel &chan, const PStringArray &_filenames, PINDEX _delay, PINDEX _repeat, BOOL _autoDelete) |
void | Play (PVXMLChannel &outgoingChannel) |
void | OnRepeat (PVXMLChannel &outgoingChannel) |
void | OnStop () |
Protected Attributes | |
PINDEX | currentIndex |
PStringArray | filenames |
void PVXMLPlayableFilenameList::OnRepeat | ( | PVXMLChannel & | outgoingChannel | ) | [virtual] |
Reimplemented from PVXMLPlayable.
Referenced by Play().
void PVXMLPlayableFilenameList::OnStop | ( | ) | [virtual] |
Reimplemented from PVXMLPlayable.
BOOL PVXMLPlayableFilenameList::Open | ( | PVXMLChannel & | chan, |
const PStringArray & | _filenames, | ||
PINDEX | _delay, | ||
PINDEX | _repeat, | ||
BOOL | _autoDelete | ||
) |
void PVXMLPlayableFilenameList::Play | ( | PVXMLChannel & | outgoingChannel | ) | [inline, virtual] |
Implements PVXMLPlayable.
References OnRepeat().
PINDEX PVXMLPlayableFilenameList::currentIndex [protected] |
PStringArray PVXMLPlayableFilenameList::filenames [protected] |