Show / Hide Table of Contents

Class DolbyDigitalPlusDynamicRangeCompression

DolbyDigitalPlusDynamicRangeCompression

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

Properties

LineMode

Line mode is intended for use in products providing line‐level or speaker‐level outputs, and is applicable to the widest range of products. Products such as set‐top boxes, DVD players, DTVs, A/V surround decoders, and outboard Dolby Digital decoders typically use this mode.

Declaration
public DolbyDigitalPlusDynamicRangeCompressionMode? LineMode { get; set; }
Property Value
Type Description
System.Nullable<DolbyDigitalPlusDynamicRangeCompressionMode>

RfMode

RF mode is intended for products such as a low‐cost television receiver.

Declaration
public DolbyDigitalPlusDynamicRangeCompressionMode? RfMode { get; set; }
Property Value
Type Description
System.Nullable<DolbyDigitalPlusDynamicRangeCompressionMode>
Back to top Generated by DocFX