Click or drag to resize
Mp4TrackSeekToTimePosition Method
Seeks track to new position or nearest position. If a sync sample box (STSS) is present, this function will seek to the nearest key frame, which in some circumstances can be a signficant distance from the desired position.

Namespace: StreamCoders.Container.MP4
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public double SeekToTimePosition(
	double position
)

Parameters

position
Type: SystemDouble
Desired position.

Return Value

Type: Double
Returns the actual position in stream.
See Also