CoreWebView2WebTexture Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Web Texture that receives from the Javascript.
public class CoreWebView2WebTexture
type CoreWebView2WebTexture = class
Public Class CoreWebView2WebTexture
- Inheritance
-
CoreWebView2WebTexture
Properties
Handle |
NT handle that can be shared from the browser. |
Resource |
D2D texture resource that the host can read from. |
Timestamp |
The timestamp of the web texture. Javascript can set this value with any value, but it is suggested to use same value of its original video frame that is a value of PresentTexture so that the host is able to tell the receiving texture delta. |