Version 104.4.240
Code is the numeric enum entry for a specific set of error codes, such
as PipelineStatusCodes in media/base/pipeline_status.h
Namespace:
CefSharp.DevTools.Media
Assembly:
CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntax public int Code { get; set; }
public:
property int Code {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also