kvision
Toggle table of contents
8.2.0
js
Platform filter
js
Switch theme
Search in API
kvision
kvision-electron
/
io.kvision.electron.electron
/
ContentTracing
Content
Tracing
external
interface
ContentTracing
(
source
)
Members
Functions
get
Categories
Link copied to clipboard
abstract
fun
getCategories
(
)
:
Promise
<
Array
<
String
>
>
get
Trace
Buffer
Usage
Link copied to clipboard
abstract
fun
getTraceBufferUsage
(
)
:
Promise
<
TraceBufferUsageReturnValue
>
start
Recording
Link copied to clipboard
abstract
fun
startRecording
(
options
:
TraceCategoriesAndOptions
)
:
Promise
<
Unit
>
abstract
fun
startRecording
(
options
:
TraceConfig
)
:
Promise
<
Unit
>
stop
Recording
Link copied to clipboard
abstract
fun
stopRecording
(
resultFilePath
:
String
=
definedExternally
)
:
Promise
<
String
>