AdaptiveStreaming

@protocol AdaptiveStreaming

Network analytics related to adaptive streaming

  • Returns an array of bitrates available in the playlist

    returns: an array of bitrates available in the playlist, or nil if unknown

    Declaration

    Objective-C

    - (NSArray<NSNumber *> *_Nullable)availableBitrates;
  • Returns the bitrate from the playlist that has been selected for playback, in bits per second

    returns: the bitrate from the playlist that has been selected for playback, or 0 if unknown

    Declaration

    Objective-C

    - (double)selectedBitrate;