Click or drag to resize
AACTransformTransformAdtsToRaw Method
Transforms single or multiple ADTS frames into a list of raw AAC frames.

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

Parameters

adtsFrames
Type: StreamCodersOffsetBufferByte
The adts frames.

Return Value

Type: ListOffsetBufferByte
A list of raw AAC frames
Remarks
Note that this method is not thread safe as it temporarily modifies the input buffer.
See Also