interface ICoreWebView2ExperimentalTextureStreamWebTextureReceivedEventArgs

Note

This an experimental API that is shipped with our prerelease SDK. See WebView2 release notes.

interface ICoreWebView2ExperimentalTextureStreamWebTextureReceivedEventArgs
  : public IUnknown

The event args for the WebTextureReceived event.

Summary

Members Descriptions
get_WebTexture The web texture that is received.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.1724

Members

get_WebTexture

The web texture that is received.

public HRESULT get_WebTexture(ICoreWebView2ExperimentalWebTexture ** value)