Appearance
KBE3D / KBCore / utils / createVideo
createVideo(url: string, type?: string, className?: string, container?: HTMLElement): HTMLVideoElement
url
string
type?
className?
container?
HTMLElement
HTMLVideoElement
创建Video元素
url地址
视频类型(可选)
样式名称(可选)
添加到指定的父节点(可选)
创建的Video元素