Subscribing to Window Handle Notifications
Function
A notification is sent when the window handle information changes.
Function Prototype
setOnRenderWindowInfoListChangedCB(onRenderWindowInfoListChanged: (hwndInfo: HwndListInfo) => void): voidsetOnRenderWindowInfoListChangedCB(onRenderWindowInfoListChanged: (hwndInfo: HwndListInfo) => void): void
Request Parameters
Parameter | Mandatory | Type | Description |
---|---|---|---|
onRenderWindowInfoListChanged | Y | (hwndInfo: HwndListInfo) => void | Notification sent when the window handle information changes. |
Return Values
void
Notification Method Parameters
(hwndInfo: HwndListInfo) => void
Parameter | Type | Description |
---|---|---|
hwndInfo | HwndListInfo | Window handle information. |
Parameter | Type | Description |
---|---|---|
hwndInfoList | HwndInfo | Video window handle list. |
hwndListLength | number | Number of window handles in the list. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot