NetworkUsage

@protocol NetworkUsage

Network analytics related to network usage

  • Returns the number of bytes downloaded so far

    returns: the number of bytes downloaded so far

    Declaration

    Objective-C

    - (int64_t)bytesDownloaded;
  • Returns the empirical throughput, in bits per second, across all media downloaded

    returns: the throughput, in bits per second

    Declaration

    Objective-C

    - (double)downloadBitrate;
  • Returns the video track’s average bit rate, in bits per second

    returns: the video track’s average bit rate, in bits per second

    Declaration

    Objective-C

    - (double)downloadBitrateAverage;