Class DashSegmentedRepresentation
DashSegmentedRepresentation
Inheritance
System.Object
DashSegmentedRepresentation
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 DashSegmentedRepresentation : DashMuxingRepresentation
Properties
EndKeyframeId
Id of the Keyframe to end with
Declaration
public string EndKeyframeId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EndSegmentNumber
Number of the last segment. Default is the last one that was encoded
Declaration
public long? EndSegmentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Mode
Mode
Declaration
public DashRepresentationTypeMode? Mode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DashRepresentationTypeMode> |
SegmentPath
Path to segments. Will be used as the representation id if the type is set to TEMPLATE_ADAPTATION_SET (required)
Declaration
public string SegmentPath { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartKeyframeId
Id of the Keyframe to start with
Declaration
public string StartKeyframeId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StartSegmentNumber
Number of the first segment
Declaration
public long? StartSegmentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |
Type
Type
Declaration
public DashRepresentationType? Type { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DashRepresentationType> |