Click or drag to resize
Mp4Chunk Constructor
Initializes a new instance of the Mp4Chunk class

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public Mp4Chunk(
	TrackBox trak,
	uint sampleEntryDescriptionIndex,
	MP4WriterConfiguration writerConfiguration
)

Parameters

trak
Type: StreamCoders.Container.MP4TrackBox
sampleEntryDescriptionIndex
Type: SystemUInt32
writerConfiguration
Type: StreamCoders.Container.MP4MP4WriterConfiguration
See Also