AudioStatusReport
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Dữ liệu trạng thái cho bộ nhớ.
- Trường này là thông tin đo từ xa và sẽ thay đổi theo thời gian khi thiết bị được sử dụng.
- Dữ liệu cho trường này được kiểm soát thông qua chính sách: ReportDeviceAudioStatus
- Tần suất thu thập dữ liệu: 10 phút
- Tần suất báo cáo dữ liệu mặc định: 3 giờ
- Có kiểm soát theo chính sách: Có
- Bộ nhớ đệm: Nếu thiết bị không có mạng, dữ liệu đã thu thập sẽ được lưu trữ cục bộ và sẽ được báo cáo vào lần tiếp theo thiết bị có mạng: Không
- Chỉ báo cáo cho người dùng liên kết: Không áp dụng
- Cần có quyền chi tiết: TELEMETRY_API_AUDIO_REPORT
Biểu diễn dưới dạng JSON |
{
"reportTime": string,
"outputMute": boolean,
"inputMute": boolean,
"outputVolume": integer,
"outputDevice": string,
"inputGain": integer,
"inputDevice": string
} |
Trường |
reportTime |
string (Timestamp format)
Chỉ có đầu ra. Dấu thời gian của thời điểm thu thập mẫu trên thiết bị. Sử dụng RFC 3339, trong đó đầu ra được tạo sẽ luôn được chuẩn hoá theo Z và sử dụng 0, 3, 6 hoặc 9 chữ số thập phân. Các độ dời khác ngoài "Z" cũng được chấp nhận. Ví dụ: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" hoặc "2014-10-02T15:01:23+05:30" .
|
outputMute |
boolean
Chỉ có đầu ra. Thiết bị đầu ra đang hoạt động có bị tắt tiếng hay không.
|
inputMute |
boolean
Chỉ có đầu ra. Thiết bị đầu vào đang hoạt động có bị tắt tiếng hay không.
|
outputVolume |
integer
Chỉ có đầu ra. Độ lớn âm thanh của thiết bị đầu ra đang hoạt động trong khoảng [0, 100].
|
outputDevice |
string
Chỉ có đầu ra. Tên của thiết bị đầu ra đang hoạt động.
|
inputGain |
integer
Chỉ có đầu ra. Độ lợi của thiết bị đầu vào đang hoạt động trong khoảng [0, 100].
|
inputDevice |
string
Chỉ có đầu ra. Tên của thiết bị đầu vào đang hoạt động.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 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. |"]]