Sanity Library Reference Docs
Preparing search index...
@sanity/client
index
VideoPlaybackInfo
Interface VideoPlaybackInfo<T>
interface
VideoPlaybackInfo
<
T
extends
VideoPlaybackInfoItem
=
VideoPlaybackInfoItem
,
>
{
animated
:
T
;
aspectRatio
:
number
;
duration
:
number
;
id
:
string
;
storyboard
:
T
;
stream
:
T
;
thumbnail
:
T
;
}
Type Parameters
T
extends
VideoPlaybackInfoItem
=
VideoPlaybackInfoItem
Index
Properties
animated
aspect
Ratio
duration
id
storyboard
stream
thumbnail
Properties
animated
animated
:
T
aspect
Ratio
aspectRatio
:
number
duration
duration
:
number
id
id
:
string
storyboard
storyboard
:
T
stream
stream
:
T
thumbnail
thumbnail
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
animated
aspect
Ratio
duration
id
storyboard
stream
thumbnail
Sanity Library Reference Docs
Loading...