Structures

The following structures are available globally.

  • Mock implementation of FireTVPlayerWireframeProtocol Use only for creating a mock player view controller (testing purposes)

    See more

    Declaration

    Swift

    public struct MockFireTVPlayerWireframe : FireTVPlayerWireframeProtocol
  • Represents the view model for a fire tv player

    Declaration

    Swift

    public struct FireTVPlayerViewViewModel
  • Represents the media which can be played on the built-in receiver app of a FireTV

    See more

    Declaration

    Swift

    public struct FireTVMedia
  • Represents the view model for the fire tv selection view

    Declaration

    Swift

    public struct FireTVSelectionViewViewModel
  • Represents the metadata for media played on a FireTV Conforms to Codable to be represented as JSON

    See more

    Declaration

    Swift

    public struct Metadata : Codable
  • Represents data of player, like the current media position and status

    See more

    Declaration

    Swift

    public struct PlayerData
  • Model representing a subtitle/track for a media A subtitle can be assigned as a track to Metadata Conforms to Codable and therefore can be encoded to JSON

    See more

    Declaration

    Swift

    public struct Subtitle : Codable