Amazon Vinyl
    Preparing search index...

    Interface MediaSourceControllerImplDeps

    interface MediaSourceControllerImplDeps {
        contentTypesValue: ContentTypesValue;
        mediaSourceFactory: () => MediaSource;
        mediaTimelineTransformed: ObservableValue<Promise<MediaTimeline>>;
    }
    Index
    contentTypesValue: ContentTypesValue

    Provides the streams that must be created before appending.

    mediaSourceFactory: () => MediaSource

    Creates a new media source.

    mediaTimelineTransformed: ObservableValue<Promise<MediaTimeline>>

    The media timeline used to determine duration.