diff --git a/src/streaming/MediaPlayer.js b/src/streaming/MediaPlayer.js index d60219305b..8c0d2e6489 100644 --- a/src/streaming/MediaPlayer.js +++ b/src/streaming/MediaPlayer.js @@ -977,6 +977,10 @@ function MediaPlayer() { return t } + /** + * Returns information about the current DVR window including the start time, the end time, the window size. + * @returns {{startAsUtc: (*|number), size: number, endAsUtc: (*|number), start, end}|{}} + */ function getDvrWindow() { if (!playbackInitialized) { throw PLAYBACK_NOT_INITIALIZED_ERROR;