Searched refs:track (Results 1 – 6 of 6) sorted by relevance
/developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/ |
D | sample.js | 46 stream.getTracks().forEach(function (track) { argument 47 track.stop();
|
/developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/ |
D | sample.js | 46 stream.getTracks().forEach(function (track) { argument 47 track.stop();
|
/developers/build/prebuilts/gradle/BasicMediaDecoder/ |
D | README.md | 25 the index of the track. 26 5. Get the mime type of a track by calling `getTrackFormat(i).getString(MediaFormat.KEY_MIME)` 27 on your MediaExtractor instance, where `i` is the index of your selected track. 28 If the mime type contains "video/", then this is a video track so you can select it, using `selectT… 35 9. In `onTimeUpdate`, check if the media track has reached the end of stream, using `getSampleFlags…
|
/developers/samples/android/media/BasicMediaDecoder/ |
D | README.md | 25 the index of the track. 26 5. Get the mime type of a track by calling `getTrackFormat(i).getString(MediaFormat.KEY_MIME)` 27 on your MediaExtractor instance, where `i` is the index of your selected track. 28 If the mime type contains "video/", then this is a video track so you can select it, using `selectT… 35 9. In `onTimeUpdate`, check if the media track has reached the end of stream, using `getSampleFlags…
|
/developers/samples/android/input/multitouch/BasicMultitouch/ |
D | README.md | 5 Sample demonstrates the use of [MotionEvent][1] properties to keep track of 13 This is an example of keeping track of individual touches across multiple
|
/developers/build/prebuilts/gradle/BasicMultitouch/ |
D | README.md | 5 Sample demonstrates the use of [MotionEvent][1] properties to keep track of 13 This is an example of keeping track of individual touches across multiple
|