Click or drag to resize

PlayerErrorStack Property

Version 130.1.90
A trace of where this error was caused / where it passed through.

Namespace: CefSharp.DevTools.Media
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public IList<PlayerErrorSourceLocation> Stack { get; set; }

Property Value

IListPlayerErrorSourceLocation
See Also