. * */ /** * Option names for the embedded player * */ class org_tubepress_options_category_Embedded { /* The order in which these constants are declared dictates the order in which they'll be presented on the options page */ const PLAYER_IMPL = "playerImplementation"; const EMBEDDED_HEIGHT = "embeddedHeight"; const EMBEDDED_WIDTH = "embeddedWidth"; const AUTOPLAY = "autoplay"; const BORDER = "border"; const FULLSCREEN = "fullscreen"; const GENIE = "genie"; const LOOP = "loop"; const PLAYER_COLOR = "playerColor"; const PLAYER_HIGHLIGHT = "playerHighlight"; const QUALITY = "quality"; const SHOW_INFO = "showInfo"; const SHOW_RELATED = "showRelated"; }