Class VideoDisplayUnit
Valid Matroska video element display units.
Inheritance
System.Object
    VideoDisplayUnit
  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: FM.LiveSwitch.Matroska
Assembly: FM.LiveSwitch.dll
Syntax
public class VideoDisplayUnit
  Properties
Centimeters
Gets a value indicating centimeters.
Declaration
public static long Centimeters { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
DisplayAspectRatio
Gets a value indicating display aspect ratio.
Declaration
public static long DisplayAspectRatio { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Inches
Gets a value indicating inches.
Declaration
public static long Inches { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 | 
Pixels
Gets a value indicating pixels.
Declaration
public static long Pixels { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64 |