OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:addsubtitlesource
(Results
1 - 8
of
8
) sorted by null
/frameworks/base/docs/html/sdk/api_diff/19/changes/
android.widget.VideoView.html
87
<nobr><code>void</code> <A HREF="../../../../reference/android/widget/VideoView.html#
addSubtitleSource
(java.io.InputStream, android.media.MediaFormat)" target="_top"><code>
addSubtitleSource
</code></A>(<code>InputStream,</nobr> MediaFormat<nobr><nobr></code>)</nobr>
alldiffs_index_additions.html
173
<!-- Method
addSubtitleSource
-->
174
<nobr><A HREF="android.widget.VideoView.html#android.widget.VideoView.addSubtitleSource_added(java.io.InputStream, android.media.MediaFormat)" class="hiddenlink" target="rightframe"><b>
addSubtitleSource
</b>
[
all
...]
methods_index_additions.html
89
<nobr><A HREF="android.widget.VideoView.html#android.widget.VideoView.addSubtitleSource_added(java.io.InputStream, android.media.MediaFormat)" class="hiddenlink" target="rightframe"><b>
addSubtitleSource
</b>
[
all
...]
methods_index_all.html
93
<nobr><A HREF="android.widget.VideoView.html#android.widget.VideoView.addSubtitleSource_added(java.io.InputStream, android.media.MediaFormat)" class="hiddenlink" target="rightframe"><b>
addSubtitleSource
</b>
[
all
...]
alldiffs_index_all.html
195
<!-- Method
addSubtitleSource
-->
196
<nobr><A HREF="android.widget.VideoView.html#android.widget.VideoView.addSubtitleSource_added(java.io.InputStream, android.media.MediaFormat)" class="hiddenlink" target="rightframe"><b>
addSubtitleSource
</b>
[
all
...]
/frameworks/base/core/java/android/widget/
VideoView.java
64
* {@link #
addSubtitleSource
addSubtitleSource
()}. Applications should
270
public void
addSubtitleSource
(InputStream is, MediaFormat format) {
275
mMediaPlayer.
addSubtitleSource
(is, format);
339
mMediaPlayer.
addSubtitleSource
(pending.first, pending.second);
[
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/
MediaPlayer.java
[
all
...]
Completed in 106 milliseconds