ContentThumbnailPreviewConfiguration
public protocol ContentThumbnailPreviewConfiguration
Configuration for content thumbnail preview image provision by Player
-
Sprite image endpointUrl
Declaration
Swift
var endPoint: String { get } -
No of columns with sprite image
Declaration
Swift
var noOfColumns: Int { get } -
No of rows with sprite image
Declaration
Swift
var noOfRows: Int { get } -
Duration per thumbnail (key-frame) of sprite image
Declaration
Swift
var keyFrameDuration: Int { get } -
Thumbnail height
Declaration
Swift
var thumbnailHeight: Int { get } -
Thumbnail width
Declaration
Swift
var thumbnailWidth: Int { get }