Transformer: remove SpeedProvider interface from Javadoc

#minor-release

PiperOrigin-RevId: 356221487
This commit is contained in:
kimvde 2021-02-08 10:34:55 +00:00 committed by Oliver Woodman
parent b1000940ea
commit a08514315f

View file

@ -16,7 +16,7 @@
package com.google.android.exoplayer2.transformer;
/** A custom interface that determines the speed for media at specific timestamps. */
public interface SpeedProvider {
/* package */ interface SpeedProvider {
/**
* Provides the speed that the media should be played at, based on the timeUs.