Struct H264Packetiser.H264Nal
Structure for representing an H264 NAL
Inherited Members
Namespace: SipLib.Video
Assembly: SipLib.dll
Syntax
public struct H264Packetiser.H264Nal
Constructors
| Edit this page View SourceH264Nal(byte[], bool)
Constructor
Declaration
public H264Nal(byte[] nal, bool isLast)
Parameters
Type | Name | Description |
---|---|---|
byte[] | nal | |
bool | isLast |
Properties
| Edit this page View SourceIsLast
If true, then this is the last NAL
Declaration
public readonly bool IsLast { get; }
Property Value
Type | Description |
---|---|
bool |
NAL
Gets the bytes of the NAL
Declaration
public readonly byte[] NAL { get; }
Property Value
Type | Description |
---|---|
byte[] |