#include <rtp.h>
Definition at line 297 of file mythplugins/mythphone/mythphone/rtp.h.
| void rtp::Transmit | ( | short * | pcmBuffer, | |
| int | Samples | |||
| ) |
Definition at line 558 of file rtp.cpp.
Referenced by vxmlParser::PlayBeep(), vxmlParser::PlaySilence(), vxmlParser::PlayTTSPrompt(), and vxmlParser::PlayWav().
| void rtp::Record | ( | short * | pcmBuffer, | |
| int | Samples | |||
| ) |
| void rtp::StopTransmitRecord | ( | ) | [inline] |
Definition at line 308 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by vxmlParser::waitUntilFinished().
| bool rtp::Finished | ( | ) | [inline] |
Definition at line 309 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by vxmlParser::waitUntilFinished().
| int rtp::GetRecordSamples | ( | ) | [inline] |
Definition at line 310 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by vxmlParser::RecordAudio().
| bool rtp::checkDtmf | ( | ) | [inline] |
Definition at line 311 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by vxmlParser::waitUntilFinished().
| QString rtp::getDtmf | ( | ) | [inline] |
Definition at line 312 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by vxmlParser::parseField().
| void rtp::sendDtmf | ( | char | d | ) | [inline] |
Definition at line 313 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::keypadPressed().
| bool rtp::toggleMute | ( | void | ) | [inline] |
Definition at line 314 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::toggleMute().
| void rtp::getPower | ( | short & | m, | |
| short & | s | |||
| ) | [inline] |
Definition at line 315 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::DisplayMicSpkPower().
| bool rtp::queueVideo | ( | VIDEOBUFFER * | v | ) | [inline] |
Definition at line 316 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::TransmitLocalWebcamImage().
| bool rtp::readyForVideo | ( | ) | [inline] |
Definition at line 317 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::TransmitLocalWebcamImage().
| VIDEOBUFFER* rtp::getRxedVideo | ( | ) | [inline] |
Definition at line 318 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::ProcessRxVideoFrame().
| VIDEOBUFFER * rtp::getVideoBuffer | ( | int | len = 0 |
) |
Definition at line 1095 of file rtp.cpp.
Referenced by StreamInVideo(), and PhoneUIBox::TransmitLocalWebcamImage().
| void rtp::freeVideoBuffer | ( | VIDEOBUFFER * | Buf | ) |
Definition at line 1109 of file rtp.cpp.
Referenced by PhoneUIBox::ProcessRxVideoFrame(), rtpVideoThreadWorker(), StreamInVideo(), PhoneUIBox::TransmitLocalWebcamImage(), and transmitQueuedVideo().
| void rtp::PlayToneToSpeaker | ( | short * | tone, | |
| int | Samples | |||
| ) |
| void rtp::setMaxBandwidth | ( | int | kbps | ) | [inline] |
Definition at line 322 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::startRTP().
| int rtp::getCodecBandwidth | ( | ) | [inline] |
Definition at line 323 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PhoneUIBox::startRTP().
| void rtp::changePlayoutDelay | ( | int | ms | ) | [inline] |
Definition at line 324 of file mythplugins/mythphone/mythphone/rtp.h.
| void rtp::rtpThreadWorker | ( | ) | [private] |
| void rtp::rtpAudioThreadWorker | ( | ) | [private] |
| void rtp::rtpVideoThreadWorker | ( | ) | [private] |
| void rtp::OpenSocket | ( | ) | [private] |
Definition at line 410 of file rtp.cpp.
Referenced by rtpAudioThreadWorker(), and rtpVideoThreadWorker().
| void rtp::CloseSocket | ( | ) | [private] |
Definition at line 471 of file rtp.cpp.
Referenced by rtpAudioThreadWorker(), and rtpVideoThreadWorker().
| void rtp::StreamInVideo | ( | ) | [private] |
| int rtp::appendVideoPacket | ( | VIDEOBUFFER * | picture, | |
| int | curLen, | |||
| RTPPACKET * | JBuf, | |||
| int | mLen | |||
| ) | [private] |
| void rtp::StreamInAudio | ( | ) | [private] |
| void rtp::PlayOutAudio | ( | ) | [private] |
| bool rtp::isSpeakerHungry | ( | ) | [private] |
| void rtp::recordInPacket | ( | short * | data, | |
| int | dataBytes | |||
| ) | [private] |
| void rtp::HandleRxDTMF | ( | RTPPACKET * | RTPpacket | ) | [private] |
| void rtp::SendWaitingDtmf | ( | ) | [private] |
| void rtp::StreamOut | ( | void * | pData, | |
| int | nLen | |||
| ) | [private] |
| void rtp::fillPacketwithSilence | ( | RTPPACKET & | RTPpacket | ) | [private] |
Definition at line 1322 of file rtp.cpp.
Referenced by fillPacketfromBuffer(), fillPacketfromMic(), and rtpAudioThreadWorker().
| void rtp::fillPacketfromBuffer | ( | RTPPACKET & | RTPpacket | ) | [private] |
| void rtp::initVideoBuffers | ( | int | Num | ) | [private] |
| void rtp::destroyVideoBuffers | ( | ) | [private] |
| void rtp::transmitQueuedVideo | ( | ) | [private] |
| void rtp::AddToneToAudio | ( | short * | buffer, | |
| int | Samples | |||
| ) | [private] |
| void rtp::CheckSendStatistics | ( | ) | [private] |
Definition at line 378 of file rtp.cpp.
Referenced by rtpAudioThreadWorker(), and rtpVideoThreadWorker().
| void rtp::SendRtcpStatistics | ( | ) | [private] |
| void rtp::RtcpSendReceive | ( | bool | forceSend = false |
) | [private] |
Definition at line 1368 of file rtp.cpp.
Referenced by rtpAudioThreadWorker(), rtpVideoThreadWorker(), and StreamInVideo().
| void rtp::parseRtcpMessage | ( | RTCPPACKET * | rtcpPacket, | |
| int | len | |||
| ) | [private] |
| int rtp::GetAdjustPlayout | ( | ) | [private] |
| int rtp::measurePlayoutDelay | ( | int | seqNum | ) | [private] |
| bool rtp::CheckAnyAudioQueued | ( | int | i | ) | [private] |
AudioDriver* rtp::audio [private] |
Definition at line 361 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by fillPacketfromMic(), isSpeakerHungry(), measurePlayoutDelay(), PlayOutAudio(), rtp(), rtpAudioThreadWorker(), StreamInAudio(), and ~rtp().
DtmfFilter* rtp::DTMFFilter [private] |
Definition at line 362 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PlayOutAudio(), rtp(), and ~rtp().
QObject* rtp::eventWindow [private] |
Definition at line 364 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), Debug(), rtp(), SendRtcpStatistics(), and StreamInVideo().
QMutex rtp::rtpMutex [private] |
Definition at line 365 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by fillPacketfromBuffer(), freeVideoBuffer(), GetAdjustPlayout(), getVideoBuffer(), HandleRxDTMF(), PlayOutAudio(), Record(), recordInPacket(), SendWaitingDtmf(), StreamInVideo(), Transmit(), and transmitQueuedVideo().
QSocketDevice* rtp::rtpSocket [private] |
Definition at line 366 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CloseSocket(), OpenSocket(), PlayOutAudio(), rtpInitialise(), SendWaitingDtmf(), StreamInAudio(), StreamInVideo(), StreamOut(), and transmitQueuedVideo().
QSocketDevice* rtp::rtcpSocket [private] |
Definition at line 367 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CloseSocket(), OpenSocket(), RtcpSendReceive(), rtpInitialise(), and sendRtcpSenderReport().
QWaitCondition* rtp::eventCond [private] |
Definition at line 368 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp(), rtpVideoThreadWorker(), and ~rtp().
QTime rtp::timeNextRtcpTx [private] |
Definition at line 369 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by RtcpSendReceive(), and rtp().
codec* rtp::Codec [private] |
Definition at line 370 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by fillPacketfromBuffer(), fillPacketfromMic(), fillPacketwithSilence(), PlayOutAudio(), rtpAudioThreadWorker(), rtpInitialise(), and rtpVideoThreadWorker().
Jitter* rtp::pJitter [private] |
Definition at line 371 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by isSpeakerHungry(), measurePlayoutDelay(), PlayOutAudio(), rtpAudioThreadWorker(), rtpInitialise(), rtpVideoThreadWorker(), StreamInAudio(), and StreamInVideo().
TxShaper* rtp::pTxShaper [private] |
Definition at line 372 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp(), transmitQueuedVideo(), and ~rtp().
int rtp::rxMsPacketSize [private] |
Definition at line 373 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by GetAdjustPlayout(), measurePlayoutDelay(), rtpAudioThreadWorker(), and rtpInitialise().
int rtp::txMsPacketSize [private] |
Definition at line 374 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by fillPacketwithSilence(), and rtpInitialise().
int rtp::rxPCMSamplesPerPacket [private] |
Definition at line 375 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by isSpeakerHungry(), PlayOutAudio(), and rtpInitialise().
int rtp::txPCMSamplesPerPacket [private] |
Definition at line 376 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by fillPacketfromBuffer(), fillPacketfromMic(), rtp(), rtpInitialise(), StreamOut(), and Transmit().
ushort rtp::rxSeqNum [private] |
Definition at line 377 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by isSpeakerHungry(), PlayOutAudio(), RtcpSendReceive(), rtpInitialise(), StreamInAudio(), and StreamInVideo().
bool rtp::rxFirstFrame [private] |
Definition at line 378 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by isSpeakerHungry(), rtpInitialise(), StreamInAudio(), and StreamInVideo().
ushort rtp::txSequenceNumber [private] |
Definition at line 379 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtpInitialise(), SendWaitingDtmf(), StreamOut(), and transmitQueuedVideo().
ulong rtp::txTimeStamp [private] |
Definition at line 380 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtpInitialise(), sendRtcpSenderReport(), SendWaitingDtmf(), StreamOut(), and transmitQueuedVideo().
uchar rtp::rtpMPT [private] |
Definition at line 381 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtpInitialise(), StreamInAudio(), StreamInVideo(), and StreamOut().
uchar rtp::rtpMarker [private] |
Definition at line 382 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtpInitialise(), and StreamOut().
ulong rtp::peerSsrc [private] |
Definition at line 383 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by RtcpSendReceive(), rtp(), StreamInAudio(), and StreamInVideo().
QHostAddress rtp::yourIP [private] |
Definition at line 384 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp(), sendRtcpSenderReport(), SendWaitingDtmf(), StreamOut(), and transmitQueuedVideo().
int rtp::myPort [private] |
Definition at line 385 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by OpenSocket(), and rtp().
int rtp::yourPort [private] |
Definition at line 385 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp(), SendWaitingDtmf(), StreamOut(), and transmitQueuedVideo().
int rtp::myRtcpPort [private] |
Definition at line 385 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by OpenSocket(), and rtp().
int rtp::yourRtcpPort [private] |
Definition at line 385 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp(), and sendRtcpSenderReport().
rtpTxMode rtp::txMode [private] |
Definition at line 386 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by fillPacketfromBuffer(), rtp(), rtpAudioThreadWorker(), rtpThreadWorker(), StreamInAudio(), and Transmit().
rtpRxMode rtp::rxMode [private] |
Definition at line 387 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by isSpeakerHungry(), PlayOutAudio(), PlayToneToSpeaker(), Record(), recordInPacket(), rtp(), rtpThreadWorker(), and StreamInAudio().
bool rtp::oobError [private] |
Definition at line 388 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtpInitialise(), and StreamInAudio().
bool rtp::killRtpThread [private] |
Definition at line 389 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by getVideoBuffer(), rtp(), rtpAudioThreadWorker(), rtpVideoThreadWorker(), and ~rtp().
short* rtp::txBuffer [private] |
Definition at line 390 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by fillPacketfromBuffer(), rtp(), rtpInitialise(), and Transmit().
int rtp::txBufferLen [private] |
Definition at line 391 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by fillPacketfromBuffer(), and Transmit().
int rtp::txBufferPtr [private] |
Definition at line 391 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by fillPacketfromBuffer(), and Transmit().
ulong rtp::lastDtmfTimestamp [private] |
Definition at line 392 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by HandleRxDTMF(), and rtpInitialise().
QString rtp::dtmfIn [private] |
Definition at line 393 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by HandleRxDTMF(), PlayOutAudio(), rtp(), and rtpInitialise().
QString rtp::dtmfOut [private] |
Definition at line 394 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp(), rtpInitialise(), and SendWaitingDtmf().
short* rtp::recBuffer [private] |
Definition at line 395 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by Record(), recordInPacket(), rtp(), and rtpInitialise().
int rtp::recBufferLen [private] |
Definition at line 396 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by Record(), recordInPacket(), and rtpInitialise().
int rtp::recBufferMaxLen [private] |
Definition at line 396 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by Record(), recordInPacket(), and rtpInitialise().
int rtp::audioPayload [private] |
Definition at line 397 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp(), and rtpInitialise().
int rtp::dtmfPayload [private] |
Definition at line 398 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp(), SendWaitingDtmf(), and StreamInAudio().
bool rtp::micMuted [private] |
Definition at line 399 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by fillPacketfromMic(), and rtpInitialise().
int rtp::adjustPlayoutDelay [private] |
Definition at line 400 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by GetAdjustPlayout(), and rtp().
short* rtp::ToneToSpk [private] |
Definition at line 402 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by AddToneToAudio(), PlayToneToSpeaker(), rtpAudioThreadWorker(), and rtpInitialise().
int rtp::ToneToSpkSamples [private] |
Definition at line 403 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by AddToneToAudio(), PlayToneToSpeaker(), and rtpInitialise().
int rtp::ToneToSpkPlayed [private] |
Definition at line 404 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by AddToneToAudio(), PlayToneToSpeaker(), and rtpInitialise().
int rtp::videoPayload [private] |
Definition at line 407 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp(), rtpInitialise(), and transmitQueuedVideo().
QPtrList<VIDEOBUFFER> rtp::FreeVideoBufferQ [private] |
Definition at line 408 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by destroyVideoBuffers(), freeVideoBuffer(), getVideoBuffer(), and initVideoBuffers().
QPtrList<VIDEOBUFFER> rtp::rxedVideoFrames [private] |
Definition at line 409 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtpVideoThreadWorker(), and StreamInVideo().
VIDEOBUFFER* rtp::videoToTx [private] |
Definition at line 410 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp(), rtpVideoThreadWorker(), and transmitQueuedVideo().
int rtp::videoFrameFirstSeqNum [private] |
Definition at line 411 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by StreamInVideo().
QTime rtp::timeNextStatistics [private] |
Definition at line 414 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), and rtpInitialise().
QTime rtp::timeLastStatistics [private] |
Definition at line 415 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), and rtpInitialise().
QTime rtp::timeLastRtcpStatistics [private] |
Definition at line 416 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtpInitialise(), and SendRtcpStatistics().
int rtp::pkIn [private] |
Definition at line 417 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), RtcpSendReceive(), rtp(), rtpInitialise(), StreamInAudio(), and StreamInVideo().
int rtp::pkOut [private] |
Definition at line 418 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), RtcpSendReceive(), rtp(), rtpInitialise(), StreamOut(), and transmitQueuedVideo().
int rtp::pkMissed [private] |
Definition at line 419 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), PlayOutAudio(), RtcpSendReceive(), rtp(), rtpInitialise(), and StreamInVideo().
int rtp::pkLate [private] |
Definition at line 420 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), rtp(), rtpInitialise(), StreamInAudio(), and StreamInVideo().
int rtp::pkOutDrop [private] |
Definition at line 421 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), rtp(), rtpInitialise(), StreamOut(), and transmitQueuedVideo().
int rtp::pkInDisc [private] |
Definition at line 422 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), rtp(), rtpInitialise(), and StreamInVideo().
int rtp::bytesIn [private] |
Definition at line 423 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), rtpInitialise(), StreamInAudio(), and StreamInVideo().
int rtp::bytesOut [private] |
Definition at line 424 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), RtcpSendReceive(), rtpInitialise(), StreamOut(), and transmitQueuedVideo().
int rtp::bytesToSpeaker [private] |
Definition at line 425 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), PlayOutAudio(), and rtpInitialise().
int rtp::framesIn [private] |
Definition at line 426 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), rtp(), rtpInitialise(), and StreamInVideo().
int rtp::framesOut [private] |
Definition at line 427 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), rtp(), rtpInitialise(), and transmitQueuedVideo().
int rtp::framesInDiscarded [private] |
Definition at line 428 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), rtp(), and StreamInVideo().
int rtp::framesOutDiscarded [private] |
Definition at line 429 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), rtp(), and rtpInitialise().
short rtp::micPower [private] |
Definition at line 430 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by fillPacketfromBuffer(), fillPacketfromMic(), and rtpInitialise().
short rtp::spkPower [private] |
Definition at line 431 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by PlayOutAudio(), and rtpInitialise().
uint rtp::prevRxPkLost [private] |
Definition at line 432 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp(), and sendRtcpSenderReport().
uint rtp::prevRxPkCnt [private] |
Definition at line 433 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by rtp(), and sendRtcpSenderReport().
int rtp::rtcpFractionLoss [private] |
Definition at line 434 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by parseRtcpMessage(), rtp(), rtpInitialise(), and SendRtcpStatistics().
int rtp::rtcpTotalLoss [private] |
Definition at line 435 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by parseRtcpMessage(), rtp(), rtpInitialise(), and SendRtcpStatistics().
int rtp::minPlayout [private] |
Definition at line 437 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), measurePlayoutDelay(), and rtp().
int rtp::maxPlayout [private] |
Definition at line 438 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), measurePlayoutDelay(), and rtp().
int rtp::totPlayout [private] |
Definition at line 439 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), measurePlayoutDelay(), and rtp().
int rtp::cntPlayout [private] |
Definition at line 440 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), measurePlayoutDelay(), and rtp().
int rtp::avgPlayout [private] |
Definition at line 441 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by CheckSendStatistics(), GetAdjustPlayout(), and rtp().
int rtp::nominalPlayout [private] |
Definition at line 442 of file mythplugins/mythphone/mythphone/rtp.h.
Referenced by GetAdjustPlayout(), rtp(), and StreamInAudio().
1.5.5