Skip to content

Commit

Permalink
Transformer: remove SpeedProvider interface from Javadoc
Browse files Browse the repository at this point in the history
#minor-release

PiperOrigin-RevId: 356221487
  • Loading branch information
kim-vde authored and ojw28 committed Feb 12, 2021
1 parent b100094 commit a085143
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a085143

Please sign in to comment.