StreamingSettings

public struct StreamingSettings

Settings for the priority streaming @since 10.9

  • Current list of domains to be identified as streams. @since 10.9

    Declaration

    Swift

    public var domains: [String]
  • Current list of IPv4 addresses to be identified as streams. @since 10.9

    Declaration

    Swift

    public var ipv4: [String]
  • Current list of IPv6 addresses to be identified as streams. @since 10.9

    Declaration

    Swift

    public var ipv6: [String]
  • Current list of ports to be identified as streams. @since 10.9

    Declaration

    Swift

    public var ports: [StreamingPort]
  • Declaration

    Swift

    public init(json: [String : Any])