Show / Hide Table of Contents

Class DisplayAspectRatio

DisplayAspectRatio

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

Properties

Denominator

The denominator of the display aspect ratio (DAR). For example for a DAR of 16:9, the value 9 must be used. (required)

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

Numerator

The numerator of the display aspect ratio (DAR). For example for a DAR of 16:9, the value 16 must be used. (required)

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