存储的状态数据。
- 此字段是遥测信息,并且会随着设备的使用而发生变化。
- 此字段的数据通过以下政策控制:ReportDeviceAudioStatus
- 数据收集频率:10 分钟
- 默认的数据报告频率:3 小时
<ph type="x-smartling-placeholder">
- </ph>
- 受政策控制:是
- 缓存:如果设备处于离线状态,则收集的数据会存储在本地,并会在设备下次联网时报告:否
- 仅为关联用户报告:不适用
- 需要精细的权限:TELEMETRY_API_AUDIO_REPORT
JSON 表示法 |
---|
{ "reportTime": string, "outputMute": boolean, "inputMute": boolean, "outputVolume": integer, "outputDevice": string, "inputGain": integer, "inputDevice": string } |
字段 | |
---|---|
reportTime |
仅限输出。设备上收集样本的时间时间戳。 时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例: |
outputMute |
仅限输出。使用中的输出设备是否静音。 |
inputMute |
仅限输出。当前输入设备是否静音。 |
outputVolume |
仅限输出。活动输出设备的音量,以 [0, 100] 为单位。 |
outputDevice |
仅限输出。当前所用输出设备的名称。 |
inputGain |
仅限输出。活动输入设备的增益,以 [0, 100] 为单位。 |
inputDevice |
仅限输出。使用中的输入设备的名称。 |