Version 108.4.130
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: 108.4.130.0 (108.4.130.0)
Syntax public int Code { get; set; }
public:
property int Code {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also