Class SampleAspectRatio
Sample aspect ratios for OpenH264, matching the "ESampleAspectRatio" enum.
Inheritance
Namespace: FM.LiveSwitch.OpenH264
Assembly: FM.LiveSwitch.OpenH264.dll
Syntax
public sealed class SampleAspectRatio : object
Properties
Asp10x11
Gets a sample aspect ratio of OpenH264 "ASP_10x11".
Declaration
public static SampleAspectRatio Asp10x11 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Asp12x11
Gets a sample aspect ratio of OpenH264 "ASP_12x11".
Declaration
public static SampleAspectRatio Asp12x11 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Asp15x11
Gets a sample aspect ratio of OpenH264 "ASP_15x11".
Declaration
public static SampleAspectRatio Asp15x11 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Asp160x99
Gets a sample aspect ratio of OpenH264 "ASP_160x99".
Declaration
public static SampleAspectRatio Asp160x99 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Asp16x11
Gets a sample aspect ratio of OpenH264 "ASP_16x11".
Declaration
public static SampleAspectRatio Asp16x11 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Asp18x11
Gets a sample aspect ratio of OpenH264 "ASP_18x11".
Declaration
public static SampleAspectRatio Asp18x11 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Asp1x1
Gets a sample aspect ratio of OpenH264 "ASP_1x1".
Declaration
public static SampleAspectRatio Asp1x1 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Asp20x11
Gets a sample aspect ratio of OpenH264 "ASP_20x11".
Declaration
public static SampleAspectRatio Asp20x11 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Asp24x11
Gets a sample aspect ratio of OpenH264 "ASP_24x11".
Declaration
public static SampleAspectRatio Asp24x11 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Asp32x11
Gets a sample aspect ratio of OpenH264 "ASP_32x11".
Declaration
public static SampleAspectRatio Asp32x11 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Asp40x33
Gets a sample aspect ratio of OpenH264 "ASP_40x33".
Declaration
public static SampleAspectRatio Asp40x33 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Asp64x33
Gets a sample aspect ratio of OpenH264 "ASP_64x33".
Declaration
public static SampleAspectRatio Asp64x33 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Asp80x33
Gets a sample aspect ratio of OpenH264 "ASP_80x33".
Declaration
public static SampleAspectRatio Asp80x33 { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
AspExtSar
Gets a sample aspect ratio of OpenH264 "ASP_EXT_SAR".
Declaration
public static SampleAspectRatio AspExtSar { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Unspecified
Gets a sample aspect ratio of OpenH264 "ASP_UNSPECIFIED".
Declaration
public static SampleAspectRatio Unspecified { get; }
Property Value
Type | Description |
---|---|
SampleAspectRatio |
Value
Gets the internal integer value representation of this sample aspect ratio.
Declaration
public int Value { get; }
Property Value
Type | Description |
---|---|
System.Int32 |