Skip to content

Commit 87472eb

Browse files
VEX-7213: Update readme to include missing props (#32)
1 parent c193fe8 commit 87472eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,7 @@ var styles = StyleSheet.create({
278278
* [automaticallyWaitsToMinimizeStalling](#automaticallyWaitsToMinimizeStalling)
279279
* [backBufferDurationMs](#backBufferDurationMs)
280280
* [bufferConfig](#bufferconfig)
281+
* [contentStartTime](#contentStartTime)
281282
* [controls](#controls)
282283
* [currentPlaybackTime](#currentPlaybackTime)
283284
* [disableFocus](#disableFocus)
@@ -412,11 +413,14 @@ Platforms: Android ExoPlayer, iOS
412413

413414
#### controls
414415
Determines whether to show player controls.
415-
* ** false (default)** - Don't show player controls
416+
* **false (default)** - Don't show player controls
416417
* **true** - Show player controls
417418

418419
Note on iOS, controls are always shown when in fullscreen mode.
419420

421+
### contentStartTime
422+
The start time in ms for SSAI content. This determines at what time to load the video info like resolutions. Use this only when you have SSAI stream where ads resolution is not the same as content resolution.
423+
420424
For Android MediaPlayer, you will need to build your own controls or use a package like [react-native-video-controls](https://github.com/itsnubix/react-native-video-controls) or [react-native-video-player](https://github.com/cornedor/react-native-video-player).
421425

422426
Note on Android ExoPlayer, native controls are available by default. If needed, you can also add your controls or use a package like [react-native-video-controls].

0 commit comments

Comments
 (0)