update segments editor to use new latency api

This commit is contained in:
gingervitis
2021-01-18 12:11:48 -08:00
committed by Gabe Kangas
parent 451912aa57
commit 573d21d7e7
6 changed files with 35 additions and 105 deletions

View File

@@ -65,8 +65,7 @@ export interface VideoVariant {
videoBitrate: number;
}
export interface VideoSettingsFields {
numberOfPlaylistItems: number;
segmentLengthSeconds: number;
latencyLevel: number;
videoQualityVariants: VideoVariant[],
}