vot.js - v2.4.12
Preparing search index...
@vot.js/ext
VOTTypes
VideoJSType
Player
Type Alias Player<T>
type
Player
<
T
extends
VOTTypes
.
VideoJSType
.
PlayerOptions
=
VOTTypes
.
VideoJSType
.
PlayerOptions
,
>
=
{
cache_
:
PlayerCache
;
currentSources
?:
VOTTypes
.
VideoJSType
.
Source
[]
;
el_
:
VOTTypes
.
VideoJSType
.
PlayerElement
<
T
>
;
isAudio_
:
boolean
;
isDisposed_
:
boolean
;
isFullscreen_
:
boolean
;
isPosterFromTech_
:
boolean
;
isReady_
:
boolean
;
language_
:
string
;
languages_
:
PlayerLanguages
;
lastSource_
:
Record
<
string
,
string
>
;
options_
:
T
;
player_
:
VOTTypes
.
VideoJSType
.
Player
;
poster_
:
string
;
textTracks_
?:
TextTrackObj
;
duration
()
:
number
;
getCache
()
:
PlayerCache
;
textTracks
()
:
TextTrackObj
;
}
Type Parameters
T
extends
VOTTypes
.
VideoJSType
.
PlayerOptions
=
VOTTypes
.
VideoJSType
.
PlayerOptions
Index
Properties
cache_
current
Sources?
el_
is
Audio_
is
Disposed_
is
Fullscreen_
is
Poster
From
Tech_
is
Ready_
language_
languages_
last
Source_
options_
player_
poster_
text
Tracks_?
Methods
duration
get
Cache
text
Tracks
Properties
cache_
cache_
:
PlayerCache
Optional
current
Sources
currentSources
?:
VOTTypes
.
VideoJSType
.
Source
[]
el_
el_
:
VOTTypes
.
VideoJSType
.
PlayerElement
<
T
>
is
Audio_
isAudio_
:
boolean
is
Disposed_
isDisposed_
:
boolean
is
Fullscreen_
isFullscreen_
:
boolean
is
Poster
From
Tech_
isPosterFromTech_
:
boolean
is
Ready_
isReady_
:
boolean
language_
language_
:
string
languages_
languages_
:
PlayerLanguages
last
Source_
lastSource_
:
Record
<
string
,
string
>
options_
options_
:
T
player_
player_
:
VOTTypes
.
VideoJSType
.
Player
poster_
poster_
:
string
Optional
text
Tracks_
textTracks_
?:
TextTrackObj
Methods
duration
duration
()
:
number
Returns
number
get
Cache
getCache
()
:
PlayerCache
Returns
PlayerCache
text
Tracks
textTracks
()
:
TextTrackObj
Returns
TextTrackObj
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache_
current
Sources
el_
is
Audio_
is
Disposed_
is
Fullscreen_
is
Poster
From
Tech_
is
Ready_
language_
languages_
last
Source_
options_
player_
poster_
text
Tracks_
Methods
duration
get
Cache
text
Tracks
vot.js - v2.4.12
Loading...