Skip to content
Discussion options

You must be logged in to vote

The value obtained here, report.currentQueueBytesOut: Int, represents the number of bytes that have not yet been sent.
It’s updated every second. You can store this value and check it at the time of stopping.

  • currentBytesOutPerSecond is the actual measured bitrate of the current transmission.
  • you can estimate how many seconds’ worth of data is queued up.
    • currentQueueBytesOut / currentBytesOutPerSecond

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@noho501
Comment options

@shogo4405
Comment options

Answer selected by noho501
@noho501
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants