Add streamSegmentType to Stream

This commit is contained in:
2024-07-27 20:51:48 -06:00
parent 251ebe7056
commit 378878967a
3 changed files with 10 additions and 5 deletions

View File

@@ -1268,6 +1268,7 @@ export type UploadStreamGql = {
resolution: VideoResolutionGql;
segmentProcessingCursor: Scalars["Int"]["output"];
segments: Array<UploadSegmentGql>;
streamSegmentType: StreamSegmentTypeEnum;
updatedAt: Scalars["DateTime"]["output"];
uploadCompletionCursor: Scalars["Int"]["output"];
uploadsCompleted: Scalars["Int"]["output"];
@@ -1808,6 +1809,7 @@ export type GetVideoQuery = {
}>;
stream?: {
__typename?: "UploadStreamGQL";
streamSegmentType: StreamSegmentTypeEnum;
segments: Array<{
__typename?: "UploadSegmentGQL";
segmentIndex: number;
@@ -3325,6 +3327,7 @@ export const GetVideoDocument = gql`
}
}
stream {
streamSegmentType
segments {
segmentIndex
endFrameIndex