Show / Hide Table of Contents

Class AutoRestartConfiguration

AutoRestartConfiguration

Inheritance
System.Object
AutoRestartConfiguration
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class AutoRestartConfiguration

Properties

BytesWrittenTimeout

If no data was written for the given number of seconds, a restart is triggered. Minimum: 30.0

Declaration
public double? BytesWrittenTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

DashManifestsUpdateTimeout

If DASH manifests were not updated for the given number of seconds, a restart is triggered. Minimum: 30.0

Declaration
public double? DashManifestsUpdateTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

FramesWrittenTimeout

If no frames were generated for the given number of seconds, a restart is triggered. Minimum: 30.0

Declaration
public double? FramesWrittenTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

HlsManifestsUpdateTimeout

If HLS manifests were not updated for the given number of seconds, a restart is triggered. Minimum: 30.0

Declaration
public double? HlsManifestsUpdateTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

RestartOnEncoderError

Defines if the encoding should be restarted in case of an error during encoding.

Declaration
public bool? RestartOnEncoderError { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ScheduleExpression

Defines a schedule for restarts using the unix crontab syntax. This example would trigger a restart every monday at 05:30 (AM)

Declaration
public string ScheduleExpression { get; set; }
Property Value
Type Description
System.String

SegmentsWrittenTimeout

If no segments were generated for the given number of seconds, a restart is triggered. Minimum: 30.0

Declaration
public double? SegmentsWrittenTimeout { get; set; }
Property Value
Type Description
System.Nullable<System.Double>
Back to top Generated by DocFX