Class ColorPrimaries
Color primaries for OpenH264, matching the "EColorPrimaries" enum.
Inheritance
System.Object
    ColorPrimaries
  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.OpenH264
Assembly: FM.LiveSwitch.OpenH264.dll
Syntax
public sealed class ColorPrimaries
  Properties
BT2020
Gets a video format of OpenH264 "CP_BT2020".
Declaration
public static ColorPrimaries BT2020 { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorPrimaries | 
BT470BG
Gets a video format of OpenH264 "CP_BT470BG".
Declaration
public static ColorPrimaries BT470BG { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorPrimaries | 
BT470M
Gets a video format of OpenH264 "CP_BT470M".
Declaration
public static ColorPrimaries BT470M { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorPrimaries | 
BT709
Gets a video format of OpenH264 "CP_BT709".
Declaration
public static ColorPrimaries BT709 { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorPrimaries | 
Film
Gets a video format of OpenH264 "CP_FILM".
Declaration
public static ColorPrimaries Film { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorPrimaries | 
NumEnum
Gets a video format of OpenH264 "CP_NUM_ENUM".
Declaration
public static ColorPrimaries NumEnum { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorPrimaries | 
Reserved0
Gets a video format of OpenH264 "CP_RESERVED0".
Declaration
public static ColorPrimaries Reserved0 { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorPrimaries | 
Reserved3
Gets a video format of OpenH264 "CP_RESERVED3".
Declaration
public static ColorPrimaries Reserved3 { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorPrimaries | 
Smpte170M
Gets a video format of OpenH264 "CP_SMPTE170M".
Declaration
public static ColorPrimaries Smpte170M { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorPrimaries | 
Smpte240M
Gets a video format of OpenH264 "CP_SMPTE240M".
Declaration
public static ColorPrimaries Smpte240M { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorPrimaries | 
Undefined
Gets a video format of OpenH264 "CP_UNDEF".
Declaration
public static ColorPrimaries Undefined { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorPrimaries | 
Value
Gets the internal char value representation of this object.
Declaration
public char Value { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Char |