Seek improved v2

This commit is contained in:
killer069
2022-01-05 12:05:07 +05:30
parent 2aa28f2350
commit d93fd98822
3 changed files with 30 additions and 22 deletions

View File

@@ -14,7 +14,6 @@ export enum StreamType {
}
export interface StreamOptions {
seekMode?: 'precise' | 'granular';
seek?: number;
quality?: number;
language?: string;