mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
BandwidthMeter minor javadoc fix
PiperOrigin-RevId: 353858581
This commit is contained in:
parent
b1df2f4e4b
commit
ccf031f9bb
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ public interface BandwidthMeter {
|
||||||
* changed.
|
* changed.
|
||||||
*
|
*
|
||||||
* <p>Note: The estimated bitrate is typically derived from more information than just {@code
|
* <p>Note: The estimated bitrate is typically derived from more information than just {@code
|
||||||
* bytes} and {@code elapsedMs}.
|
* bytesTransferred} and {@code elapsedMs}.
|
||||||
*
|
*
|
||||||
* @param elapsedMs The time taken to transfer {@code bytesTransferred}, in milliseconds. This
|
* @param elapsedMs The time taken to transfer {@code bytesTransferred}, in milliseconds. This
|
||||||
* is at most the elapsed time since the last callback, but may be less if there were
|
* is at most the elapsed time since the last callback, but may be less if there were
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue