Click or drag to resize
Mp4TrackCreateTrack Method
Creates a track based on the information passed by TrackInfo.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public TrackBox CreateTrack(
	TrackInfo trackinfo,
	MP4WriterConfiguration configuration
)

Parameters

trackinfo
Type: StreamCodersTrackInfo
configuration
Type: StreamCoders.Container.MP4MP4WriterConfiguration
The configuration of the streamWriter.

Return Value

Type: TrackBox
Returns a new instance of a track.
See Also