Click or drag to resize
RangeCreate Method (Double, Double)
Create a range header on a closed interval.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static Range Create(
	double from,
	double to
)

Parameters

from
Type: SystemDouble
From point in time.
to
Type: SystemDouble
To point in time. If 0.0 the range is set as [From;INF[ (live-streams)

Return Value

Type: Range
The newly created range header.
See Also