2025-04-13 15:23:58 +08:00

9 lines
118 B
Go

package dto
type FfmpegTask struct {
Files []File
Length float64
Offset float64
OutputFile string
}