Click or drag to resize
MatroskaReaderPosition Property
Gets or sets the position in the container in seconds.

Namespace: StreamCoders.Container
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public TimeSpan Position { get; set; }

Property Value

Type: TimeSpan
The new position in seconds.

Implements

IReaderPosition
Remarks
Setting a position will only work if the file contains cues. Therefore not every requested position maps, but rather depends on the nearest cue-point.
See Also