StreamingSessionStats

public struct StreamingSessionStats
  • Total number of saves from a failover

    • @since 10.0

    Declaration

    Swift

    public var totalFailoverSaves: Int
  • Total number of saves while in speed mode

    • @since 10.0

    Declaration

    Swift

    public var totalSpeedModeSaves: Int
  • Total number of saves while in redundant mode

    • @since 10.0

    Declaration

    Swift

    public var totalRedundantModeSaves: Int
  • Total number of streams seen

    • @since 10.0

    Declaration

    Swift

    public var totalStreams: Int
  • Unique streams saved

    • @since 10.0

    Declaration

    Swift

    public var uniqueSaves: Int
  • Declaration

    Swift

    public init(json: [String : Any])