Class ProfileIdc
Profile IDs for OpenH264, matching the "EProfileIdc" enum.
Inheritance
System.Object
ProfileIdc
Namespace: FM.LiveSwitch.OpenH264
Assembly: FM.LiveSwitch.OpenH264.dll
Syntax
public sealed class ProfileIdc : object
Properties
Baseline
Gets a profile IDC of OpenH264 "PRO_BASELINE".
Declaration
public static ProfileIdc Baseline { get; }
Property Value
Type | Description |
---|---|
ProfileIdc |
Cavlc444
Gets a profile IDC of OpenH264 "PRO_CAVLC444".
Declaration
public static ProfileIdc Cavlc444 { get; }
Property Value
Type | Description |
---|---|
ProfileIdc |
Extended
Gets a profile IDC of OpenH264 "PRO_EXTENDED".
Declaration
public static ProfileIdc Extended { get; }
Property Value
Type | Description |
---|---|
ProfileIdc |
High
Gets a profile IDC of OpenH264 "PRO_HIGH".
Declaration
public static ProfileIdc High { get; }
Property Value
Type | Description |
---|---|
ProfileIdc |
High10
Gets a profile IDC of OpenH264 "PRO_HIGH10".
Declaration
public static ProfileIdc High10 { get; }
Property Value
Type | Description |
---|---|
ProfileIdc |
High422
Gets a profile IDC of OpenH264 "PRO_HIGH422".
Declaration
public static ProfileIdc High422 { get; }
Property Value
Type | Description |
---|---|
ProfileIdc |
High444
Gets a profile IDC of OpenH264 "PRO_HIGH444".
Declaration
public static ProfileIdc High444 { get; }
Property Value
Type | Description |
---|---|
ProfileIdc |
Main
Gets a profile IDC of OpenH264 "PRO_MAIN".
Declaration
public static ProfileIdc Main { get; }
Property Value
Type | Description |
---|---|
ProfileIdc |
ScalableBaseline
Gets a profile IDC of OpenH264 "PRO_SCALABLE_BASELINE".
Declaration
public static ProfileIdc ScalableBaseline { get; }
Property Value
Type | Description |
---|---|
ProfileIdc |
ScalableHigh
Gets a profile IDC of OpenH264 "PRO_SCALABLE_HIGH".
Declaration
public static ProfileIdc ScalableHigh { get; }
Property Value
Type | Description |
---|---|
ProfileIdc |
Unknown
Gets a profile IDC of OpenH264 "PRO_UNKNOWN".
Declaration
public static ProfileIdc Unknown { get; }
Property Value
Type | Description |
---|---|
ProfileIdc |
Value
Gets the internal integer value representation of this profile ID.
Declaration
public int Value { get; }
Property Value
Type | Description |
---|---|
System.Int32 |