Show / Hide Table of Contents

Class DashSegmentedRepresentation

DashSegmentedRepresentation

Inheritance
System.Object
BitmovinResponse
DashRepresentation
DashMuxingRepresentation
DashSegmentedRepresentation
DashChunkedTextRepresentation
DashCmafRepresentation
DashFmp4Representation
DashWebmRepresentation
Inherited Members
DashMuxingRepresentation.EncodingId
DashMuxingRepresentation.MuxingId
DashMuxingRepresentation.DependencyId
BitmovinResponse.Id
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>
Back to top Generated by DocFX