Compartilhar via


CoreWebView2WebTexture Class

Definition

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.

Applies to