PlayerErrorCause Property |
Version 106.0.290
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: 106.0.290.0 (106.0.290.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