Home
last modified time | relevance | path

Searched defs:addMediaSources (Results 1 – 8 of 8) sorted by relevance

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DExoPlayer.java490 void addMediaSources(List<MediaSource> mediaSources); in addMediaSources() method
498 void addMediaSources(int index, List<MediaSource> mediaSources); in addMediaSources() method
DExoPlayerImpl.java397 public void addMediaSources(List<MediaSource> mediaSources) { in addMediaSources() method in ExoPlayerImpl
402 public void addMediaSources(int index, List<MediaSource> mediaSources) { in addMediaSources() method in ExoPlayerImpl
DSimpleExoPlayer.java1420 public void addMediaSources(List<MediaSource> mediaSources) { in addMediaSources() method in SimpleExoPlayer
1426 public void addMediaSources(int index, List<MediaSource> mediaSources) { in addMediaSources() method in SimpleExoPlayer
DMediaSourceList.java115 public final Timeline addMediaSources( in addMediaSources() method in MediaSourceList
DExoPlayerImplInternal.java254 public void addMediaSources( in addMediaSources() method in ExoPlayerImplInternal
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/
DConcatenatingMediaSource.java218 public synchronized void addMediaSources(Collection<MediaSource> mediaSources) { in addMediaSources() method in ConcatenatingMediaSource
236 public synchronized void addMediaSources( in addMediaSources() method in ConcatenatingMediaSource
249 public synchronized void addMediaSources(int index, Collection<MediaSource> mediaSources) { in addMediaSources() method in ConcatenatingMediaSource
264 public synchronized void addMediaSources( in addMediaSources() method in ConcatenatingMediaSource
/external/exoplayer/tree/testutils/src/main/java/com/google/android/exoplayer2/testutil/
DStubExoPlayer.java237 public void addMediaSources(List<MediaSource> mediaSources) { in addMediaSources() method in StubExoPlayer
242 public void addMediaSources(int index, List<MediaSource> mediaSources) { in addMediaSources() method in StubExoPlayer
DActionSchedule.java374 public Builder addMediaSources(MediaSource... mediaSources) { in addMediaSources() method in ActionSchedule.Builder