You've already forked VptPassiveAdapter
Initial
This commit is contained in:
8
dto/ffmpeg.go
Normal file
8
dto/ffmpeg.go
Normal file
@ -0,0 +1,8 @@
|
||||
package dto
|
||||
|
||||
type FfmpegTask struct {
|
||||
Files []File
|
||||
Length int
|
||||
Offset int
|
||||
OutputFile string
|
||||
}
|
Reference in New Issue
Block a user