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