Information about a range of time within the current stream that is valid to seek to by calling Seek.
- See also
- CYIAbstractVideoPlayer::GetLiveSeekableRanges
-
CYIAbstractVideoPlayer::Seek(uint64_t)
#include <player/YiAbstractVideoPlayer.h>
◆ SeekableRange()
CYIAbstractVideoPlayer::SeekableRange::SeekableRange |
( |
uint64_t |
startTimeMs, |
|
|
uint64_t |
endTimeMs |
|
) |
| |
|
inline |
Creates a SeekableRange object with the start time startTimeMsIn and end time endTimeMsIn.
◆ endTimeMs
uint64_t CYIAbstractVideoPlayer::SeekableRange::endTimeMs |
The end time of the seekable time range in milliseconds.
◆ startTimeMs
uint64_t CYIAbstractVideoPlayer::SeekableRange::startTimeMs |
The start time of the seekable time range in milliseconds.
The documentation for this struct was generated from the following file: