Click or drag to resize
Mp4TrackReadConfigurationInfo Method
Reads configuration information from the current buffer. If decoder configuration data is found it will automatically be added to the corresponding decoder specfic configuration.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public List<MediaBuffer<byte>> ReadConfigurationInfo(
	MediaBuffer<byte> buffer
)

Parameters

buffer
Type: StreamCodersMediaBufferByte
The Buffer to analyse.

Return Value

Type: ListMediaBufferByte
The configuration information.
Remarks
Currently handled are configurations for MPEG4V, AVC & AAC.
See Also