Vinyl
Preparing search index...
@amzn/vinyl-amzn
createVinylTrackFactories
Function createVinylTrackFactories
createVinylTrackFactories
(
deps
:
VinylTrackFactoryDeps
,
)
:
{
dash
:
TrackFactory
<
DashTrackLoadOptions
>
;
hls
:
TrackFactory
<
HlsTrackLoadOptions
>
;
src
:
TrackFactory
<
SourceTrackLoadOptions
>
;
srcObject
:
TrackFactory
<
SourceObjectTrackLoadOptions
>
;
}
Provides a map of track type id to their respective loaders.
Parameters
deps
:
VinylTrackFactoryDeps
Returns
{
dash
:
TrackFactory
<
DashTrackLoadOptions
>
;
hls
:
TrackFactory
<
HlsTrackLoadOptions
>
;
src
:
TrackFactory
<
SourceTrackLoadOptions
>
;
srcObject
:
TrackFactory
<
SourceObjectTrackLoadOptions
>
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Vinyl
Loading...
Provides a map of track type id to their respective loaders.