player_id |
str |
|
|
name |
str |
The name of the player theme |
[optional] |
text |
str |
RGBA color for timer text. Default: rgba(255, 255, 255, 1) |
[optional] |
link |
str |
RGBA color for all controls. Default: rgba(255, 255, 255, 1) |
[optional] |
link_hover |
str |
RGBA color for all controls when hovered. Default: rgba(255, 255, 255, 1) |
[optional] |
link_active |
str |
RGBA color for the play button when hovered. |
[optional] |
track_played |
str |
RGBA color playback bar: played content. Default: rgba(88, 131, 255, .95) |
[optional] |
track_unplayed |
str |
RGBA color playback bar: downloaded but unplayed (buffered) content. Default: rgba(255, 255, 255, .35) |
[optional] |
track_background |
str |
RGBA color playback bar: background. Default: rgba(255, 255, 255, .2) |
[optional] |
background_top |
str |
RGBA color: top 50% of background. Default: rgba(0, 0, 0, .7) |
[optional] |
background_bottom |
str |
RGBA color: bottom 50% of background. Default: rgba(0, 0, 0, .7) |
[optional] |
background_text |
str |
RGBA color for title text. Default: rgba(255, 255, 255, 1) |
[optional] |
enable_api |
bool |
enable/disable player SDK access. Default: true |
[optional] |
enable_controls |
bool |
enable/disable player controls. Default: true |
[optional] |
force_autoplay |
bool |
enable/disable player autoplay. Default: false |
[optional] |
hide_title |
bool |
enable/disable title. Default: false |
[optional] |
force_loop |
bool |
enable/disable looping. Default: false |
[optional] |
created_at |
datetime |
When the player was created, presented in ATOM UTC format. |
[optional] |
updated_at |
datetime |
When the player was last updated, presented in ATOM UTC format. |
[optional] |
assets |
PlayerThemeAssets |
|
[optional] |