Show / Hide Table of Contents

Class ProgressiveTsMuxingInformationByteRanges

ProgressiveTsMuxingInformationByteRanges

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

Properties

Duration

The duration of the segment in seconds

Declaration
public double? Duration { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

EndBytes

The position of the last byte of the segment

Declaration
public long? EndBytes { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

SegmentNumber

Number of the segment (starting at 0) (required)

Declaration
public int? SegmentNumber { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

StartBytes

The position of the first byte of the segment

Declaration
public long? StartBytes { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
Back to top Generated by DocFX