Show / Hide Table of Contents

Class TsMuxingConfiguration

TsMuxingConfiguration

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

Properties

AudioStreams

AudioStreams

Declaration
public List<TsAudioStreamConfiguration> AudioStreams { get; set; }
Property Value
Type Description
System.Collections.Generic.List<TsAudioStreamConfiguration>

Pcr

Pcr

Declaration
public TsProgramClockReferenceConfiguration Pcr { get; set; }
Property Value
Type Description
TsProgramClockReferenceConfiguration

Pmt

Pmt

Declaration
public TsProgramMapTableConfiguration Pmt { get; set; }
Property Value
Type Description
TsProgramMapTableConfiguration

ProgramNumber

An integer value. Value for program_number field in the MPEG Transport Stream Program Map Table (PMT). The value zero is reserved for the NIT PID entry in the PAT.

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

VideoStreams

VideoStreams

Declaration
public List<TsVideoStreamConfiguration> VideoStreams { get; set; }
Property Value
Type Description
System.Collections.Generic.List<TsVideoStreamConfiguration>
Back to top Generated by DocFX