PlayerErrorCause Property |
Version 109.1.110
Errors potentially have a root cause error, ie, a DecoderError might be
caused by an WindowsError
Namespace:
CefSharp.DevTools.Media
Assembly:
CefSharp (in CefSharp.dll) Version: 109.1.110.0 (109.1.110.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