[[["易于理解","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"]],["最后更新时间 (UTC):2023-12-02。"],[[["`RemotePlayerChangedEvent` signals changes in the remote player's state, providing details about the specific field that was modified."],["This event includes the event type, the name of the changed field (`field`), and the new value of that field (`value`)."],["Developers can use this event to track and respond to real-time changes in the remote player, such as playback status or volume adjustments."]]],["The `RemotePlayerChangedEvent` class handles events when remote player fields change. It's instantiated with `type` (event type), `field` (name of the changed field), and `value` (the new field value). The class properties, `field` and `value`, store the name of the modified field and its corresponding updated value, respectively. The `type` parameter is required when constructing the class.\n"]]