/
deteled
/
iptvnator
Обзор
Документация
Войти
/
deteled
/
iptvnator
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
master
libs/shared/interfaces/src/lib/stream-format.enum.ts
8 строк
191 B
4gray
feat(xtream): auto-select stream output format
27 июн 2026, 13:42
27 июн 2026, 13:42
1679373
Код
Авторство
О чём код?
/** * Enum with all the formats that are allowed in the application */ export enum StreamFormat { AutoStreamFormat = 'auto', TsStreamFormat = 'ts', M3u8StreamFormat = 'm3u8', }