کلاس: SystemVolumeChangedEvent
جز در مواردی که غیر از این ذکر شده باشد،محتوای این صفحه تحت مجوز Creative Commons Attribution 4.0 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2024-10-30 بهوقت ساعت هماهنگ جهانی."],[[["`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"]]