update segments editor to use new latency api

This commit is contained in:
gingervitis
2021-01-24 13:06:05 -08:00
committed by Gabe Kangas
parent 451912aa57
commit 573d21d7e7
6 changed files with 35 additions and 105 deletions
+1 -2
View File
@@ -65,8 +65,7 @@ export interface VideoVariant {
videoBitrate: number;
}
export interface VideoSettingsFields {
numberOfPlaylistItems: number;
segmentLengthSeconds: number;
latencyLevel: number;
videoQualityVariants: VideoVariant[],
}