Lines Matching refs:video
4 …video and control its playback. It is usually used in video players and video list pages within ap…
13 …video source, **currentProgressRate** indicates the video playback speed, **previewUri** indicates…
23 - Common local video
25 …To load a local video, specify the corresponding video file in the local **rawfile** directory, as…
29 Use **$rawfile()** to reference the video resource.
50 …path contains the **dataability://** prefix<br>Ensure that the corresponding video resource exists.
57 … private videoSrc: string = 'dataability://device_id/com.domainname.dataability.videodata/video/10'
72 To load a video in the application sandbox, use a string with the **file:///data/storage** prefix. …
94 …are-permissions.md). In this scenario, the **src** attribute indicates the URL of the online video.
102 …ng= 'https://www.example.com/example.mp4' // Replace the URL with that of the actual video to load.
118 …video.md#attributes) of the **Video** component to control video playback. For example, you can se…
131 .muted(false) // Set whether to mute the video.
132 .controls(false) // Set whether to display the video playback control bar.
134 .loop(false) // Set whether to repeat the video.
135 .objectFit(ImageFit.Contain) // Set the video scale type.
144 …s. For details, see [Events](../reference/apis-arkui/arkui-ts/ts-media-components-video.md#events).
163 .onPrepared((event) => { // Triggered when video preparation is complete.
166 .onError(() => { // Triggered when the video playback fails.
180 The video controller is used to control video playback. For details, see [VideoController](../refer…
184 …asic features: start playback, pause playback, set the video playback position, and play the video…
272 …video playback. You do not need to create video instances or set and obtain video information. Sim…