mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Remove ellipsis from Player javadoc
PiperOrigin-RevId: 496377192
(cherry picked from commit 844428ea32)
This commit is contained in:
parent
2c17c6ef04
commit
65daec3596
1 changed files with 1 additions and 1 deletions
|
|
@ -2075,7 +2075,7 @@ public interface Player {
|
|||
* setPlaybackParameters(getPlaybackParameters().withSpeed(speed))}.
|
||||
*
|
||||
* @param speed The linear factor by which playback will be sped up. Must be higher than 0. 1 is
|
||||
* normal speed, 2 is twice as fast, 0.5 is half normal speed...
|
||||
* normal speed, 2 is twice as fast, 0.5 is half normal speed.
|
||||
*/
|
||||
void setPlaybackSpeed(@FloatRange(from = 0, fromInclusive = false) float speed);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue