AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Hls Webdav Settings

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.HlsWebdavSettings

Namespace: Amazon.MediaLive.Model
Assembly: AWSSDK.MediaLive.dll
Version: 3.x.y.z

Syntax

C#
public class HlsWebdavSettings

The HlsWebdavSettings type exposes the following members

Constructors

NameDescription
Public Method HlsWebdavSettings()

Properties

NameTypeDescription
Public Property ConnectionRetryInterval System.Int32

Gets and sets the property ConnectionRetryInterval. Number of seconds to wait before retrying connection to the CDN if the connection is lost.

Public Property FilecacheDuration System.Int32

Gets and sets the property FilecacheDuration. Size in seconds of file cache for streaming outputs.

Public Property HttpTransferMode Amazon.MediaLive.HlsWebdavHttpTransferMode

Gets and sets the property HttpTransferMode. Specify whether or not to use chunked transfer encoding to WebDAV.

Public Property NumRetries System.Int32

Gets and sets the property NumRetries. Number of retry attempts that will be made before the Live Event is put into an error state. Applies only if the CDN destination URI begins with "s3" or "mediastore". For other URIs, the value is always 3.

Public Property RestartDelay System.Int32

Gets and sets the property RestartDelay. If a streaming output fails, number of seconds to wait until a restart is initiated. A value of 0 means never restart.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5