public static interface LocalSizeConfig.Builder extends SdkPojo, CopyableBuilder<LocalSizeConfig.Builder,LocalSizeConfig>
| Modifier and Type | Method and Description |
|---|---|
LocalSizeConfig.Builder |
maxLocalMediaSizeInMB(Integer maxLocalMediaSizeInMB)
The overall maximum size of the media that you want to store for a stream on the Edge Agent.
|
LocalSizeConfig.Builder |
strategyOnFullSize(StrategyOnFullSize strategyOnFullSize)
The strategy to perform when a stream’s
MaxLocalMediaSizeInMB limit is reached. |
LocalSizeConfig.Builder |
strategyOnFullSize(String strategyOnFullSize)
The strategy to perform when a stream’s
MaxLocalMediaSizeInMB limit is reached. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocalSizeConfig.Builder maxLocalMediaSizeInMB(Integer maxLocalMediaSizeInMB)
The overall maximum size of the media that you want to store for a stream on the Edge Agent.
maxLocalMediaSizeInMB - The overall maximum size of the media that you want to store for a stream on the Edge Agent.LocalSizeConfig.Builder strategyOnFullSize(String strategyOnFullSize)
The strategy to perform when a stream’s MaxLocalMediaSizeInMB limit is reached.
strategyOnFullSize - The strategy to perform when a stream’s MaxLocalMediaSizeInMB limit is reached.StrategyOnFullSize,
StrategyOnFullSizeLocalSizeConfig.Builder strategyOnFullSize(StrategyOnFullSize strategyOnFullSize)
The strategy to perform when a stream’s MaxLocalMediaSizeInMB limit is reached.
strategyOnFullSize - The strategy to perform when a stream’s MaxLocalMediaSizeInMB limit is reached.StrategyOnFullSize,
StrategyOnFullSizeCopyright © 2023. All rights reserved.