PlayerErrorCause Property |
Version 118.6.80
Errors potentially have a root cause error, ie, a DecoderError might be
caused by an WindowsError
Namespace:
CefSharp.DevTools.Media
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public IList<PlayerError> Cause { get; set; }
public:
property IList<PlayerError^>^ Cause {
IList<PlayerError^>^ get ();
void set (IList<PlayerError^>^ value);
}
Property Value
Type:
IListPlayerErrorSee Also