Click or drag to resize
H265TransformExtractNals Method
Extracts the NALs from an buffer (stripping start codes).

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<H265NalUnit> ExtractNals(
	OffsetBuffer<byte> inputBuffer
)

Parameters

inputBuffer
Type: StreamCodersOffsetBufferByte
The Buffer containing NALs.

Return Value

Type: ListH265NalUnit
The extracted nals.
See Also