Show / Hide Table of Contents

Class SegmentsMediaInfo

SegmentsMediaInfo

Inheritance
System.Object
BitmovinResponse
BasicMediaInfo
SegmentsMediaInfo
ClosedCaptionsMediaInfo
StandardMediaInfo
Inherited Members
BasicMediaInfo.GroupId
BasicMediaInfo.Language
BasicMediaInfo.AssocLanguage
BasicMediaInfo.Name
BasicMediaInfo.IsDefault
BasicMediaInfo.Autoselect
BasicMediaInfo.Characteristics
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 SegmentsMediaInfo : BasicMediaInfo

Properties

DrmId

Id of the DRM.

Declaration
public string DrmId { get; set; }
Property Value
Type Description
System.String

EncodingId

Id of the encoding. (required)

Declaration
public string EncodingId { 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>

MuxingId

Id of the muxing. (required)

Declaration
public string MuxingId { get; set; }
Property Value
Type Description
System.String

SegmentPath

Path to segments. (required)

Declaration
public string SegmentPath { get; set; }
Property Value
Type Description
System.String

StartSegmentNumber

Number of the first segment. Default is 0.

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

StreamId

Id of the stream. (required)

Declaration
public string StreamId { get; set; }
Property Value
Type Description
System.String
Back to top Generated by DocFX