Click or drag to resize
AVIReaderPosition Property
Get/Set the current position within a file in time Units.

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

Property Value

Type: TimeSpan
The current position.

Implements

IReaderPosition
See Also