HomeSort by relevance Sort by last modified time
    Searched full:createsubtitleformat (Results 1 - 8 of 8) sorted by null

  /frameworks/base/docs/html/sdk/api_diff/19/changes/
android.media.MediaFormat.html 87 <nobr><code>MediaFormat</code>&nbsp;<A HREF="../../../../reference/android/media/MediaFormat.html#createSubtitleFormat(java.lang.String, java.lang.String)" target="_top"><code>createSubtitleFormat</code></A>(<code>String,</nobr> String<nobr><nobr></code>)</nobr>
alldiffs_index_additions.html     [all...]
methods_index_additions.html 216 <nobr><A HREF="android.media.MediaFormat.html#android.media.MediaFormat.createSubtitleFormat_added(java.lang.String, java.lang.String)" class="hiddenlink" target="rightframe"><b>createSubtitleFormat</b>
    [all...]
methods_index_all.html 268 <nobr><A HREF="android.media.MediaFormat.html#android.media.MediaFormat.createSubtitleFormat_added(java.lang.String, java.lang.String)" class="hiddenlink" target="rightframe"><b>createSubtitleFormat</b>
    [all...]
alldiffs_index_all.html     [all...]
  /frameworks/base/docs/html/about/versions/
android-4.4.jd 338 <p>You can also provide {@link android.widget.VideoView} with your WebVTT subtitle tracks using the {@link android.widget.VideoView#addSubtitleSource addSubtitleSource()} method. This method accepts an {@link java.io.InputStream} that carries the subtitle data and a {@link android.media.MediaFormat} object that specifies the format for the subtitle data, which you can specify using {@link android.media.MediaFormat#createSubtitleFormat createSubtitleFormat()}. These subtitles also appear over the video according to the user's preferences. </p>
    [all...]
  /frameworks/base/media/java/android/media/
MediaFormat.java 664 public static final MediaFormat createSubtitleFormat(
MediaPlayer.java     [all...]

Completed in 610 milliseconds