Timeline Studio API Documentation - v0.26.0
Preparing search index...
types/video-compiler
SystemInfo
Interface SystemInfo
interface
SystemInfo
{
cpu
:
{
arch
:
string
;
cores
:
number
}
;
memory
:
{
total_bytes
:
number
;
total_gb
:
number
;
total_mb
:
number
}
;
os
:
{
architecture
:
string
;
type
:
string
;
version
:
string
}
;
runtime
:
{
rust_version
:
string
;
tauri_version
:
string
}
;
}
Index
Properties
cpu
memory
os
runtime
Properties
cpu
cpu
:
{
arch
:
string
;
cores
:
number
}
memory
memory
:
{
total_bytes
:
number
;
total_gb
:
number
;
total_mb
:
number
}
os
os
:
{
architecture
:
string
;
type
:
string
;
version
:
string
}
runtime
runtime
:
{
rust_version
:
string
;
tauri_version
:
string
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
cpu
memory
os
runtime
Timeline Studio API Documentation - v0.26.0
Loading...