[[["이해하기 쉬움","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"]],["최종 업데이트: 2025-07-25(UTC)"],[[["\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."]]