Click or drag to resize
AacAccessUnitToolExpandAu Method
Expands an AU to a list of AAC partial frames.

Namespace: StreamCoders.Encoder
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<MediaBuffer<byte>> ExpandAu(
	MediaBuffer<byte> buffer,
	int aacConstantFrameSize
)

Parameters

buffer
Type: StreamCodersMediaBufferByte
Buffer containing AUs. To expand correctly, the MediaBuffer needs to contain the correct StartTime and EndTime.
aacConstantFrameSize
Type: SystemInt32
Constant AAC frame size (1024 or 960)

Return Value

Type: ListMediaBufferByte
Returns a list of AAC partial frames.
See Also