Update doc for web
This commit is contained in:
parent
491ed77a32
commit
29cf7c97c3
BIN
docs/bun.lockb
BIN
docs/bun.lockb
Binary file not shown.
@ -219,6 +219,9 @@ Payload: none
|
|||||||
|
|
||||||
Callback function that is called when the media is loaded and ready to play.
|
Callback function that is called when the media is loaded and ready to play.
|
||||||
|
|
||||||
|
|
||||||
|
NOTE: tracks (`audioTracks`, `textTracks` & `videoTracks`) are not available on the web.
|
||||||
|
|
||||||
Payload:
|
Payload:
|
||||||
|
|
||||||
| Property | Type | Description |
|
| Property | Type | Description |
|
||||||
|
@ -643,6 +643,8 @@ The docs for this prop are incomplete and will be updated as each option is inve
|
|||||||
|
|
||||||
> ⚠️ on iOS, you file name must not contain spaces eg. `my video.mp4` will not work, use `my-video.mp4` instead
|
> ⚠️ on iOS, you file name must not contain spaces eg. `my video.mp4` will not work, use `my-video.mp4` instead
|
||||||
|
|
||||||
|
<PlatformsList types={['Android', 'iOS', 'visionOS', 'Windows UWP']} />
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
||||||
Pass directly the asset to play (deprecated)
|
Pass directly the asset to play (deprecated)
|
||||||
@ -756,7 +758,7 @@ Example:
|
|||||||
|
|
||||||
#### Start playback at a specific point in time
|
#### Start playback at a specific point in time
|
||||||
|
|
||||||
<PlatformsList types={['Android', 'iOS']} />
|
<PlatformsList types={['Android', 'iOS', 'web']} />
|
||||||
|
|
||||||
Provide an optional `startPosition` for video. Value is in milliseconds. If the `cropStart` prop is applied, it will be applied from that point forward.
|
Provide an optional `startPosition` for video. Value is in milliseconds. If the `cropStart` prop is applied, it will be applied from that point forward.
|
||||||
(If it is negative or undefined or null, it is ignored)
|
(If it is negative or undefined or null, it is ignored)
|
||||||
|
Loading…
Reference in New Issue
Block a user