Struct H264Packetiser.H264Nal
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: SIPSorcery.Net
Assembly: SIPSorcery.dll
Syntax
public struct H264Nal
Constructors
| Improve this Doc View SourceH264Nal(Byte[], Boolean)
Declaration
public H264Nal(byte[] nal, bool isLast)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | nal | |
System.Boolean | isLast |
Properties
| Improve this Doc View SourceIsLast
Declaration
public readonly bool IsLast { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
NAL
Declaration
public readonly byte[] NAL { get; }
Property Value
Type | Description |
---|---|
System.Byte[] |