XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/bilibili-API-collect

Update videostream_url.md (#894)

补充音频流的备注

f3691ed
柠檬味的凝萌 <60469383+NingmengLemon@users.noreply.github.com>
提交于

代码差异

1 个文件 +2 -2
Modified docs/video/videostream_url.md +2 -2
@@ -457,9 +457,9 @@ curl -G 'https://api.bilibili.com/x/player/playurl' \
457 457 | minBufferTime | num | 1.5? | |
458 458 | min_buffer_time | num | 1.5? | |
459 459 | video | array | 视频流信息 | |
460 | audio | array | 伴音流信息 | |
460 | audio | array | 伴音流信息 | 当视频没有音轨时,此项为 null |
461 461 | dolby | obj | 杜比全景声伴音信息 | |
462 | flac | obj | 无损音轨伴音信息 | |
462 | flac | obj | 无损音轨伴音信息 | 当视频没有无损音轨时,此项为 null |
463 463
464 464 `dash`中的`video`数组:
465 465