mirror of
https://gh-proxy.org/https://github.com/tiajinsha/JKVideo
synced 2026-07-08 07:28:37 +08:00
杜比HDR
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user