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

@@ -145,6 +145,7 @@ query GetVideoForShotTime($videoId: Int!) {
...VideoStreamMetadata
}
}
query GetVideo($videoId: Int!) {
getVideo(videoId: $videoId) {
id
@@ -213,12 +214,14 @@ query GetAverageTimePerShotForVideo($videoId: Int!) {
averageTimeBetweenShots
}
}
query GetElapsedTimeForVideo($videoId: Int!) {
getVideo(videoId: $videoId) {
id
elapsedTime
}
}
query GetMedianRunForVideo($videoId: Int!) {
getVideo(videoId: $videoId) {
id
@@ -236,6 +239,8 @@ query GetVideoForClipTimes($videoId: Int!) {
stream {
id
streamSegmentType
segmentDurations
segmentStartFrames
segments {
uploaded
valid