Timeline Studio API Documentation - v0.26.0
Preparing search index...
features/ai-chat/types/ai-context
PlayerContext
Interface PlayerContext
Контекст видеоплеера
interface
PlayerContext
{
currentVideo
:
any
;
playbackState
:
{
currentTime
:
number
;
duration
:
number
;
isPlaying
:
boolean
;
volume
:
number
;
}
;
previewEffects
:
{
effectId
:
string
;
params
:
Record
<
string
,
any
>
}
[]
;
previewFilters
:
{
filterId
:
string
;
params
:
Record
<
string
,
any
>
}
[]
;
previewTemplate
:
{
files
:
MediaFile
[]
;
templateId
:
string
}
;
}
Index
Properties
current
Video
playback
State
preview
Effects
preview
Filters
preview
Template
Properties
current
Video
currentVideo
:
any
playback
State
playbackState
:
{
currentTime
:
number
;
duration
:
number
;
isPlaying
:
boolean
;
volume
:
number
;
}
preview
Effects
previewEffects
:
{
effectId
:
string
;
params
:
Record
<
string
,
any
>
}
[]
preview
Filters
previewFilters
:
{
filterId
:
string
;
params
:
Record
<
string
,
any
>
}
[]
preview
Template
previewTemplate
:
{
files
:
MediaFile
[]
;
templateId
:
string
}
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
current
Video
playback
State
preview
Effects
preview
Filters
preview
Template
Timeline Studio API Documentation - v0.26.0
Loading...
Контекст видеоплеера