Show / Hide Table of Contents

Class BroadcastTsSubtitleInputStreamConfiguration

BroadcastTsSubtitleInputStreamConfiguration

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

Properties

PacketIdentifier

An integer value. Packet Identifier (PID) for this stream.

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

Rate

The rate parameter determines the maximum rate in bits per second that should be used for the subtitle stream. The valid range is 100 to 60 000 000 bps or 0. If the value is set to 0, we will examine the first 100 packets of subtitle packet data and use the highest rate that was computed. If the value is set too low, not enough to accommodate the subtitle bit-rate, then some PES packets corresponding to DVB subtitle stream will be dropped. This parameter is optional and the default value is 0.

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

StreamId

The UUID of the subtitle stream to which this configuration belongs to. This has to be an ID of an subtitle stream that has been added to the current muxing.

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