Click or drag to resize

StreamFormat Enumeration

Version 94.4.20
Data format of a trace. Can be either the legacy JSON format or the protocol buffer format. Note that the JSON format will be deprecated soon.

Namespace:  CefSharp.DevTools.Tracing
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public enum StreamFormat
Members
  Member nameValueDescription
Json0 json
Proto1 proto
See Also