feat: added native to AdapterConfig interface

This commit is contained in:
2026-04-24 00:27:38 +03:30
parent 139b2d0de4
commit c1788b0e3e

View File

@@ -29,6 +29,7 @@ export interface PlayerConfig {
} }
export interface AdapterConfig { export interface AdapterConfig {
native?: boolean;
hls?: boolean | HLSOptions; hls?: boolean | HLSOptions;
dash?: boolean | DASHOptions; dash?: boolean | DASHOptions;
} }