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 ICoreWebView2TextureStream WebTextureReceived event.

Summary

Members Descriptions
get_WebTexture Return ICoreWebView2ExperimentalWebTexture object.

Applies to

Product Introduced
WebView2 Win32 N/A
WebView2 Win32 Prerelease 1.0.1724

Members

get_WebTexture

Return ICoreWebView2ExperimentalWebTexture object.

public HRESULT get_WebTexture(ICoreWebView2ExperimentalWebTexture ** value)