2025-02-07 22:58:01 +08:00

9 lines
110 B
Go

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