PWLib
1.10.10
|
#include <vxml.h>
Public Member Functions | |
BOOL | Open (PVXMLChannel &chan, const PString &, PINDEX _delay, PINDEX _repeat, BOOL v) |
void | SetData (const PBYTEArray &_data) |
void | Play (PVXMLChannel &outgoingChannel) |
BOOL | Rewind (PChannel *chan) |
Protected Attributes | |
PBYTEArray | data |
BOOL PVXMLPlayableData::Open | ( | PVXMLChannel & | chan, |
const PString & | , | ||
PINDEX | _delay, | ||
PINDEX | _repeat, | ||
BOOL | v | ||
) | [virtual] |
Reimplemented from PVXMLPlayable.
void PVXMLPlayableData::Play | ( | PVXMLChannel & | outgoingChannel | ) | [virtual] |
Implements PVXMLPlayable.
BOOL PVXMLPlayableData::Rewind | ( | PChannel * | chan | ) | [virtual] |
Reimplemented from PVXMLPlayable.
void PVXMLPlayableData::SetData | ( | const PBYTEArray & | _data | ) |
PBYTEArray PVXMLPlayableData::data [protected] |