HlsAkamaiSettings class
Hls Akamai Settings
Constructors
- HlsAkamaiSettings({int? connectionRetryInterval, int? filecacheDuration, HlsAkamaiHttpTransferMode? httpTransferMode, int? numRetries, int? restartDelay, String? salt, String? token})
-
HlsAkamaiSettings.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
- httpTransferMode → HlsAkamaiHttpTransferMode?
-
Specify whether or not to use chunked transfer encoding to Akamai. User
should contact Akamai to enable this feature.
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
- salt → String?
-
Salt for authenticated Akamai.
final
- token → String?
-
Token parameter for authenticated akamai. If not specified, gda is used.
final
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