[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003e\u003ccode\u003eVolumeEventData\u003c/code\u003e provides information about receiver volume changes, including current volume level and mute state.\u003c/p\u003e\n"],["\u003cp\u003eIt is triggered when the receiver's volume or mute state is changed and includes properties like \u003ccode\u003evolume\u003c/code\u003e and \u003ccode\u003eisMute\u003c/code\u003e to access the updated values.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003evolume\u003c/code\u003e property represents the current volume level, ranging from 0 to 1, while \u003ccode\u003eisMute\u003c/code\u003e indicates whether the device is muted.\u003c/p\u003e\n"]]],["The `VolumeEventData` class provides information about receiver volume or mute changes. It's constructed with `volume` (a number from 0 to 1, representing the current volume, which can be null) and `isMute` (a boolean indicating if the device is muted, which can also be null). The class has two properties: `isMute` (a nullable boolean indicating mute status) and `volume` (a nullable number indicating the current volume).\n"],null,[]]