Add segmentDurations and segmentStartFrames
This commit is contained in:
@@ -5,3 +5,8 @@ extend type ShotGQL {
|
||||
startTime: Float!
|
||||
endTime: Float!
|
||||
}
|
||||
|
||||
extend type UploadStreamGQL {
|
||||
segmentDurations: [Float!]!
|
||||
segmentStartFrames: [Int!]!
|
||||
}
|
||||
|
Reference in New Issue
Block a user