iOS playback range

This commit is contained in:
Yavor Ivanov
2023-02-06 21:43:14 +02:00
parent dc8c618d41
commit 7da44c238f
3 changed files with 18 additions and 0 deletions
+2
View File
@@ -342,6 +342,8 @@ export default class Video extends Component {
mainVer: source.mainVer || 0,
patchVer: source.patchVer || 0,
requestHeaders: source.headers ? this.stringsOnlyObject(source.headers) : {},
startTime: source.startTime,
endTime: source.endTime
},
onVideoLoadStart: this._onLoadStart,
onVideoPlaybackStateChanged: this._onPlaybackStateChanged,