AudioStatusReport
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
स्टोरेज का स्टेटस डेटा.
- इस फ़ील्ड में टेलीमेट्री की जानकारी होती है. डिवाइस के इस्तेमाल के साथ-साथ, इस जानकारी में समय के साथ बदलाव होता रहता है.
- इस फ़ील्ड का डेटा, नीति के ज़रिए कंट्रोल किया जाता है: ReportDeviceAudioStatus
- डेटा इकट्ठा करने की फ़्रीक्वेंसी: 10 मिनट
- डेटा रिपोर्टिंग की डिफ़ॉल्ट फ़्रीक्वेंसी: तीन घंटे
- नीति से कंट्रोल किया जाता है: हां
- कैश मेमोरी: अगर डिवाइस ऑफ़लाइन है, तो इकट्ठा किया गया डेटा डिवाइस में सेव किया जाता है. डिवाइस के ऑनलाइन होने पर, इस डेटा की रिपोर्ट भेजी जाएगी: नहीं
- सिर्फ़ सहयोगी उपयोगकर्ताओं के लिए रिपोर्ट की गई: लागू नहीं
- ज़्यादा जानकारी वाली अनुमति ज़रूरी है: TELEMETRY_API_AUDIO_REPORT
JSON के काेड में दिखाना |
{
"reportTime": string,
"outputMute": boolean,
"inputMute": boolean,
"outputVolume": integer,
"outputDevice": string,
"inputGain": integer,
"inputDevice": string
} |
फ़ील्ड |
reportTime |
string (Timestamp format)
सिर्फ़ आउटपुट के लिए. डिवाइस पर सैंपल इकट्ठा किए जाने का टाइमस्टैंप. आरएफ़सी 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 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 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. |"]]