杜比HDR

This commit is contained in:
Developer
2026-03-19 16:38:18 +08:00
parent 462a090599
commit 46796d3d6d
5 changed files with 38 additions and 10 deletions

View File

@@ -69,6 +69,8 @@ export interface DashVideoItem {
stat:any;
frameRate: string;
segment_base?: DashSegmentBase;
dolby_type?: number; // 1=杜比视界
hdr_type?: number; // 1=HDR
}
export interface DashAudioItem {
@@ -91,6 +93,10 @@ export interface PlayUrlResponse {
video: DashVideoItem[];
audio: DashAudioItem[];
};
dolby?: {
type: number; // 1=杜比全景声
audio?: DashAudioItem[];
};
quality: number;
accept_quality: number[];
accept_description: string[];