added settings for min/max buffer

This commit is contained in:
austinried
2021-08-20 16:32:24 +09:00
parent 694d730ebd
commit c83fb43140
6 changed files with 202 additions and 23 deletions

View File

@@ -16,4 +16,6 @@ export interface AppSettings {
estimateContentLength: boolean
maxBitrateWifi: number
maxBitrateMobile: number
minBuffer: number
maxBuffer: number
}