Home
last modified time | relevance | path

Searched refs:track (Results 1 – 6 of 6) sorted by relevance

/developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/
Dsample.js46 stream.getTracks().forEach(function (track) { argument
47 track.stop();
/developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/
Dsample.js46 stream.getTracks().forEach(function (track) { argument
47 track.stop();
/developers/build/prebuilts/gradle/BasicMediaDecoder/
DREADME.md25 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/
DREADME.md25 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/
DREADME.md5 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/
DREADME.md5 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