Class BroadcastTsMuxingConfiguration
BroadcastTsMuxingConfiguration
Inheritance
System.Object
BroadcastTsMuxingConfiguration
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 BroadcastTsMuxingConfiguration
Properties
AudioStreams
AudioStreams
Declaration
public List<BroadcastTsAudioInputStreamConfiguration> AudioStreams { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BroadcastTsAudioInputStreamConfiguration> |
Program
Program configuration details for the Broadcast TS muxing.
Declaration
public BroadcastTsProgramConfiguration Program { get; set; }
Property Value
Type | Description |
---|---|
BroadcastTsProgramConfiguration |
SubtitleStreams
SubtitleStreams
Declaration
public List<BroadcastTsSubtitleInputStreamConfiguration> SubtitleStreams { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BroadcastTsSubtitleInputStreamConfiguration> |
Transport
Transport configuration details for the Broadcast TS muxing.
Declaration
public BroadcastTsTransportConfiguration Transport { get; set; }
Property Value
Type | Description |
---|---|
BroadcastTsTransportConfiguration |
VideoStreams
VideoStreams
Declaration
public List<BroadcastTsVideoInputStreamConfiguration> VideoStreams { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<BroadcastTsVideoInputStreamConfiguration> |