Vinyl
    Preparing search index...

    Interface MediaSourceControllerImplDeps

    interface MediaSourceControllerImplDeps {
        contentTypesValue: ContentTypesValue;
        mediaSourceFactory: () => MediaSource;
    }
    Index

    Properties

    contentTypesValue: ContentTypesValue

    Provides the streams that must be created before appending.

    mediaSourceFactory: () => MediaSource

    Creates a new media source.