UNPKG

xlink-player

Version:

xlink-player is based on flv.js and video.js

31 lines (25 loc) 380 B
/** @format */ import Vue from 'vue' export const install: () => void export class XlinkPlayer extends Vue { /** * 视频流地址 */ url: string /** * 播放器Id */ playerId: string /** * 是否直播 */ isAlive: boolean /** * 加载中的文案 */ loadingMsg: string /** * 视频画面显示比例 */ stretching: string }