mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Transformer: remove SpeedProvider interface from Javadoc
#minor-release PiperOrigin-RevId: 356221487
This commit is contained in:
parent
0b8b03e46d
commit
d21a47c4f1
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue