![]() |
ApraPipes 1.0
|
#include <FramesMuxer.h>
Public Types | |
enum | Strategy { ALL_OR_NONE , MAX_DELAY_ANY , MAX_TIMESTAMP_DELAY } |
![]() | |
enum | FrameFetchStrategy { PUSH , PULL } |
Public Member Functions | |
FramesMuxerProps () | |
![]() | |
ModuleProps () | |
ModuleProps (float _fps) | |
ModuleProps (float _fps, size_t _qlen, bool _logHealth) | |
ModuleProps (FrameFetchStrategy _frameFetchStrategy) | |
size_t | getQLen () |
virtual size_t | getSerializeSize () |
Public Attributes | |
int | maxDelay |
Strategy | strategy |
double | maxTsDelayInMS |
![]() | |
float | fps |
size_t | qlen |
bool | logHealth |
int | logHealthFrequency |
size_t | maxConcurrentFrames |
int | skipN = 0 |
int | skipD = 1 |
FrameFetchStrategy | frameFetchStrategy |
QuePushStrategy::QuePushStrategyType | quePushStrategyType |
FIndexStrategy::FIndexStrategyType | fIndexStrategyType |
bool | enableHealthCallBack |
int | healthUpdateIntervalInSec |
|
inline |
int FramesMuxerProps::maxDelay |
double FramesMuxerProps::maxTsDelayInMS |
Strategy FramesMuxerProps::strategy |