Class PacketizationMode
H.264 packetization modes.
Inheritance
System.Object
PacketizationMode
Namespace: FM.LiveSwitch.H264
Assembly: FM.LiveSwitch.dll
Syntax
public class PacketizationMode : object
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 |