Skip to content

Commit

Permalink
[zh-cn]: create the translation of HTMLMediaElement.sinkId property (
Browse files Browse the repository at this point in the history
…#21686)

Co-authored-by: A1lo <[email protected]>
Co-authored-by: skyclouds2001 <[email protected]>
  • Loading branch information
3 people authored Jul 29, 2024
1 parent a73fd54 commit 366345f
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions files/zh-cn/web/api/htmlmediaelement/sinkid/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
title: HTMLMediaElement:sinkId 属性
slug: Web/API/HTMLMediaElement/sinkId
l10n:
sourceCommit: 3df177b401e00e3a855c40fc074b5ef2469b700d
---

{{APIRef("Audio Output Devices API")}}{{securecontext_header}}

{{domxref("HTMLMediaElement")}} 的 **`sinkId`** 只读属性,返回一个作为播放音频输出的设备唯一 ID 的字符串。

这个 ID 应该是从 {{domxref("MediaDevices.enumerateDevices()")}} 返回的 {{domxref("MediaDeviceInfo.deviceId")}} 值之一、`id-multimedia``id-communications`。如果正在使用用户代理的默认设备,它会返回一个空字符串。

##

一个字符串,表示当前的音频输出设备,或者如果正在使用用户代理的默认输出设备时,则为空字符串。

## 安全要求

对此属性的访问受以下约束:

- 必须在[安全上下文](/zh-CN/docs/Web/Security/Secure_Contexts)中调用该属性。

## 规范

{{Specifications}}

## 浏览器兼容性

{{Compat}}

## 参见

- [音频输出设备 API](/zh-CN/docs/Web/API/Audio_Output_Devices_API)
- {{domxref("MediaDevices.selectAudioOutput()")}}
- {{domxref("HTMLMediaElement.setSinkId()")}}

0 comments on commit 366345f

Please sign in to comment.