UNPKG

bitmovin-player-ui

Version:
13 lines (12 loc) 518 B
import { SubtitleSettingSelectBox, SubtitleSettingSelectBoxConfig } from './SubtitleSettingSelectBox'; import { UIInstanceManager } from '../../../UIManager'; import { PlayerAPI } from 'bitmovin-player'; /** * A select box providing a selection of different background opacity. * * @category Components */ export declare class WindowOpacitySelectBox extends SubtitleSettingSelectBox { constructor(config: SubtitleSettingSelectBoxConfig); configure(player: PlayerAPI, uimanager: UIInstanceManager): void; }