Commit 844428ea by ibaker Committed by Tianyi Feng

Remove ellipsis from Player javadoc

PiperOrigin-RevId: 496377192
parent 09d37641
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment