Class DashManifest
DashManifest
Inheritance
System.Object
DashManifest
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 DashManifest : Manifest
Properties
DashEditionCompatibility
The manifest compatibility with the standard DASH Edition.
Declaration
public DashEditionCompatibility? DashEditionCompatibility { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DashEditionCompatibility> |
ManifestName
The filename of your manifest
Declaration
public string ManifestName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Namespaces
List of additional XML namespaces to add to the DASH Manifest
Declaration
public List<XmlNamespace> Namespaces { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<XmlNamespace> |
Profile
Profile
Declaration
public DashProfile? Profile { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DashProfile> |
UtcTimings
List of UTC Timings to use for live streaming
Declaration
public List<UtcTiming> UtcTimings { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<UtcTiming> |