AudioStatusReport

儲存空間的狀態資料。

  • 這個欄位是遙測資訊,這項資訊會隨著使用裝置而改變。
  • 這個欄位的資料是透過以下政策控管:ReportDeviceAudioStatus
  • 資料收集頻率:10 分鐘
  • 預設資料報表頻率:3 小時
    • 受政策控制:是
  • 快取:如果裝置處於離線狀態,收集的資料會儲存在本機上,並在裝置下次連上網路時回報:否
  • 僅針對關聯使用者回報:不適用
  • 需要精細的權限:TELEMETRY_API_AUDIO_REPORT
JSON 表示法
{
  "reportTime": string,
  "outputMute": boolean,
  "inputMute": boolean,
  "outputVolume": integer,
  "outputDevice": string,
  "inputGain": integer,
  "inputDevice": string
}
欄位
reportTime

string (Timestamp format)

僅供輸出。裝置收集樣本時的時間戳記。

RFC3339 世界標準時間「Zulu」的時間戳記格式,解析度為奈秒,且最多 9 個小數位數。範例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z"

outputMute

boolean

僅供輸出。使用中的輸出裝置是否已設為靜音。

inputMute

boolean

僅供輸出。使用中的輸入裝置是否設為靜音。

outputVolume

integer

僅供輸出。使用中的輸出裝置音量,以 [0, 100] 為單位。

outputDevice

string

僅供輸出。使用中的輸出裝置名稱。

inputGain

integer

僅供輸出。主動輸入裝置的增益值,以 [0, 100] 計算。

inputDevice

string

僅供輸出。目前使用的輸入裝置名稱。