AudioStatusReport
সেভ করা পৃষ্ঠা গুছিয়ে রাখতে 'সংগ্রহ' ব্যবহার করুন
আপনার পছন্দ অনুযায়ী কন্টেন্ট সেভ করুন ও সঠিক বিভাগে রাখুন।
স্টোরেজের জন্য স্ট্যাটাস ডেটা।
- এই ক্ষেত্রটি হল টেলিমেট্রি তথ্য এবং ডিভাইসটি ব্যবহার করার সাথে সাথে এটি সময়ের সাথে পরিবর্তিত হবে।
- এই ক্ষেত্রের ডেটা নীতির মাধ্যমে নিয়ন্ত্রিত হয়: ReportDeviceAudioStatus
- ডেটা সংগ্রহের ফ্রিকোয়েন্সি: 10 মিনিট
- ডিফল্ট ডেটা রিপোর্টিং ফ্রিকোয়েন্সি: 3 ঘন্টা
- ক্যাশে: ডিভাইসটি অফলাইনে থাকলে, সংগৃহীত ডেটা স্থানীয়ভাবে সংরক্ষণ করা হয় এবং ডিভাইসটি পরবর্তী অনলাইন হলে রিপোর্ট করা হবে: না
- শুধুমাত্র অনুমোদিত ব্যবহারকারীদের জন্য রিপোর্ট করা হয়েছে: N/A
- দানাদার অনুমতি প্রয়োজন: 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 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, 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. |"]]