StreamInfo

public class StreamInfo : NSObject

Contains all the information related to the stream being played.

  • url

    The url from where the stream was retrieved.

    Declaration

    Swift

    public let url: String
  • The stream’s type.

    Declaration

    Swift

    public let type: StreamType
  • The stream’s source

    Declaration

    Swift

    public let source: String
  • The current stream bitrate being used.

    Declaration

    Swift

    public let bitrate: Double
  • The observerd throughput across all media downloaded.

    Declaration

    Swift

    public let throughput: Double
  • How long it took to start loading the stream

    Declaration

    Swift

    public let startupTime: Double
  • The current stream resolution being used.

    Declaration

    Swift

    public let resolution: (width: Double, height: Double)