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-normalized เสมอ และใช้ตัวเลขทศนิยม 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
เอาต์พุตเท่านั้น ชื่อของอุปกรณ์อินพุตที่ใช้งานอยู่
|
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ Oracle และ/หรือบริษัทในเครือ
อัปเดตล่าสุด 2025-07-25 UTC
[null,null,["อัปเดตล่าสุด 2025-07-25 UTC"],[[["\u003cp\u003eDevice audio status data is reported every 3 hours and includes information like output/input mute status, volume, and device names.\u003c/p\u003e\n"],["\u003cp\u003eThis data is controlled by the \u003ccode\u003eReportDeviceAudioStatus\u003c/code\u003e policy and is considered telemetry information.\u003c/p\u003e\n"],["\u003cp\u003eThe data is not cached locally if the device is offline.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTELEMETRY_API_AUDIO_REPORT\u003c/code\u003e permission is needed to access this data.\u003c/p\u003e\n"]]],[],null,["# AudioStatusReport\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nStatus data for storage.\n\n- This field is telemetry information and this will change over time as the device is utilized.\n- Data for this field is controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.google/policies/#ReportDeviceAudioStatus)\n- Data Collection Frequency: 10 minutes\n- Default Data Reporting Frequency: 3 hours\n - Policy Controlled: Yes\n- Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No\n- Reported for affiliated users only: N/A\n- Granular permission needed: TELEMETRY_API_AUDIO_REPORT\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"reportTime\": string, \"outputMute\": boolean, \"inputMute\": boolean, \"outputVolume\": integer, \"outputDevice\": string, \"inputGain\": integer, \"inputDevice\": string } ``` |\n\n| Fields ||\n|----------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `reportTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Timestamp of when the sample was collected on device. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than \"Z\" are also accepted. Examples: `\"2014-10-02T15:01:23Z\"`, `\"2014-10-02T15:01:23.045123456Z\"` or `\"2014-10-02T15:01:23+05:30\"`. |\n| `outputMute` | `boolean` Output only. Is active output device mute or not. |\n| `inputMute` | `boolean` Output only. Is active input device mute or not. |\n| `outputVolume` | `integer` Output only. Active output device's volume in \\[0, 100\\]. |\n| `outputDevice` | `string` Output only. Active output device's name. |\n| `inputGain` | `integer` Output only. Active input device's gain in \\[0, 100\\]. |\n| `inputDevice` | `string` Output only. Active input device's name. |"]]