Class AdaptationSet
AdaptationSet
Inheritance
System.Object
AdaptationSet
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 AdaptationSet : BitmovinResponse
Properties
Accessibilities
Provide signaling of CEA 607 and CEA 708
Declaration
public List<Accessibility> Accessibilities { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Accessibility> |
CustomAttributes
Custom adaptation set attributes
Declaration
public List<CustomAttribute> CustomAttributes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CustomAttribute> |
Labels
List of labels
Declaration
public List<Label> Labels { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Label> |
Roles
Roles of the adaptation set
Declaration
public List<AdaptationSetRole> Roles { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AdaptationSetRole> |