Class ColorMatrix
Color matrices for OpenH264, matching the "EColorMatrix" enum.
Inheritance
System.Object
    ColorMatrix
  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 ColorMatrix
  Properties
BT2020C
Gets a video format of OpenH264 "CM_BT2020C".
Declaration
public static ColorMatrix BT2020C { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorMatrix | 
BT2020NC
Gets a video format of OpenH264 "CM_BT2020NC".
Declaration
public static ColorMatrix BT2020NC { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorMatrix | 
BT470BG
Gets a video format of OpenH264 "CM_BT470BG".
Declaration
public static ColorMatrix BT470BG { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorMatrix | 
BT709
Gets a video format of OpenH264 "CM_BT709".
Declaration
public static ColorMatrix BT709 { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorMatrix | 
FCC
Gets a video format of OpenH264 "CM_FCC".
Declaration
public static ColorMatrix FCC { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorMatrix | 
Gbr
Gets a video format of OpenH264 "CM_GBR".
Declaration
public static ColorMatrix Gbr { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorMatrix | 
NumEnum
Gets a video format of OpenH264 "CM_NUM_ENUM".
Declaration
public static ColorMatrix NumEnum { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorMatrix | 
Reserved3
Gets a video format of OpenH264 "CM_RESERVED3".
Declaration
public static ColorMatrix Reserved3 { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorMatrix | 
Smpte170M
Gets a video format of OpenH264 "CM_SMPTE170M".
Declaration
public static ColorMatrix Smpte170M { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorMatrix | 
Smpte240M
Gets a video format of OpenH264 "CM_SMPTE240M".
Declaration
public static ColorMatrix Smpte240M { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorMatrix | 
Undefined
Gets a video format of OpenH264 "CM_UNDEF".
Declaration
public static ColorMatrix Undefined { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorMatrix | 
Value
Gets the internal char value representation of this object.
Declaration
public char Value { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Char | 
YCGCO
Gets a video format of OpenH264 "CM_YCGCO".
Declaration
public static ColorMatrix YCGCO { get; }
  Property Value
| Type | Description | 
|---|---|
| ColorMatrix |