Clase: SystemVolumeChangedEvent
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2023-12-13 (UTC)
[[["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-13 (UTC)"],[[["`SystemVolumeChangedEvent` is dispatched when the system volume level is changed."],["It provides the updated volume data through the `data` property, which is of type `SystemVolumeData`."],["The event is initiated by `CastReceiverContext` and extends the `Event` class."],["This event's `type` property is set to `EventType.SYSTEM_VOLUME_CHANGED`."]]],["The `SystemVolumeChangedEvent` is dispatched by `cast.framework.CastReceiverContext` when the system volume is altered. This event, extending `cast.framework.system.Event`, contains `SystemVolumeData`. The `SystemVolumeChangedEvent` constructor requires a non-null `SystemVolumeData` parameter. It has a 'data' property holding the volume information and a 'type' property indicating the event type, inherited from `cast.framework.system.Event`.\n"]]