RPE Chart Utils
Preparing search index...
types
Video
Interface Video
A video background entry in extra.json.
path
— file path to the video asset (required).
time
— start beat in RPE beat format.
scale
— scaling mode:
cropCenter
(fill),
inside
(fit),
fit
(stretch).
alpha
— opacity (animated variable or constant, 0–1).
dim
— dimming amount (animated variable or constant, 0–1).
interface
Video
{
path
:
string
;
time
:
[
number
,
number
,
number
]
;
startTimeSec
?:
number
;
endTimeSec
?:
number
;
scale
:
"cropCenter"
|
"inside"
|
"fit"
;
alpha
:
number
|
AnimatedVariable
;
dim
:
number
|
AnimatedVariable
;
zIndex
?:
number
;
attach
?:
VideoAttach
;
}
Index
Properties
path
time
start
Time
Sec?
end
Time
Sec?
scale
alpha
dim
z
Index?
attach?
Properties
path
path
:
string
time
time
:
[
number
,
number
,
number
]
Optional
start
Time
Sec
startTimeSec
?:
number
Optional
end
Time
Sec
endTimeSec
?:
number
scale
scale
:
"cropCenter"
|
"inside"
|
"fit"
alpha
alpha
:
number
|
AnimatedVariable
dim
dim
:
number
|
AnimatedVariable
Optional
z
Index
zIndex
?:
number
Optional
attach
attach
?:
VideoAttach
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
path
time
start
Time
Sec
end
Time
Sec
scale
alpha
dim
z
Index
attach
RPE Chart Utils
Loading...
A video background entry in extra.json.
path— file path to the video asset (required).time— start beat in RPE beat format.scale— scaling mode:cropCenter(fill),inside(fit),fit(stretch).alpha— opacity (animated variable or constant, 0–1).dim— dimming amount (animated variable or constant, 0–1).