Lines Matching refs:Video
1 # Video Playback (Video)
4 …Video** component is used to play a video and control its playback. It is usually used in video pl…
7 ## Creating a Video Component
9 You can create a **Video** component by calling the following API:
11 Video(value: VideoOptions)
13 …he video controller . For details about how to load a video, see [Loading Video](#loading-video). …
16 ## Loading Video
18 The **Video** component supports both local and online videos.
21 ### Loading a Local Video
39 Video({
50 - Video provided by a [DataAbility](../application-models/dataability-overview.md), whose path cont…
60 Video({
70 ### Loading a Video in the Application Sandbox
82 Video({
92 ### Loading an Online Video
105 Video({
118 …nce/apis-arkui/arkui-ts/ts-media-components-video.md#attributes) of the **Video** component to con…
128 Video({
144 …The **Video** component supports various callback events in addition to the universal events. For …
155 Video({
161 console.info("Video update.");
164 console.info("Video prepared.");
167 console.info("Video error.");
170 console.info("Video stoped.");
178 ## Using the Video Controller
196 Video({
231 Video({
272 The **Video** component has encapsulated the basic capabilities of video playback. You do not need …