Click or drag to resize
H264AccessUnitToolExpandStorageAccessUnit Method (MediaBufferByte)
Expands AVC access units to StartCode + NAL.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public MediaBuffer<byte> ExpandStorageAccessUnit(
	MediaBuffer<byte> input
)

Parameters

input
Type: StreamCodersMediaBufferByte
Data containing access units.

Return Value

Type: MediaBufferByte
Returns NALs, otherwise null.
See Also