vot.js - v2.4.12
Preparing search index...
@vot.js/ext
<internal>
VideoData
Type Alias VideoData<T>
type
VideoData
<
T
extends
string
=
VideoService
>
=
{
description
?:
string
;
detectedLanguage
?:
RequestLang
;
duration
?:
number
;
host
:
T
;
isStream
?:
boolean
;
localizedTitle
?:
string
;
subtitles
?:
VideoDataSubtitle
[]
;
title
?:
string
;
translationHelp
?:
TranslationHelp
[]
|
null
;
url
:
string
;
videoId
:
string
;
}
Type Parameters
T
extends
string
=
VideoService
Index
Properties
description?
detected
Language?
duration?
host
is
Stream?
localized
Title?
subtitles?
title?
translation
Help?
url
video
Id
Properties
Optional
description
description
?:
string
Optional
detected
Language
detectedLanguage
?:
RequestLang
Optional
duration
duration
?:
number
host
host
:
T
Optional
is
Stream
isStream
?:
boolean
Optional
localized
Title
localizedTitle
?:
string
Optional
subtitles
subtitles
?:
VideoDataSubtitle
[]
Optional
title
title
?:
string
Optional
translation
Help
translationHelp
?:
TranslationHelp
[]
|
null
url
url
:
string
video
Id
videoId
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
description
detected
Language
duration
host
is
Stream
localized
Title
subtitles
title
translation
Help
url
video
Id
vot.js - v2.4.12
Loading...