AWSKinesisVideoLocalSizeConfig

Objective-C

@interface AWSKinesisVideoLocalSizeConfig

Swift

class AWSKinesisVideoLocalSizeConfig

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.

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

    Declaration

    Objective-C

    @property (nonatomic, strong) NSNumber *_Nullable maxLocalMediaSizeInMB;

    Swift

    var maxLocalMediaSizeInMB: NSNumber? { get set }
  • The strategy to perform when a stream’s MaxLocalMediaSizeInMB limit is reached.

    Declaration

    Objective-C

    @property (nonatomic) AWSKinesisVideoStrategyOnFullSize strategyOnFullSize;

    Swift

    var strategyOnFullSize: AWSKinesisVideoStrategyOnFullSize { get set }