Click or drag to resize
MatroskaWriterEndTrack Method
Finalizes a track in the container.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void EndTrack(
	TrackInfo track
)

Parameters

track
Type: StreamCodersTrackInfo
The track to finalize.

Implements

IWriterEndTrack(TrackInfo)
See Also

Reference

IWriter.EndTrack(TrackInfo)