media/library/core
tonihei 8c0f22c99c Add missing @Nullable to MediaCodecAudioRenderer.getMediaClock
Without this @Nullable, potential subclasses can't  override the
method to return null if they don't want to use the renderer as a
media clock.

Issue:#6792
PiperOrigin-RevId: 286545736
2019-12-20 12:37:05 +00:00
..
src Add missing @Nullable to MediaCodecAudioRenderer.getMediaClock 2019-12-20 12:37:05 +00:00
build.gradle Remove some direct test dependencies from core's build.gradle 2019-12-18 18:50:12 +00:00
proguard-rules.txt Fix keep rule for VideoDecoderOutputBuffer 2019-12-18 18:53:32 +00:00
README.md Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00

ExoPlayer core library module

The core of the ExoPlayer library.

  • Javadoc: Note that this Javadoc is combined with that of other modules.