#include <remoteinput.h>
|
static MsgReportRemoteInputStreamTiming * | create (uint64_t tv_msec, float bufferLenSec, int32_t bufferGauge, int framesDecodingStatus, bool allBlocksReceived, int minNbBlocks, int minNbOriginalBlocks, int maxNbRecovery, float avgNbBlocks, float avgNbOriginalBlocks, float avgNbRecovery, int nbOriginalBlocksPerFrame, int nbFECBlocksPerFrame, int sampleBits, int sampleBytes) |
|
static bool | match (const Message *message) |
|
|
| MsgReportRemoteInputStreamTiming (uint64_t tv_msec, float bufferLenSec, int32_t bufferGauge, int framesDecodingStatus, bool allBlocksReceived, int minNbBlocks, int minNbOriginalBlocks, int maxNbRecovery, float avgNbBlocks, float avgNbOriginalBlocks, float avgNbRecovery, int nbOriginalBlocksPerFrame, int nbFECBlocksPerFrame, int sampleBits, int sampleBytes) |
|
Definition at line 129 of file remoteinput.h.
◆ MsgReportRemoteInputStreamTiming()
RemoteInput::MsgReportRemoteInputStreamTiming::MsgReportRemoteInputStreamTiming |
( |
uint64_t |
tv_msec, |
|
|
float |
bufferLenSec, |
|
|
int32_t |
bufferGauge, |
|
|
int |
framesDecodingStatus, |
|
|
bool |
allBlocksReceived, |
|
|
int |
minNbBlocks, |
|
|
int |
minNbOriginalBlocks, |
|
|
int |
maxNbRecovery, |
|
|
float |
avgNbBlocks, |
|
|
float |
avgNbOriginalBlocks, |
|
|
float |
avgNbRecovery, |
|
|
int |
nbOriginalBlocksPerFrame, |
|
|
int |
nbFECBlocksPerFrame, |
|
|
int |
sampleBits, |
|
|
int |
sampleBytes |
|
) |
| |
|
inlineprotected |
◆ allBlocksReceived()
bool RemoteInput::MsgReportRemoteInputStreamTiming::allBlocksReceived |
( |
| ) |
const |
|
inline |
◆ create()
static MsgReportRemoteInputStreamTiming* RemoteInput::MsgReportRemoteInputStreamTiming::create |
( |
uint64_t |
tv_msec, |
|
|
float |
bufferLenSec, |
|
|
int32_t |
bufferGauge, |
|
|
int |
framesDecodingStatus, |
|
|
bool |
allBlocksReceived, |
|
|
int |
minNbBlocks, |
|
|
int |
minNbOriginalBlocks, |
|
|
int |
maxNbRecovery, |
|
|
float |
avgNbBlocks, |
|
|
float |
avgNbOriginalBlocks, |
|
|
float |
avgNbRecovery, |
|
|
int |
nbOriginalBlocksPerFrame, |
|
|
int |
nbFECBlocksPerFrame, |
|
|
int |
sampleBits, |
|
|
int |
sampleBytes |
|
) |
| |
|
inlinestatic |
◆ get_tv_msec()
uint64_t RemoteInput::MsgReportRemoteInputStreamTiming::get_tv_msec |
( |
| ) |
const |
|
inline |
◆ getAvgNbBlocks()
float RemoteInput::MsgReportRemoteInputStreamTiming::getAvgNbBlocks |
( |
| ) |
const |
|
inline |
◆ getAvgNbOriginalBlocks()
float RemoteInput::MsgReportRemoteInputStreamTiming::getAvgNbOriginalBlocks |
( |
| ) |
const |
|
inline |
◆ getAvgNbRecovery()
float RemoteInput::MsgReportRemoteInputStreamTiming::getAvgNbRecovery |
( |
| ) |
const |
|
inline |
◆ getBufferGauge()
int32_t RemoteInput::MsgReportRemoteInputStreamTiming::getBufferGauge |
( |
| ) |
const |
|
inline |
◆ getBufferLengthInSecs()
float RemoteInput::MsgReportRemoteInputStreamTiming::getBufferLengthInSecs |
( |
| ) |
const |
|
inline |
◆ getFramesDecodingStatus()
int RemoteInput::MsgReportRemoteInputStreamTiming::getFramesDecodingStatus |
( |
| ) |
const |
|
inline |
◆ getMaxNbRecovery()
int RemoteInput::MsgReportRemoteInputStreamTiming::getMaxNbRecovery |
( |
| ) |
const |
|
inline |
◆ getMinNbBlocks()
int RemoteInput::MsgReportRemoteInputStreamTiming::getMinNbBlocks |
( |
| ) |
const |
|
inline |
◆ getMinNbOriginalBlocks()
int RemoteInput::MsgReportRemoteInputStreamTiming::getMinNbOriginalBlocks |
( |
| ) |
const |
|
inline |
◆ getNbFECBlocksPerFrame()
int RemoteInput::MsgReportRemoteInputStreamTiming::getNbFECBlocksPerFrame |
( |
| ) |
const |
|
inline |
◆ getNbOriginalBlocksPerFrame()
int RemoteInput::MsgReportRemoteInputStreamTiming::getNbOriginalBlocksPerFrame |
( |
| ) |
const |
|
inline |
◆ getSampleBits()
int RemoteInput::MsgReportRemoteInputStreamTiming::getSampleBits |
( |
| ) |
const |
|
inline |
◆ getSampleBytes()
int RemoteInput::MsgReportRemoteInputStreamTiming::getSampleBytes |
( |
| ) |
const |
|
inline |
◆ m_allBlocksReceived
bool RemoteInput::MsgReportRemoteInputStreamTiming::m_allBlocksReceived |
|
protected |
◆ m_avgNbBlocks
float RemoteInput::MsgReportRemoteInputStreamTiming::m_avgNbBlocks |
|
protected |
◆ m_avgNbOriginalBlocks
float RemoteInput::MsgReportRemoteInputStreamTiming::m_avgNbOriginalBlocks |
|
protected |
◆ m_avgNbRecovery
float RemoteInput::MsgReportRemoteInputStreamTiming::m_avgNbRecovery |
|
protected |
◆ m_bufferGauge
int32_t RemoteInput::MsgReportRemoteInputStreamTiming::m_bufferGauge |
|
protected |
◆ m_bufferLenSec
float RemoteInput::MsgReportRemoteInputStreamTiming::m_bufferLenSec |
|
protected |
◆ m_framesDecodingStatus
int RemoteInput::MsgReportRemoteInputStreamTiming::m_framesDecodingStatus |
|
protected |
◆ m_maxNbRecovery
int RemoteInput::MsgReportRemoteInputStreamTiming::m_maxNbRecovery |
|
protected |
◆ m_minNbBlocks
int RemoteInput::MsgReportRemoteInputStreamTiming::m_minNbBlocks |
|
protected |
◆ m_minNbOriginalBlocks
int RemoteInput::MsgReportRemoteInputStreamTiming::m_minNbOriginalBlocks |
|
protected |
◆ m_nbFECBlocksPerFrame
int RemoteInput::MsgReportRemoteInputStreamTiming::m_nbFECBlocksPerFrame |
|
protected |
◆ m_nbOriginalBlocksPerFrame
int RemoteInput::MsgReportRemoteInputStreamTiming::m_nbOriginalBlocksPerFrame |
|
protected |
◆ m_sampleBits
int RemoteInput::MsgReportRemoteInputStreamTiming::m_sampleBits |
|
protected |
◆ m_sampleBytes
int RemoteInput::MsgReportRemoteInputStreamTiming::m_sampleBytes |
|
protected |
◆ m_tv_msec
uint64_t RemoteInput::MsgReportRemoteInputStreamTiming::m_tv_msec |
|
protected |
The documentation for this class was generated from the following file: