Click or drag to resize
FlvReaderPosition Property
Gets or sets the position in the data stream.

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
Units are in seconds.
Setting the Position does not work for HTTP resources.

Implements

IReaderPosition
See Also