@videts/vide / dash / DashPluginOptions
Interface: DashPluginOptions
Defined in: dash/types.ts:3
Properties
| Property | Type | Description |
|---|---|---|
dashConfig? | Record<string, unknown> | dash.js MediaPlayerSettingClass — passed to updateSettings(). |
recovery? | false | Partial<RecoveryConfig> | Error recovery settings. false to disable. Defaults to enabled (3 retries, 3s delay, 2x backoff). |