VKStream

@objc
public class VKStream : NSObject, Codable
  • id

    Declaration

    Swift

    public var id: String
  • Declaration

    Swift

    public var type: String
  • Declaration

    Swift

    public var profile: VKStreamProfile
  • Declaration

    Swift

    public var state: VKStreamState
  • Declaration

    Swift

    public var playbackUrl: [VKStreamPlayback : URL]
  • Declaration

    Swift

    public var input: [VKStreamInput : String]
  • Declaration

    Swift

    public var createdAt: Date
  • Declaration

    Swift

    public var updatedAt: Date
  • Return current playback url of this stream. Identifies the url in the following oprder: hls, webrtc, dash, mp4

    Declaration

    Swift

    public func getPlaybackUrl() -> URL?
  • Declaration

    Swift

    public static func == (lhs: VKStream, rhs: VKStream) -> Bool