Click or drag to resize
H264TransformExtractNals 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<H264NalUnit> ExtractNals(
	OffsetBuffer<byte> buffer
)

Parameters

buffer
Type: StreamCodersOffsetBufferByte

Return Value

Type: ListH264NalUnit
The extracted nals.
See Also