third_part_video_played_info.go 337 B

123456
  1. package models
  2. type ThirdPartSetVideoPlayedInfo struct {
  3. PhysicalVideoFileFullPath string `gorm:"primaryKey" json:"physical_video_file_full_path"` // 视频的物理路径
  4. SubName string `json:"sub_name"` // 字幕的名称,需要配合视频进行推算其的文件位置
  5. }