Show / Hide Table of Contents

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 Source

H264Nal(Byte[], Boolean)

Declaration
public H264Nal(byte[] nal, bool isLast)
Parameters
Type Name Description
System.Byte[] nal
System.Boolean isLast

Properties

| Improve this Doc View Source

IsLast

Declaration
public readonly bool IsLast { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

NAL

Declaration
public readonly byte[] NAL { get; }
Property Value
Type Description
System.Byte[]

Extension Methods

JSONWriter.ToJson(Object)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX