Lines Matching refs:video
3 …UI of an application allows the application to access the latest image or video in the user direct…
31 Allows the application to access the latest image or video in the user directory without the media…
41 …ions) | No | Configuration of the latest image or video.<br>**Atomic servi…
42 …k) | No | Callback used to return the query result of the latest image or video.<br>**Atomic servi…
43 …back) | Yes | Callback to be invoked when the latest image or video is selected.<br>**…
44 …3) | No | Callback used to return information about the latest image or video obtained.<br>**Ato…
48 Represents the configuration of the latest image or video.
56 …image or video, in seconds. The maximum value is **86400** seconds (one day), which is also the de…
58 … | No | Source of the latest image or video, for example, photo or video take…
62 Represents information about the latest image or video.
70 | dateTaken | number | No | Time when the latest image or video is taken, in ms. The value is th…
71 … of the name of the latest image or video, which is used to help the application determine whether…
77 Called to return the query result of the latest image or video.
87 | recentPhotoExists | boolean | Yes| Whether the latest image or video exists.|
93 Called when the latest image or video is selected.
103 …hos-file-PhotoPickerComponent.md#baseiteminfo) | Yes| Information about the latest image or video.|
109 | boolean | Processing result of the latest image or video.|
115 Called to return whether the latest image or video exists and the information about it.
125 …otoExists | boolean | Yes| Whether the latest image or video exists.|
126 … | [RecentPhotoInfo](#recentphotoinfo13) | Yes| Information about the latest image or video. |
130 Enumerates the sources of the image or video data.
139 | CAMERA | 1 | Photo or video taken by the camera.|
140 | SCREENSHOT | 2 | Screenshot or screen capture video.|
171 // Photo or video that meets the search criteria exists.
178 // Return the photo or video.
187 …// Check whether a photo or video that meets the conditions exists. If yes, obtain information abo…