Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 2.19 KB

PlayerTheme.md

File metadata and controls

29 lines (25 loc) · 2.19 KB

ApiVideo.Model.PlayerTheme

Properties

Name Type Description Notes
Name string The name of the player theme [optional]
Text string RGBA color for timer text. Default: rgba(255, 255, 255, 1) [optional]
Link string RGBA color for all controls. Default: rgba(255, 255, 255, 1) [optional]
LinkHover string RGBA color for all controls when hovered. Default: rgba(255, 255, 255, 1) [optional]
LinkActive string RGBA color for the play button when hovered. [optional]
TrackPlayed string RGBA color playback bar: played content. Default: rgba(88, 131, 255, .95) [optional]
TrackUnplayed string RGBA color playback bar: downloaded but unplayed (buffered) content. Default: rgba(255, 255, 255, .35) [optional]
TrackBackground string RGBA color playback bar: background. Default: rgba(255, 255, 255, .2) [optional]
BackgroundTop string RGBA color: top 50% of background. Default: rgba(0, 0, 0, .7) [optional]
BackgroundBottom string RGBA color: bottom 50% of background. Default: rgba(0, 0, 0, .7) [optional]
BackgroundText string RGBA color for title text. Default: rgba(255, 255, 255, 1) [optional]
EnableApi bool enable/disable player SDK access. Default: true [optional]
EnableControls bool enable/disable player controls. Default: true [optional]
ForceAutoplay bool enable/disable player autoplay. Default: false [optional]
HideTitle bool enable/disable title. Default: false [optional]
ForceLoop bool enable/disable looping. Default: false [optional]
PlayerId string
CreatedAt DateTime When the player was created, presented in ISO-8601 format. [optional]
UpdatedAt DateTime When the player was last updated, presented in ISO-8601 format. [optional]
Assets PlayerThemeAssets [optional]

[Back to Model list] [Back to API list] [Back to README]