PKPlaybackInfo

@objc
public class PKPlaybackInfo : NSObject

PKPlaybackInfo represents a playback info object.

  • The actual bitrate of the playback.

    Declaration

    Swift

    public let bitrate: Double
  • The selected track indicated bitrate.

    Declaration

    Swift

    public let indicatedBitrate: Double
  • The throughput of the playback (download speed)

    Declaration

    Swift

    public let observedBitrate: Double