/** * Player Implementations * * Framework-agnostic player implementations that extend BasePlayer. * These are used by PlayerRegistry for dynamic player selection. * * NOTE: Player implementations are NOT re-exported here to enable * proper code-splitting. They are loaded lazily via PlayerRegistry. * If you need a player class directly, import from the specific file: * import { HlsJsPlayerImpl } from "./players/HlsJsPlayer"; */