Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Note
This reference is no longer being maintained. For the latest API reference, see WebView2 API Reference.
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)