mirror of
https://github.com/androidx/media.git
synced 2025-05-03 21:57:46 +08:00
BandwidthMeter minor javadoc fix
PiperOrigin-RevId: 353858581
This commit is contained in:
parent
b1df2f4e4b
commit
ccf031f9bb
@ -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…
x
Reference in New Issue
Block a user