Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-02 17:56:43 +08:00
parent 904d210ba2
commit cdc1720358
52 changed files with 58 additions and 58 deletions

View File

@@ -7,7 +7,7 @@ enum AudioQuality {
dolby_30255(30255, '杜比全景声'),
k192(30280, '192K'),
k132(30232, '132K'),
k64(30216, '64K')
k64(30216, '64K'),
;
final int code;

View File

@@ -24,7 +24,7 @@ enum CDNService {
aliov('aliov阿里云海外', 'upos-sz-mirroraliov.bilivideo.com'),
cosov('cosov腾讯云海外', 'upos-sz-mirrorcosov.bilivideo.com'),
hwov('hwov华为云海外', 'upos-sz-mirrorhwov.bilivideo.com'),
hk_bcache('hk_bcacheBilibili海外', 'cn-hk-eq-bcache-01.bilivideo.com')
hk_bcache('hk_bcacheBilibili海外', 'cn-hk-eq-bcache-01.bilivideo.com'),
;
final String desc;

View File

@@ -7,7 +7,7 @@ enum LiveQuality {
bluRay(400, '蓝光'),
superHD(250, '超清'),
smooth(150, '高清'),
flunt(80, '流畅')
flunt(80, '流畅'),
;
final int code;

View File

@@ -26,7 +26,7 @@ enum SourceType {
extraId: 4,
playlistSource: PlaylistSource.MEDIA_LIST,
),
file
file,
;
final int? mediaType;

View File

@@ -2,7 +2,7 @@ enum SubtitlePrefType {
off('默认不显示字幕'),
on('优先选择非自动生成(ai)字幕'),
withoutAi('跳过自动生成(ai)字幕,选择第一个可用字幕'),
auto('静音时等同第二项,非静音时等同第三项')
auto('静音时等同第二项,非静音时等同第三项'),
;
final String desc;

View File

@@ -4,7 +4,7 @@ enum VideoDecodeFormatType {
DVH1(['dvh1']),
AV1(['av01']),
HEVC(['hev1', 'hvc1']),
AVC(['avc1'])
AVC(['avc1']),
;
String get description => name;

View File

@@ -11,7 +11,7 @@ enum VideoQuality {
high720(64, '720P 准高清', '720P'),
clear480(32, '480P 标清', '480P'),
fluent360(16, '360P 流畅', '360P'),
speed240(6, '240P 极速', '240P')
speed240(6, '240P 极速', '240P'),
;
final int code;

View File

@@ -13,7 +13,7 @@ enum VideoType {
type: 10,
replyType: 33,
api: Api.pugvUrl,
)
),
;
final int type;