9 lines
118 B
Go
9 lines
118 B
Go
package dto
|
|
|
|
type FfmpegTask struct {
|
|
Files []File
|
|
Length float64
|
|
Offset float64
|
|
OutputFile string
|
|
}
|