HlsWebdavSettings class

Hls Webdav Settings

Constructors

HlsWebdavSettings({int? connectionRetryInterval, int? filecacheDuration, HlsWebdavHttpTransferMode? httpTransferMode, int? numRetries, int? restartDelay})
HlsWebdavSettings.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 HlsWebdavHttpTransferMode?
Specify whether or not to use chunked transfer encoding to WebDAV.
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