StreamType
public enum StreamType : 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
-
Unknown: unknown stream.
Declaration
Swift
case Unknown
-
Octoshape: when the stream is a Octoshape stream.
Declaration
Swift
case Octoshape
-
Stream description. - returns: A string with the stream description
Declaration
Swift
public var description: String
Return Value
A string with the stream description