Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: skyclouds2001 <[email protected]>
  • Loading branch information
yin1999 and skyclouds2001 authored Jul 29, 2024
1 parent 7238554 commit 67ceb4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/zh-cn/web/api/mediadevices/selectaudiooutput/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "MediaDevices: selectAudioOutput() method"
title: MediaDevicesselectAudioOutput() 方法
slug: Web/API/MediaDevices/selectAudioOutput
l10n:
sourceCommit: 5a5f3d3cbbfabf138aa9f0d3e2c8fce4a168f5cc
Expand Down Expand Up @@ -43,7 +43,7 @@ selectAudioOutput(options)
### 异常

- `NotAllowedError` {{domxref("DOMException")}}
- : 如果使用[`speaker-selection`](/zh-CN/docs/Web/HTTP/Headers/Permissions-Policy/speaker-selection) [权限策略](/zh-CN/docs/Web/HTTP/Permissions_Policy)来阻止使用音频输出(此外不会显示用于选择音频输出的弹出窗口),或者用户关闭选择提示而没有选择设备时,会返回此错误。
- : 如果使用 [`speaker-selection`](/zh-CN/docs/Web/HTTP/Headers/Permissions-Policy/speaker-selection) [权限策略](/zh-CN/docs/Web/HTTP/Permissions_Policy)来阻止使用音频输出(此外不会显示用于选择音频输出的弹出窗口),或者用户关闭选择提示而没有选择设备时,会返回此错误。
- `NotFoundError` {{domxref("DOMException")}}
- : 如果没有可用的音频输出设备,则会返回此错误。
- `InvalidStateError` {{domxref("DOMException")}}
Expand Down

0 comments on commit 67ceb4f

Please sign in to comment.