[[["Fácil de comprender","easyToUnderstand","thumb-up"],["Resolvió mi problema","solvedMyProblem","thumb-up"],["Otro","otherUp","thumb-up"]],[["Falta la información que necesito","missingTheInformationINeed","thumb-down"],["Muy complicado o demasiados pasos","tooComplicatedTooManySteps","thumb-down"],["Desactualizado","outOfDate","thumb-down"],["Problema de traducción","translationIssue","thumb-down"],["Problema con las muestras o los códigos","samplesCodeIssue","thumb-down"],["Otro","otherDown","thumb-down"]],["Última actualización: 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"]]