Click or drag to resize
TimeInterval Constructor (Double, Double)
Constructor.

Namespace: StreamCoders
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public TimeInterval(
	double startTimeInSeconds,
	double endTimeInSeconds
)

Parameters

startTimeInSeconds
Type: SystemDouble
The start time in seconds.
endTimeInSeconds
Type: SystemDouble
The end time in seconds.
See Also