[[["易于理解","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):2025-07-25。"],[[["\u003cp\u003e\u003ccode\u003eActiveInputStateEventData\u003c/code\u003e provides data about changes in the receiver's active input state.\u003c/p\u003e\n"],["\u003cp\u003eIt includes the \u003ccode\u003eactiveInputState\u003c/code\u003e property, indicating the current state of the receiver's input.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this event data to respond to changes in the receiver's input, such as switching between different input sources.\u003c/p\u003e\n"]]],[],null,["# Class: ActiveInputStateEventData\n\ncast.[framework](/cast/docs/reference/web_sender/cast.framework).ActiveInputStateEventData\n==========================================================================================\n\nclass static\n\nReceiver active input state changed event data.\n\nConstructor\n-----------\n\n### ActiveInputStateEventData\n\nnew\nActiveInputStateEventData(activeInputState)\n\n| #### Parameter ||\n|------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|\n| activeInputState | [cast.framework.ActiveInputState](/cast/docs/reference/web_sender/cast.framework#.ActiveInputState) Receiver input state. Value must not be null. |\n\nProperty\n--------\n\n### activeInputState\n\nnon-null [cast.framework.ActiveInputState](/cast/docs/reference/web_sender/cast.framework#.ActiveInputState)\n\nReceiver input state."]]