Class PacketizationMode
H.264 packetization modes.
Inheritance
System.Object
PacketizationMode
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: FM.LiveSwitch.H264
Assembly: FM.LiveSwitch.dll
Syntax
public class PacketizationMode
Properties
Default
Gets non-interleaved mode.
Declaration
public static int Default { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Interleaved
Gets interleaved mode.
Declaration
public static int Interleaved { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
NonInterleaved
Gets non-interleaved mode.
Declaration
public static int NonInterleaved { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SingleNal
Gets single NAL mode.
Declaration
public static int SingleNal { get; }
Property Value
Type | Description |
---|---|
System.Int32 |