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)

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

使用 RFC 3339,產生的輸出內容一律會經過 Z 標準化,並使用 0、3、6 或 9 小數位數。系統也接受「Z」以外的偏移值。例如:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

outputMute

boolean

僅供輸出。是否要將有效的輸出裝置設為靜音。

inputMute

boolean

僅供輸出。是否要將有效的輸入裝置設為靜音。

outputVolume

integer

僅供輸出。有效輸出裝置的音量,範圍為 [0, 100]。

outputDevice

string

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

inputGain

integer

僅供輸出。有效輸入裝置的增益值,介於 [0, 100]。

inputDevice

string

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