Added seek mode option in stream

This commit is contained in:
killer069
2021-12-13 12:30:54 +05:30
parent f2598c9a7c
commit d9f6f1666d
3 changed files with 62 additions and 37 deletions

View File

@@ -12,6 +12,7 @@ export enum StreamType {
}
export interface StreamOptions {
mode? : "precise" | "granular"
seek? : number
quality?: number;
htmldata?: boolean;