/developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/ |
D | sample.js | 25 var video = document.querySelector('#video'), 36 navigator.getUserMedia({ video: true }, function (s) { property 38 video.src = window.URL.createObjectURL(stream);
|
D | sample.css | 32 video { selector
|
/developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/ |
D | sample.js | 25 var video = document.querySelector('#video'), 36 navigator.getUserMedia({ video: true }, function (s) { property 38 video.src = window.URL.createObjectURL(stream);
|
D | sample.css | 32 video { selector
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/ |
D | VideoProvider.java | 124 JSONObject video = videos.getJSONObject(j); in buildMedia() local 125 String description = video.getString(TAG_DESCRIPTION); in buildMedia() 126 JSONArray videoUrls = video.getJSONArray(TAG_SOURCES); in buildMedia() 130 title = video.getString(TAG_TITLE); in buildMedia() 133 video.getString(TAG_BACKGROUND)); in buildMedia() 135 video.getString(TAG_CARD_THUMB)); in buildMedia() 136 studio = video.getString(TAG_STUDIO); in buildMedia()
|
/developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/ |
D | VideoProvider.java | 94 JSONObject video = videos.getJSONObject(j); in buildMedia() local 95 String description = video.getString(TAG_DESCRIPTION); in buildMedia() 96 JSONArray videoUrls = video.getJSONArray(TAG_SOURCES); in buildMedia() 100 title = video.getString(TAG_TITLE); in buildMedia() 103 video.getString(TAG_BACKGROUND)); in buildMedia() 105 video.getString(TAG_CARD_THUMB)); in buildMedia() 106 studio = video.getString(TAG_STUDIO); in buildMedia()
|
/developers/samples/android/media/BasicMediaDecoder/ |
D | README.md | 5 This sample shows how to use the MediaCoder to decode a video, 21 3. To start video playback, call `setDataSource(this, videoUri, null)` on your MediaExtractor insta… 22 where `videoUri` is the URI of your video source. 24 They may not all be video tracks. Deselect all tracks by calling `unselectTrack(i)` where `i` is 28 If the mime type contains "video/", then this is a video track so you can select it, using `selectT… 64 …-launch.png" height="400" alt="Screenshot"/> <img src="screenshots/2-play-video.png" height="400" …
|
/developers/build/prebuilts/gradle/BasicMediaDecoder/ |
D | README.md | 5 This sample shows how to use the MediaCoder to decode a video, 21 3. To start video playback, call `setDataSource(this, videoUri, null)` on your MediaExtractor insta… 22 where `videoUri` is the URI of your video source. 24 They may not all be video tracks. Deselect all tracks by calling `unselectTrack(i)` where `i` is 28 If the mime type contains "video/", then this is a video track so you can select it, using `selectT… 64 …-launch.png" height="400" alt="Screenshot"/> <img src="screenshots/2-play-video.png" height="400" …
|
/developers/samples/android/media/PictureInPicture/kotlinApp/ |
D | README.md | 5 The sample plays a video. The video keeps on playing when the app is turned in to 7 pause or resume the video. 13 special type of [multi-window][2] mode mostly used for video playback. 17 handler. Instead, you should pause video in [onStop()][4]. For more information, see [Multi-Window
|
/developers/build/prebuilts/gradle/PictureInPicture/ |
D | README.md | 6 The sample plays a video. The video keeps on playing when the app is turned in to 8 pause or resume the video. 14 special type of [multi-window][2] mode mostly used for video playback. 18 handler. Instead, you should pause video in [onStop()][4]. For more information, see [Multi-Window
|
/developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/ |
D | README.md | 5 The sample plays a video. The video keeps on playing when the app is turned in to 7 pause or resume the video. 13 special type of [multi-window][2] mode mostly used for video playback. 17 handler. Instead, you should pause video in [onStop()][4]. For more information, see [Multi-Window
|
/developers/build/prebuilts/gradle/Camera2Video/ |
D | README.md | 5 This sample shows how to record video using the new Camera2 API in Android Lollipop. 11 and [CameraCaptureSession][2] to record video. It also uses a custom [TextureView][3] to render the… 25 4. When starting the preview, set up the MediaRecorder to accept video format.
|
/developers/build/prebuilts/gradle/Camera2Video/kotlinApp/ |
D | README.md | 5 This sample shows how to record video using the new Camera2 API in Android Lollipop. 11 and [CameraCaptureSession][2] to record video. It also uses a custom [TextureView][3] to render the… 25 4. When starting the preview, set up the MediaRecorder to accept video format.
|
/developers/samples/android/media/Camera2Video/ |
D | README.md | 5 This sample shows how to record video using the new Camera2 API in Android Lollipop. 11 and [CameraCaptureSession][2] to record video. It also uses a custom [TextureView][3] to render the… 25 4. When starting the preview, set up the MediaRecorder to accept video format.
|
/developers/samples/android/media/Camera2Video/kotlinApp/ |
D | README.md | 5 This sample shows how to record video using the new Camera2 API in Android Lollipop. 11 and [CameraCaptureSession][2] to record video. It also uses a custom [TextureView][3] to render the… 25 4. When starting the preview, set up the MediaRecorder to accept video format.
|
/developers/build/prebuilts/gradle/MediaEffects/ |
D | README.md | 13 loaded from disk, frames from the device's camera, or other video
|
/developers/build/prebuilts/androidtv/sample-inputs/ |
D | README.md | 7 * Simple TV input: 2 channels from local video files
|
/developers/build/prebuilts/gradle/MediaRecorder/ |
D | README.md | 17 The sample also shows how to save the captured audio and video to persistant storage
|
/developers/samples/android/media/MediaRecorder/ |
D | README.md | 17 The sample also shows how to save the captured audio and video to persistant storage
|
/developers/build/prebuilts/gradle/AppShortcuts/ |
D | README.md | 21 can create intents for sending a new text message, making a reservation, playing a video,
|
/developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/ |
D | Camera2VideoFragment.java | 284 mButtonVideo = (Button) view.findViewById(R.id.video); in onViewCreated() 310 case R.id.video: { in onClick()
|
/developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/ |
D | Camera2VideoFragment.java | 284 mButtonVideo = (Button) view.findViewById(R.id.video); in onViewCreated() 310 case R.id.video: { in onClick()
|