mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Fix typos in Javadoc
PiperOrigin-RevId: 360440021
This commit is contained in:
parent
6be3a59354
commit
f5024131b8
1 changed files with 3 additions and 4 deletions
|
|
@ -1316,11 +1316,10 @@ public interface Player {
|
|||
void setPlaybackParameters(@Nullable PlaybackParameters playbackParameters);
|
||||
|
||||
/**
|
||||
* Changes the rate at which playback occurs.
|
||||
* Changes the rate at which playback occurs. The pitch is not changed.
|
||||
*
|
||||
* <p>The pitch is not changed.
|
||||
*
|
||||
* <p>This is equivalent to {@code setPlaybackParameter(getPlaybackParameter().withSpeed(speed))}.
|
||||
* <p>This is equivalent to {@code
|
||||
* 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...
|
||||
|
|
|
|||
Loading…
Reference in a new issue