VideoInfo

public struct VideoInfo

Contains data on a video to be played.

  • String name of the video.

    Declaration

    Swift

    public let name: String
  • String type of the video, e.g. mp4

    Declaration

    Swift

    public let type: String
  • Initializes a VideoInfo.

    Declaration

    Swift

    public init(name: String, type: String)