LocalSizeConfig

The configuration details that include the maximum size of the media (MaxLocalMediaSizeInMB) that you want to store for a stream on the Edge Agent, as well as the strategy that should be used (StrategyOnFullSize) when a stream's maximum size has been reached.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The overall maximum size of the media that you want to store for a stream on the Edge Agent.

Link copied to clipboard

The strategy to perform when a stream’s MaxLocalMediaSizeInMB limit is reached.

Functions

Link copied to clipboard
inline fun copy(block: LocalSizeConfig.Builder.() -> Unit = {}): LocalSizeConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String