UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

42 lines 1.65 kB
import type { EdgeStyle, TextTrackStyle, THEOplayerView } from 'react-native-theoplayer'; export declare class TextTrackStyleAdapter implements TextTrackStyle { private readonly _view; private _backgroundColor; private _edgeStyle; private _edgeColor; private _fontColor; private _fontFamily; private _fontSize; private _fontPath; private _windowColor; private _marginBottom; private _marginTop; private _marginLeft; private _marginRight; constructor(_view: THEOplayerView); get backgroundColor(): string | undefined; set backgroundColor(color: string | undefined); get edgeStyle(): EdgeStyle | undefined; set edgeStyle(style: EdgeStyle | undefined); get edgeColor(): string | undefined; set edgeColor(color: string | undefined); get fontColor(): string | undefined; set fontColor(color: string | undefined); get fontFamily(): string | undefined; set fontFamily(family: string | undefined); get fontPath(): string | undefined; set fontPath(path: string); get fontSize(): string | undefined; set fontSize(size: string | undefined); get windowColor(): string | undefined; set windowColor(color: string | undefined); get marginBottom(): number | undefined; set marginBottom(margin: number | undefined); get marginLeft(): number | undefined; set marginLeft(margin: number | undefined); get marginRight(): number | undefined; set marginRight(margin: number | undefined); get marginTop(): number | undefined; set marginTop(margin: number | undefined); } //# sourceMappingURL=TextTrackStyleAdapter.d.ts.map