Engage Engine API
1.251.9091
|
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
void | clear () |
virtual void | initForDocumenting () |
![]() | |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
uint32_t | maxPooledRtpMb |
[Optional, Default 0 (no max)] Maximum number of RTP bytes allowed to be pooled | |
uint32_t | maxPooledRtpObjects |
[Optional, Default 0 (no max)] Maximum number of RTP objects allowed to be pooled | |
uint32_t | maxActiveRtpObjects |
[Optional, Default 0 (no max)] Maximum number of RTP objects allowed to be active | |
uint32_t | maxPooledBlobMb |
[Optional, Default 0 (no max)] Maximum number of blob bytes allowed to be pooled | |
uint32_t | maxPooledBlobObjects |
[Optional, Default 0 (no max)] Maximum number of blob objects allowed to be pooled | |
uint32_t | maxActiveBlobObjects |
[Optional, Default 0 (no max)] Maximum number of blob objects allowed to be active | |
uint32_t | maxPooledBufferMb |
[Optional, Default 0 (no max)] Maximum number of buffer bytes allowed to be pooled | |
uint32_t | maxPooledBufferObjects |
[Optional, Default 0 (no max)] Maximum number of buffer objects allowed to be pooled | |
uint32_t | maxActiveBufferObjects |
[Optional, Default 0 (no max)] Maximum number of buffer objects allowed to be active | |
uint32_t | maxActiveRtpProcessors |
[Optional, Default 0 (no max)] Maximum number concurrent RTP processors | |
![]() | |
nlohmann::json | _attached |
Additional Inherited Members | |
![]() | |
bool | _documenting |
Definition at line 500 of file ConfigurationObjects.h.
|
inline |
Definition at line 538 of file ConfigurationObjects.h.
|
inline |
Definition at line 543 of file ConfigurationObjects.h.
|
inlinevirtual |
Reimplemented from AppConfigurationObjects::ConfigurationObjectBase.
Definition at line 560 of file ConfigurationObjects.h.
uint32_t AppConfigurationObjects::TuningSettings::maxActiveBlobObjects |
[Optional, Default 0 (no max)] Maximum number of blob objects allowed to be active
Definition at line 523 of file ConfigurationObjects.h.
uint32_t AppConfigurationObjects::TuningSettings::maxActiveBufferObjects |
[Optional, Default 0 (no max)] Maximum number of buffer objects allowed to be active
Definition at line 533 of file ConfigurationObjects.h.
uint32_t AppConfigurationObjects::TuningSettings::maxActiveRtpObjects |
[Optional, Default 0 (no max)] Maximum number of RTP objects allowed to be active
Definition at line 513 of file ConfigurationObjects.h.
uint32_t AppConfigurationObjects::TuningSettings::maxActiveRtpProcessors |
[Optional, Default 0 (no max)] Maximum number concurrent RTP processors
Definition at line 536 of file ConfigurationObjects.h.
uint32_t AppConfigurationObjects::TuningSettings::maxPooledBlobMb |
[Optional, Default 0 (no max)] Maximum number of blob bytes allowed to be pooled
Definition at line 517 of file ConfigurationObjects.h.
uint32_t AppConfigurationObjects::TuningSettings::maxPooledBlobObjects |
[Optional, Default 0 (no max)] Maximum number of blob objects allowed to be pooled
Definition at line 520 of file ConfigurationObjects.h.
uint32_t AppConfigurationObjects::TuningSettings::maxPooledBufferMb |
[Optional, Default 0 (no max)] Maximum number of buffer bytes allowed to be pooled
Definition at line 527 of file ConfigurationObjects.h.
uint32_t AppConfigurationObjects::TuningSettings::maxPooledBufferObjects |
[Optional, Default 0 (no max)] Maximum number of buffer objects allowed to be pooled
Definition at line 530 of file ConfigurationObjects.h.
uint32_t AppConfigurationObjects::TuningSettings::maxPooledRtpMb |
[Optional, Default 0 (no max)] Maximum number of RTP bytes allowed to be pooled
Definition at line 507 of file ConfigurationObjects.h.
uint32_t AppConfigurationObjects::TuningSettings::maxPooledRtpObjects |
[Optional, Default 0 (no max)] Maximum number of RTP objects allowed to be pooled
Definition at line 510 of file ConfigurationObjects.h.