MPLATFORMLib Namespace : MFOverlayHTMLClass Class |
The following tables list the members exposed by MFOverlayHTMLClass.
Name | Description | |
---|---|---|
![]() | BrowserClose | Closes an internal browser object |
![]() | BrowserCommand | Sends a command to a browser (reload, go back etc) |
![]() | BrowserCSSSet | Sets CSS to a browser |
![]() | BrowserHtmlDisplay | Directly display HTML content |
![]() | BrowserJavascriptExecute | Executes a JavaScript code |
![]() | BrowserKeyEvent | Forward a key event to a browser |
![]() | BrowserMouseClick | Forward mouse click event (the coordinates is relative to video size) |
![]() | BrowserMouseMove | Forward mouse move event (the coordinates is relative to video size) |
![]() | BrowserMouseWheel | Forward mouse wheel event (the coordinates is relative to video size) |
![]() | BrowserPageLoad | Loads a specified page into a browser |
![]() | MFCallbackSet | |
![]() | MFCallbackSetFunc | |
![]() | MFClose | |
![]() | MFInternalGet | |
![]() | MFStateGet | |
![]() | ProcessFrame | Processes a frame through an object (a plugin, for instance) |
![]() | PropsGet | Gets the properties. |
![]() | PropsGetByIndex | Gets the property by its index. |
![]() | PropsGetCount | Gets the count of properties. |
![]() | PropsInfoGet | Gets information about property |
![]() | PropsOptionGet | Gets property from options |
![]() | PropsOptionGetByIndex | Gets property option by its index |
![]() | PropsOptionGetCount | Gets number of options for the property |
![]() | PropsOptionSetByIndex | Sets option property by its index |
![]() | PropsRemove | Removes the property. |
![]() | PropsSet | Sets the property. |
Name | Description | |
---|---|---|
![]() | OnEventSafe | Safe analog for OnEvent method. In this case memory usage is optimized. Note: Release all the objects before exit OnEvent event body.Raises on each received event |