Show / Hide Table of Contents

Class DefaultDashManifestPeriod

DefaultDashManifestPeriod

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

Properties

AdaptationSets

Adds an adaption set for every item to the period

Declaration
public List<DefaultManifestCondition> AdaptationSets { get; set; }
Property Value
Type Description
System.Collections.Generic.List<DefaultManifestCondition>

EncodingIds

List the encoding ids for which the conditions should apply

Declaration
public List<string> EncodingIds { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
Back to top Generated by DocFX