Skip to content

Commit

Permalink
Add targetSegmentSizeSecs to Upload Task (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt committed Feb 12, 2024
1 parent 0143265 commit bc1a412
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,7 @@ type (
Thumbnails bool `json:"thumbnails"`
C2PA bool `json:"c2pa,omitempty"`
Profiles []Profile `json:"profiles,omitempty"`
TargetSegmentSizeSecs int64 `json:"targetSegmentSizeSecs,omitempty"`
}

ExportCustomParams struct {
Expand Down

0 comments on commit bc1a412

Please sign in to comment.