[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2023-12-02 UTC。"],[[["`chrome.cast.Volume` represents the volume of a device or media stream, providing control over level and mute status."],["It can be initialized with `level` (0.0-1.0) and `muted` (boolean) values, allowing for custom volume settings."],["Key properties include `controlType`, indicating the type of volume control, `level` for current volume, `muted` for mute status, and `stepInterval` for allowed volume adjustments."]]],["The `chrome.cast.Volume` class represents the volume of a device or media stream. It can be constructed with optional `level` (0.0-1.0) and `muted` (boolean) parameters. Key properties include `controlType` (volume control type), `level` (current volume), `muted` (mute status), and `stepInterval` (allowed volume change steps). Volume levels range from 0.0 to 1.0, where 1.0 is the maximum. The receiver's muted state is independent of volume.\n"]]