Class BroadcastTsAudioInputStreamConfiguration
BroadcastTsAudioInputStreamConfiguration
Inheritance
System.Object
BroadcastTsAudioInputStreamConfiguration
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 BroadcastTsAudioInputStreamConfiguration : BroadcastTsInputStreamConfiguration
Properties
Language
Language of the audio stream. Specified according to the ISO 639-2 alpha code for the language descriptor.
Declaration
public string Language { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseATSCBufferModel
Use ATSC buffer model for AC-3. If true, use the ATSC version of the T-STD buffer model is used. This parameter applies to AC-3 streams only.
Declaration
public bool? UseATSCBufferModel { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |