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 Basic Put Settings

Inheritance Hierarchy

System.Object
  Amazon.MediaLive.Model.HlsBasicPutSettings

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

Syntax

C#
public class HlsBasicPutSettings

The HlsBasicPutSettings type exposes the following members

Constructors

NameDescription
Public Method HlsBasicPutSettings()

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 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