Click or drag to resize
MatroskaSegmentInit Method
Creates a segment given "Segment tracks" Element. Creates SegmentInfo Element with information passed by Configuration.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public ElementBase Init(
	List<TrackAggregate> tracks
)

Parameters

tracks
Type: System.Collections.GenericListTrackAggregate
The segment tracks.

Return Value

Type: ElementBase
The new segment.
See Also