Preparing search index...
The search index is not available
@clockworkdog/cogs-client
@clockworkdog/cogs-client
MediaSchema
VideoState
Type Alias VideoState
VideoState
:
{
audioOutput
:
string
;
file
:
string
;
fit
:
"cover"
|
"contain"
|
"none"
;
keyframes
:
[
InitialVideoKeyframe
,
...
(
VideoKeyframe
|
NullKeyframe
)
[]
]
;
type
:
"video"
;
}
Type declaration
audioOutput
:
string
file
:
string
fit
:
"cover"
|
"contain"
|
"none"
keyframes
:
[
InitialVideoKeyframe
,
...
(
VideoKeyframe
|
NullKeyframe
)
[]
]
type
:
"video"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@clockworkdog/cogs-client
Loading...