Class DtsXAudioConfiguration
The configuration for the DTS:X
Inheritance
System.Object
DtsXAudioConfiguration
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 DtsXAudioConfiguration : AudioConfiguration
Properties
ChannelLayout
ChannelLayout
Declaration
public DtsXChannelLayout? ChannelLayout { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<DtsXChannelLayout> |
LkfsValue
Loudness relative to full scale (K-weighted).
Declaration
public double? LkfsValue { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
OttLoudnessMode
OttLoudnessMode
Declaration
public OttLoudnessMode? OttLoudnessMode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<OttLoudnessMode> |
SyncInterval
Specifies the sync interval which ranges from 1 to 10
Declaration
public long? SyncInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int64> |