Commit a0851431 by kimvde Committed by Oliver Woodman

Transformer: remove SpeedProvider interface from Javadoc

#minor-release

PiperOrigin-RevId: 356221487
parent b1000940
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
package com.google.android.exoplayer2.transformer; package com.google.android.exoplayer2.transformer;
/** A custom interface that determines the speed for media at specific timestamps. */ /** 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. * Provides the speed that the media should be played at, based on the timeUs.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment