Click or drag to resize
H264NalUnit Constructor
Initializes a new instance of the H264NalUnit class

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public H264NalUnit(
	MediaBuffer<byte> payload,
	H264NalType nalType
)

Parameters

payload
Type: StreamCodersMediaBufferByte
nalType
Type: StreamCoders.Container.MP4H264NalType
See Also