RangeCreate Method (Double, Double) |
Create a range header on a closed interval.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public static Range Create(
double from,
double to
)
Public Shared Function Create (
from As Double,
to As Double
) As Range
public:
static Range^ Create(
double from,
double to
)
static member Create :
from : float *
to : float -> Range
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