Amazon Vinyl
    Preparing search index...

    Interface AllowedContentTypesValueDeps

    interface AllowedContentTypesValueDeps {
        baseContentTypesValue: ContentTypesValue;
        options: ObservableValue<
            { allowedContentTypes: readonly RestrictableContentType[]
            | null },
        >;
    }
    Index
    baseContentTypesValue: ContentTypesValue

    The unfiltered content types present in the manifest.

    options: ObservableValue<
        { allowedContentTypes: readonly RestrictableContentType[]
        | null },
    >

    The player options. The allowedContentTypes allow list restricts which media content types are streamed; null means no restriction.