mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-05-31 10:13:43 +00:00
updated documentation
This commit is contained in:
@@ -922,7 +922,11 @@ Provide an optional `startTime` and/or `endTime` for the video. Value is in mill
|
|||||||
|
|
||||||
Example
|
Example
|
||||||
```
|
```
|
||||||
source={{ startTime: 36012, endTime: 48500 }}
|
source={{ uri: 'https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8', startTime: 36012, endTime: 48500 }}
|
||||||
|
|
||||||
|
source={{ uri: 'https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8', startTime: 36012 }}
|
||||||
|
|
||||||
|
source={{ uri: 'https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8', endTime: 48500 }}
|
||||||
```
|
```
|
||||||
|
|
||||||
Platforms: iOS, Android
|
Platforms: iOS, Android
|
||||||
|
|||||||
Reference in New Issue
Block a user