mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +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.
|
||||
*
|
||||
* <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
|
||||
* 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