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
النتائج فقط. اسم جهاز الإدخال النشط
|
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\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. |"]]