AudioStatusReport

ストレージのステータス データ。

  • このフィールドはテレメトリー情報であり、デバイスが使用されるにつれて変化します。
  • このフィールドのデータは、ポリシー ReportDeviceAudioStatus によって制御されます。
  • データ収集頻度: 10 分
  • データレポートのデフォルト頻度: 3 時間 <ph type="x-smartling-placeholder">
      </ph>
    • ポリシー制御: あり
  • Cache: デバイスがオフラインの場合、収集されたデータはローカルに保存され、デバイスが次にオンラインになったときに報告されます。無効
  • 関連付けられたユーザーについてのみ報告: なし
  • 詳細な権限が必要: TELEMETRY_API_AUDIO_REPORT
JSON 表現
{
  "reportTime": string,
  "outputMute": boolean,
  "inputMute": boolean,
  "outputVolume": integer,
  "outputDevice": string,
  "inputGain": integer,
  "inputDevice": string
}
フィールド
reportTime

string (Timestamp format)

出力専用。デバイスでサンプルが収集されたときのタイムスタンプ。

RFC3339 UTC「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

出力専用。アクティブな入力デバイスの名前。