HlsMediaStoreSettings class

Hls Media Store Settings

Constructors

HlsMediaStoreSettings({int? connectionRetryInterval, int? filecacheDuration, HlsMediaStoreStorageClass? mediaStoreStorageClass, int? numRetries, int? restartDelay})
HlsMediaStoreSettings.fromJson(Map<String, dynamic> json)
factory

Properties

connectionRetryInterval int?
Number of seconds to wait before retrying connection to the CDN if the connection is lost.
final
filecacheDuration int?
Size in seconds of file cache for streaming outputs.
final
hashCode int
The hash code for this object.
no setterinherited
mediaStoreStorageClass HlsMediaStoreStorageClass?
When set to temporal, output files are stored in non-persistent memory for faster reading and writing.
final
numRetries int?
Number of retry attempts that will be made before the Live Event is put into an error state.
final
restartDelay int?
If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited