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

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public Mp4FragmentWriter(
	TrackInfo track,
	MediaHeaderBox mdhd,
	MP4WriterConfiguration writerConfiguration
)

Parameters

track
Type: StreamCodersTrackInfo
mdhd
Type: StreamCoders.Container.MP4MediaHeaderBox
writerConfiguration
Type: StreamCoders.Container.MP4MP4WriterConfiguration
See Also