Click or drag to resize
H264AccessUnitToolExpandStorageAccessUnit Method (Stream)
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 Stream ExpandStorageAccessUnit(
	Stream input
)

Parameters

input
Type: System.IOStream
Data containing access units.

Return Value

Type: Stream
Returns NALs, otherwise null when the LengthSizeMinusOne value is greater than the inputStream.Length.
See Also