IMFMediaTimeRange::AddRange method
Adds a new range to the list of time ranges.
Syntax
HRESULT AddRange( [in] double startTime, [in] double endTime );
Parameters
- startTime [in]
-
The start time, in seconds.
- endTime [in]
-
The end time, in seconds.
Return value
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Remarks
If the new range intersects a range already in the list, the two ranges are combined. Otherwise, the new range is added to the list.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps | Windows Store apps] |
|
Header |
|
See also
Show: