Click or drag to resize
Mp4ReaderPosition Property
Returns current time offset or adjusts position in stream to nearest valid time offset (smaller or equal to the value passed).

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 position.

Implements

IReaderPosition
Remarks
If an audio trackInfo is present, the position will reflect only that of the audio trackInfo.
See Also