Lines Matching refs:video
1 # video chapter
8 The **\<video>** component provides a video player.
22 | muted | boolean | false | No | Whether the video is muted. |
23 | src | string | - | No | Path of the video content to play. …
24 | autoplay | boolean | false | No | Whether the video is played automatically after being rendere…
25 | controls | boolean | true | No | Whether the control bar is displayed during video playback. I…
34 …ed a value, the setting of this style will affect the scaling type of the video poster. For detail…
49 …| { duration: value }<sup>5+</sup> | Triggered when the video preparation is complete. The video d…
50 | start | - | Triggered when the video is played. …
51 | pause | - | Triggered when the video playback is paus…
52 | finish | - | Triggered when the video playback is fini…
53 | error | - | Triggered when the video playback fails. …
65 | start | - | Starts playing a video. |
66 | pause | - | Pauses a video. |
67 | setCurrentTime | { currenttime: value } | Sets the video playback position, in seconds.|
78 <video id='videoId' src='/common/myDeram.mp4' muted='false' autoplay='false'
85 </video>