@extscreen/es3-player
Version:
Vue-Next binding for ES native framework
8 lines (7 loc) • 386 B
TypeScript
import { ESPlayerAspectRatio } from "./ESPlayerAspectRatio";
import { ESIPlayerManager } from "../core/ESIPlayerManager";
export interface ESPlayerAspectRatioManager extends ESIPlayerManager {
getAspectRatio(): ESPlayerAspectRatio;
setAspectRatio(aspectRatio: ESPlayerAspectRatio): void;
}
export declare function createESPlayerAspectRatioManager(): ESPlayerAspectRatioManager;