StreamType

@objc public enum StreamType : Int, CustomStringConvertible

Stream type.

  • HTTP: when the stream is a HLS stream.
  • Unknown: unknown stream.
  • Octoshape: when the stream is a Octoshape stream.
  • HTTP: when the stream is a HLS stream.

    Declaration

    Swift

    case HTTP = 0
  • Unknown: unknown stream.

    Declaration

    Swift

    case Unknown
  • Octoshape: when the stream is a Octoshape stream.

    Declaration

    Swift

    case Octoshape
  • Config: when the stream is retrieved via a Config file.

    Declaration

    Swift

    case Config
  • Stream description. - returns: A string with the stream description

    Declaration

    Swift

    public var description: String

    Return Value

    A string with the stream description