From dd4e50fca31fa92c2e09388fe9eef4270ece1b13 Mon Sep 17 00:00:00 2001 From: Yavor Ivanov Date: Mon, 13 Feb 2023 18:14:20 +0200 Subject: [PATCH] updated documentation --- API.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/API.md b/API.md index 1a012085..ff968f06 100644 --- a/API.md +++ b/API.md @@ -922,7 +922,11 @@ Provide an optional `startTime` and/or `endTime` for the video. Value is in mill 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