mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Transformer: remove SpeedProvider interface from Javadoc
#minor-release PiperOrigin-RevId: 356221487
This commit is contained in:
parent
b1000940ea
commit
a08514315f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue