#include <t38proto.h>
|
static const PCaselessString & | UDPTL () |
|
OpalFaxSession::OpalFaxSession |
( |
const Init & |
init) | |
|
OpalFaxSession::~OpalFaxSession |
( |
) | |
|
void OpalFaxSession::ApplyMediaOptions |
( |
const OpalMediaFormat & |
mediaFormat) | |
|
virtual void OpalFaxSession::AttachTransport |
( |
Transport & |
transport) | |
|
|
virtual |
virtual bool OpalFaxSession::Close |
( |
) | |
|
|
virtual |
void OpalFaxSession::DecrementSentPacketRedundancy |
( |
bool |
stripRedundancy) | |
|
|
protected |
virtual Transport OpalFaxSession::DetachTransport |
( |
) | |
|
|
virtual |
virtual const PCaselessString& OpalFaxSession::GetSessionType |
( |
) | |
const |
|
inlinevirtual |
virtual bool OpalFaxSession::IsOpen |
( |
) | |
const |
|
virtual |
virtual bool OpalFaxSession::Open |
( |
const PString & |
localInterface, |
|
|
const OpalTransportAddress & |
remoteAddress, |
|
|
bool |
isMediaAddress |
|
) |
| |
|
virtual |
OpalFaxSession::PDECLARE_NOTIFIER |
( |
PTimer |
, |
|
|
OpalFaxSession |
, |
|
|
OnWriteDataIdle |
|
|
) |
| |
|
protected |
void OpalFaxSession::SetFrameFromIFP |
( |
RTP_DataFrame & |
frame, |
|
|
const PASN_OctetString & |
ifp, |
|
|
unsigned |
sequenceNumber |
|
) |
| |
|
protected |
virtual bool OpalFaxSession::SetRemoteAddress |
( |
const OpalTransportAddress & |
remoteAddress, |
|
|
bool |
isMediaAddress = true |
|
) |
| |
|
virtual |
static const PCaselessString& OpalFaxSession::UDPTL |
( |
) | |
|
|
static |
bool OpalFaxSession::WriteUDPTL |
( |
) | |
|
|
protected |
bool OpalFaxSession::m_awaitingGoodPacket |
|
protected |
int OpalFaxSession::m_consecutiveBadPackets |
|
protected |
PINDEX OpalFaxSession::m_datagramSize |
|
protected |
PIPSocket* OpalFaxSession::m_dataSocket |
|
protected |
unsigned OpalFaxSession::m_expectedSequenceNumber |
|
protected |
PTimeInterval OpalFaxSession::m_keepAliveInterval |
|
protected |
bool OpalFaxSession::m_optimiseOnRetransmit |
|
protected |
bool OpalFaxSession::m_rawUDPTL |
|
protected |
T38_UDPTLPacket* OpalFaxSession::m_receivedPacket |
|
protected |
std::map<int, int> OpalFaxSession::m_redundancy |
|
protected |
PTimeInterval OpalFaxSession::m_redundancyInterval |
|
protected |
int OpalFaxSession::m_secondaryPacket |
|
protected |
T38_UDPTLPacket* OpalFaxSession::m_sentPacket |
|
protected |
std::vector<int> OpalFaxSession::m_sentPacketRedundancy |
|
protected |
bool OpalFaxSession::m_shuttingDown |
|
protected |
PTimer OpalFaxSession::m_timerWriteDataIdle |
|
protected |
PMutex OpalFaxSession::m_writeMutex |
|
protected |
The documentation for this class was generated from the following file: