MatroskaSegmentInit Method |
Creates a segment given "Segment tracks" Element.
Creates SegmentInfo Element with information passed by Configuration.
Namespace: StreamCoders.ContainerAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic ElementBase Init(
List<TrackAggregate> tracks
)
Public Function Init (
tracks As List(Of TrackAggregate)
) As ElementBase
public:
ElementBase^ Init(
List<TrackAggregate^>^ tracks
)
member Init :
tracks : List<TrackAggregate> -> ElementBase
Parameters
- tracks
- Type: System.Collections.GenericListTrackAggregate
The segment tracks.
Return Value
Type:
ElementBase
The new segment.
See Also