bitmovin-player-ui
Version:
Bitmovin Player UI Framework
13 lines (12 loc) • 518 B
TypeScript
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;
}