Add segmentDurations and segmentStartFrames

This commit is contained in:
2024-10-16 16:46:29 -06:00
parent d619751144
commit ae97f956b3
3 changed files with 16 additions and 0 deletions

View File

@@ -5,3 +5,8 @@ extend type ShotGQL {
startTime: Float!
endTime: Float!
}
extend type UploadStreamGQL {
segmentDurations: [Float!]!
segmentStartFrames: [Int!]!
}