Sanity Library Reference Docs
Preparing search index...
next-sanity
index
VideoPlaybackInfo
Interface VideoPlaybackInfo<T, R, S>
interface
VideoPlaybackInfo
<
T
extends
VideoPlaybackInfoItem
=
VideoPlaybackInfoItem
,
R
extends
VideoRenditionInfo
=
T
extends
VideoPlaybackInfoItemSigned
?
VideoRenditionInfoSigned
:
VideoRenditionInfo
,
S
extends
VideoSubtitleInfo
=
T
extends
VideoPlaybackInfoItemSigned
?
VideoSubtitleInfoSigned
:
VideoSubtitleInfo
,
>
{
animated
:
T
;
aspectRatio
:
number
;
duration
:
number
;
id
:
string
;
renditions
?:
R
[]
;
storyboard
:
T
;
stream
:
T
;
subtitles
?:
S
[]
;
thumbnail
:
T
;
}
Type Parameters
T
extends
VideoPlaybackInfoItem
=
VideoPlaybackInfoItem
R
extends
VideoRenditionInfo
=
T
extends
VideoPlaybackInfoItemSigned
?
VideoRenditionInfoSigned
:
VideoRenditionInfo
S
extends
VideoSubtitleInfo
=
T
extends
VideoPlaybackInfoItemSigned
?
VideoSubtitleInfoSigned
:
VideoSubtitleInfo
Index
Properties
animated
aspect
Ratio
duration
id
renditions?
storyboard
stream
subtitles?
thumbnail
Properties
animated
animated
:
T
aspect
Ratio
aspectRatio
:
number
duration
duration
:
number
id
id
:
string
Optional
renditions
renditions
?:
R
[]
storyboard
storyboard
:
T
stream
stream
:
T
Optional
subtitles
subtitles
?:
S
[]
thumbnail
thumbnail
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
animated
aspect
Ratio
duration
id
renditions
storyboard
stream
subtitles
thumbnail
Sanity Library Reference Docs
Loading...