StreamVideo

public struct StreamVideo : Codable, Equatable

Video object as part of the StreamMarkerResponse from the server: https://dev.twitch.tv/docs/api/reference/#get-stream-markers

  • Undocumented

    Declaration

    Swift

    public let videoId: String
  • Undocumented

    Declaration

    Swift

    public let markers: [Marker]