models/video_model library

Classes

VideoModel<T extends VideoVo>
播放器内容提供者 该类主要是管理与业务相关数据。 泛型T 为VideoVo的子类,开发者需继承

Properties

currentPlayIndex int
当前播放的位置
getter/setter pair

Typedefs

ControllerPayItemCallBack = void Function(bool play)