Click or drag to resize
ElementSimpleBlockAddSample Method

Namespace: StreamCoders.Container.Elements
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override void AddSample(
	MatroskaWriterConfiguration configuration,
	long trackNumber,
	MediaBuffer<byte> buffer,
	long timeCodeScale,
	long segmentTimeCode,
	long clusterTimeCode
)

Parameters

configuration
Type: StreamCoders.ContainerMatroskaWriterConfiguration
trackNumber
Type: SystemInt64
buffer
Type: StreamCodersMediaBufferByte
timeCodeScale
Type: SystemInt64
segmentTimeCode
Type: SystemInt64
clusterTimeCode
Type: SystemInt64
See Also