Move segment start times

This commit is contained in:
2024-10-16 18:52:18 -06:00
parent ae97f956b3
commit 19a63b9d19
3 changed files with 13 additions and 10 deletions

View File

@@ -7,6 +7,9 @@ extend type ShotGQL {
}
extend type UploadStreamGQL {
segmentDurations: [Float!]!
segmentStartFrames: [Int!]!
segmentEndFrames: [Int!]!
}
extend type HLSPlaylistGQL {
segmentStartTimes: [Float!]!
}