HomeSort by relevance Sort by last modified time
    Searched full:mediaplayer (Results 276 - 300 of 360) sorted by null

<<1112131415

  /frameworks/base/docs/html/sdk/api_diff/21/changes/
methods_index_additions.html 264 &nbsp;&nbsp;<nobr><A HREF="android.media.MediaPlayer.html#android.media.MediaPlayer.create_added(android.content.Context, android.net.Uri, android.view.SurfaceHolder, android.media.AudioAttributes, int)" class="hiddenlink" target="rightframe">type&nbsp;<b>
265 (<code>Context, Uri, SurfaceHolder, AudioAttributes, int</code>)</b>&nbsp;in&nbsp;android.media.MediaPlayer
267 &nbsp;&nbsp;<nobr><A HREF="android.media.MediaPlayer.html#android.media.MediaPlayer.create_added(android.content.Context, int, android.media.AudioAttributes, int)" class="hiddenlink" target="rightframe">type&nbsp;<b>
268 (<code>Context, int, AudioAttributes, int</code>)</b>&nbsp;in&nbsp;android.media.MediaPlayer
    [all...]
classes_index_changes.html     [all...]
jdiff_statistics.html     [all...]
alldiffs_index_changes.html     [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaCodecCapabilitiesTest.java 35 import android.media.MediaPlayer;
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 75 * {@link android.media.MediaPlayer})
    [all...]
  /developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
MusicService.java 75 * {@link android.media.MediaPlayer})
    [all...]
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
MusicService.java 75 * {@link android.media.MediaPlayer})
    [all...]
  /frameworks/base/docs/html/guide/
_book.yaml 321 path: /guide/topics/media/mediaplayer.html
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
classes_index_all.html 534 <A HREF="android.media.MediaPlayer.html" class="hiddenlink" target="rightframe">MediaPlayer</A><br>
535 <A HREF="android.media.MediaPlayer.TrackInfo.html" class="hiddenlink" target="rightframe">MediaPlayer.TrackInfo</A><br>
    [all...]
classes_index_changes.html 504 <A HREF="android.media.MediaPlayer.html" class="hiddenlink" target="rightframe">MediaPlayer</A><br>
505 <A HREF="android.media.MediaPlayer.TrackInfo.html" class="hiddenlink" target="rightframe">MediaPlayer.TrackInfo</A><br>
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/23/changes/
classes_index_changes.html 483 <A HREF="android.media.MediaPlayer.html" class="hiddenlink" target="rightframe">MediaPlayer</A><br>
484 <A HREF="android.media.MediaPlayer.TrackInfo.html" class="hiddenlink" target="rightframe">MediaPlayer.TrackInfo</A><br>
    [all...]
alldiffs_index_changes.html     [all...]
  /frameworks/base/media/java/android/media/
Metadata.java 204 // Shorthands to set the MediaPlayer's metadata filter.
RingtoneManager.java 609 * {@link Ringtone}, it will re-create the {@link MediaPlayer}. This is just
SoundPool.java 47 * SoundPool library uses the MediaPlayer service to decode the audio
Cea708CaptionRenderer.java 71 return MediaPlayer.MEDIA_MIMETYPE_TEXT_CEA_708.equals(mimeType);
79 if (MediaPlayer.MEDIA_MIMETYPE_TEXT_CEA_708.equals(mimeType)) {
    [all...]
  /frameworks/base/media/jni/soundpool/
SoundPool.cpp 28 #include <media/mediaplayer.h>
    [all...]
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaBrowserServiceSupport.java 78 * {@link android.media.MediaPlayer})
    [all...]
  /frameworks/wilhelm/tests/sandbox/
xaplay.c 17 // OpenMAX AL MediaPlayer command-line player
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 835 * Called when MediaPlayer encounters an error.
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp 444 // Java MediaPlayer only uses mimetype for subtitle and timedtext tracks.
    [all...]
  /frameworks/base/docs/html/about/versions/
android-4.4.jd 297 <p>The new {@link android.media.ImageReader} API provides you direct access to image buffers as they are rendered into a {@link android.view.Surface}. You can acquire an {@link android.media.ImageReader} with the static method {@link android.media.ImageReader#newInstance newInstance()}. Then call {@link android.media.ImageReader#getSurface()} to create a new {@link android.view.Surface} and deliver your image data with a producer such as {@link android.media.MediaPlayer} or {@link android.media.MediaCodec}. To be notified when new images are available from the surface, implement the {@link android.media.ImageReader.OnImageAvailableListener} interface and register it with {@link android.media.ImageReader#setOnImageAvailableListener setOnImageAvailableListener()}.</p>
309 <p>The {@link android.media.audiofx.LoudnessEnhancer} is a new subclass of {@link android.media.audiofx.AudioEffect} that allows you to increase the audible volume of your {@link android.media.MediaPlayer} or {@link android.media.AudioTrack}. This can be especially useful in conjunction with the new {@link android.media.audiofx.Visualizer#getMeasurementPeakRms getMeasurementPeakRms()} method mentioned above, in order to increase the volume of spoken audio tracks while other media is currently playing.</p>
    [all...]
  /ndk/docs/Additional_library_docs/opensles/
index.html 30 <li><a href="http://developer.android.com/reference/android/media/MediaPlayer.html">
31 android.media.MediaPlayer</a>
    [all...]

Completed in 4259 milliseconds

<<1112131415