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

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

Parameters

payload
Type: StreamCodersMediaBufferByte
nalType
Type: StreamCoders.DecoderHevcNalType
See Also