CoreWebView2TextureStreamErrorKind Enum

Definition

Error info with enum value.

public enum CoreWebView2TextureStreamErrorKind
type CoreWebView2TextureStreamErrorKind = 
Public Enum CoreWebView2TextureStreamErrorKind
Inheritance
CoreWebView2TextureStreamErrorKind

Fields

CoreWebView2TextureStreamErrorNoVideoTrackStarted 0

An error that texture stream is not active.

CoreWebView2TextureStreamErrorTextureError 1

An error that is associated with the texture.

CoreWebView2TextureStreamErrorTextureInUse 2

An error that presenting texture is already in use.

NoVideoTrackStarted 0

An error that texture stream is not active.

TextureError 1

An error that is associated with the texture.

TextureInUse 2

An error that presenting texture is already in use.

Applies to