Click or drag to resize
MatroskaSegment Constructor
Initializes a new instance of the MatroskaSegment class

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public MatroskaSegment(
	MatroskaWriterConfiguration configuration,
	long segmentTimeCode,
	MatroskaSegment previousSegment = null
)

Parameters

configuration
Type: StreamCoders.ContainerMatroskaWriterConfiguration
segmentTimeCode
Type: SystemInt64
previousSegment (Optional)
Type: StreamCoders.ContainerMatroskaSegment
See Also