Class BroadcastTsInputStreamConfiguration
BroadcastTsInputStreamConfiguration
Inheritance
System.Object
BroadcastTsInputStreamConfiguration
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 BroadcastTsInputStreamConfiguration
Properties
AlignPes
Align access units to PES packets. If true, align access units to PES packet headers. Uses adaptation field stuffing to position an access unit at the beginning of each PES packet.
Declaration
public bool? AlignPes { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
PacketIdentifier
An integer value. Packet Identifier (PID) for this stream.
Declaration
public int? PacketIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
SetRaiOnAu
SetRaiOnAu
Declaration
public RaiUnit? SetRaiOnAu { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<RaiUnit> |
StartWithDiscontinuityIndicator
Start stream with initial discontinuity indicator set to one. If true, set the discontinuity indicator in the first packet for this PID.
Declaration
public bool? StartWithDiscontinuityIndicator { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
StreamId
The UUID of the stream to which this configuration belongs to. This has to be a ID of a stream that has been added to the current muxing.
Declaration
public string StreamId { get; set; }
Property Value
Type | Description |
---|---|
System.String |