PlayParameters

public struct PlayParameters: Codable

An object that represents play parameters for resources.

  • id

    The ID of the content to use for playback

    Declaration

    Swift

    public let id: String
  • The kind of the content to use for playback

    Declaration

    Swift

    public let kind: String