feat(android): allow both exoplayer and vlc

This commit is contained in:
2026-07-26 13:26:56 +02:00
parent 7f733d8ef2
commit 6423ed0bc5
17 changed files with 418 additions and 21 deletions
+2
View File
@@ -2,9 +2,11 @@ export { useEvent, usePlayerState } from "./events";
export { OmniProvider, usePlayer } from "./provider";
export type { OmniEvents } from "./types/events";
export type {
AndroidBackend,
CastStatus,
OmniPlayer,
OmniPlayerState,
PlayerBackend,
PlayerStatus,
Rendition,
Track,