Click or drag to resize
MatroskaSegmentSetNextSegment Method
Sets next/previous segment if multiple segments are used. The current segment will need information in order to correctly chain the segments together.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public void SetNextSegment(
	MatroskaSegment segment
)

Parameters

segment
Type: StreamCoders.ContainerMatroskaSegment
The segment.
See Also