mirror of
https://github.com/samsonjs/media.git
synced 2026-06-29 05:39:31 +00:00
Remove ellipsis from Player javadoc
PiperOrigin-RevId: 496377192
This commit is contained in:
parent
09d37641d1
commit
844428ea32
1 changed files with 1 additions and 1 deletions
|
|
@ -2089,7 +2089,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