Amazon Vinyl
Preparing search index...
@amazon/vinyl
createDashContentStreamFactories
Function createDashContentStreamFactories
createDashContentStreamFactories
(
options
:
Maybe
<
ContentStreamingOptions
>
,
)
:
(
deps
:
DashContentStreamTrackDeps
,
)
=>
MemoizedFunction
&
(
contentType
:
ContentType
,
)
=>
NoInfer
<
{
bufferingController
:
(
deps
:
BufferingControllerImplDeps
,
)
=>
BufferingControllerImpl
;
mediaSourceController
:
Factory
;
mediaTimelineTransformed
:
Factory
<
ObservableValue
<
Promise
<
MediaTimeline
>
>
>
;
playbackController
:
Factory
;
qualitySelector
:
Factory
;
segmentController
:
(
deps
:
SegmentControllerImplDeps
,
)
=>
SegmentControllerImpl
;
sourceBufferControllerFactory
:
(
deps
:
SourceBufferControllerImplDeps
,
)
=>
()
=>
SourceBufferControllerImpl
;
}
,
>
Returns a function to produce the Factories needed for a new ContentStreamImpl.
Parameters
options
:
Maybe
<
ContentStreamingOptions
>
Returns
(
deps
:
DashContentStreamTrackDeps
,
)
=>
MemoizedFunction
&
(
contentType
:
ContentType
,
)
=>
NoInfer
<
{
bufferingController
:
(
deps
:
BufferingControllerImplDeps
,
)
=>
BufferingControllerImpl
;
mediaSourceController
:
Factory
;
mediaTimelineTransformed
:
Factory
<
ObservableValue
<
Promise
<
MediaTimeline
>
>
>
;
playbackController
:
Factory
;
qualitySelector
:
Factory
;
segmentController
:
(
deps
:
SegmentControllerImplDeps
,
)
=>
SegmentControllerImpl
;
sourceBufferControllerFactory
:
(
deps
:
SourceBufferControllerImplDeps
,
)
=>
()
=>
SourceBufferControllerImpl
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Amazon Vinyl
Loading...
Returns a function to produce the Factories needed for a new ContentStreamImpl.