Show / Hide Table of Contents

Class LiveDashManifest

LiveDashManifest

Inheritance
System.Object
LiveDashManifest
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 LiveDashManifest

Properties

AvailabilityStartTimeMode

The mode to trigger the availabilityStartTime initialization.

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

LiveEdgeOffset

Live edge offset in seconds

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

ManifestId

Dash manifest id (required)

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

MinimumUpdatePeriod

The minimumUpdatePeriod to be set in the DASH manifest. If nothing is set, the segment duration will be set.

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

SuggestedPresentationDelay

The suggestedPresentationDelay to be set in the DASH manifest. If nothing is set, no value will be set.

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

Timeshift

Timeshift in seconds

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