VideoInfo.ets 242 Bytes
export interface VideoInfo {
  videoUrl: string; //视频播放地址
  videoDuration: string; // 视频时长
  videoLandscape: string; // 1横屏 2竖屏
  firstFrameImageUri: string; // 首帧图;【视频内容,contentPictures中】
}