Class VideoFormatSPS
Video formats for OpenH264, matching the "EVideoFormatSPSSPS" enum.
Inheritance
System.Object
    VideoFormatSPS
  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 VideoFormatSPS
  Properties
Component
Gets a video format of OpenH264 "VF_COMPONENT".
Declaration
public static VideoFormatSPS Component { get; }
  Property Value
| Type | Description | 
|---|---|
| VideoFormatSPS | 
Mac
Gets a video format of OpenH264 "VF_MAC".
Declaration
public static VideoFormatSPS Mac { get; }
  Property Value
| Type | Description | 
|---|---|
| VideoFormatSPS | 
Ntsc
Gets a video format of OpenH264 "VF_NTSC".
Declaration
public static VideoFormatSPS Ntsc { get; }
  Property Value
| Type | Description | 
|---|---|
| VideoFormatSPS | 
NumEnum
Gets a video format of OpenH264 "VF_NUM_ENUM".
Declaration
public static VideoFormatSPS NumEnum { get; }
  Property Value
| Type | Description | 
|---|---|
| VideoFormatSPS | 
Pal
Gets a video format of OpenH264 "VF_PAL".
Declaration
public static VideoFormatSPS Pal { get; }
  Property Value
| Type | Description | 
|---|---|
| VideoFormatSPS | 
Secam
Gets a video format of OpenH264 "VF_SECAM".
Declaration
public static VideoFormatSPS Secam { get; }
  Property Value
| Type | Description | 
|---|---|
| VideoFormatSPS | 
Undefined
Gets a video format of OpenH264 "VF_UNDEF".
Declaration
public static VideoFormatSPS Undefined { get; }
  Property Value
| Type | Description | 
|---|---|
| VideoFormatSPS | 
Value
Gets the internal char value representation of this video format.
Declaration
public char Value { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Char |