Home | History | Annotate | Download | only in provider

Lines Matching refs:Video

145      * The name of the Intent action used to launch a camera in video mode.
165 * capture an video and return it.
167 * The caller may pass in an extra EXTRA_VIDEO_QUALITY to control the video quality.
170 * where the video is written. If EXTRA_OUTPUT is not present the video will be
178 * The name of the Intent-extra used to control the quality of a recorded video. This is an
196 * store the requested image or video.
259 * This class is used internally by Images.Thumbnails and Video.Thumbnails, it's not intended
299 * @param origId original image or video id. use -1 to cancel all requests.
324 * @param origId original image or video id
377 // This happens when original image/video
449 * Whether the video should be published as public or private
1549 public static final class Video {
1563 * The duration of the video file, in ms
1569 * The artist who created the video file, if any
1575 * The album the video file is from, if any
1581 * The resolution of the video file, formatted as "XxY"
1587 * The description of the video recording
1593 * Whether the video should be published as public or private
1599 * The user-added tags associated with a video
1605 * The YouTube category of the video
1611 * The language of the video
1642 * The bucket id of the video. This is a read-only property that
1649 * The bucket display name of the video. This is a read-only property that
1656 * The bookmark for the video. Time in ms. Represents the location in the video that the
1657 * video
1658 * out of the range 0..DURATION-1 then the video should start playing from the
1667 * Get the content:// style URI for the video media table on the
1671 * @return the URI to the video media table on the given volume
1675 "/video/media");
1694 public static final String CONTENT_TYPE = "vnd.android.cursor.dir/video";
1715 * @param origId original video id
1764 * @param origId original video id
1780 "/video/thumbnails");
1809 * <P>Type: INTEGER (ID from Video table)</P>