mirror of
https://github.com/YuzuZensai/play-dl-test.git
synced 2026-01-31 14:58:05 +00:00
Added seek mode option in stream
This commit is contained in:
@@ -12,6 +12,7 @@ export enum StreamType {
|
||||
}
|
||||
|
||||
export interface StreamOptions {
|
||||
mode? : "precise" | "granular"
|
||||
seek? : number
|
||||
quality?: number;
|
||||
htmldata?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user