Class VideoBitstreamType
Video bitstream types for OpenH264, matching the "VIDEO_BITSTREAM_TYPE" enum.
Inheritance
System.Object
VideoBitstreamType
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 VideoBitstreamType
Properties
Avc
Gets a video bistream type of OpenH264 "VIDEO_BITSTREAM_AVC".
Declaration
public static VideoBitstreamType Avc { get; }
Property Value
Type | Description |
---|---|
VideoBitstreamType |
Default
Gets a video bistream type of OpenH264 "VIDEO_BITSTREAM_DEFAULT".
Declaration
public static VideoBitstreamType Default { get; }
Property Value
Type | Description |
---|---|
VideoBitstreamType |
Svc
Gets a video bistream type of OpenH264 "VIDEO_BITSTREAM_SVC".
Declaration
public static VideoBitstreamType Svc { get; }
Property Value
Type | Description |
---|---|
VideoBitstreamType |
Value
Gets the internal integer value representation of this video bitstream type.
Declaration
public int Value { get; }
Property Value
Type | Description |
---|---|
System.Int32 |