Vinyl
    Preparing search index...

    Interface VinylAmznOptions

    Runtime configuration for the VinylAmzn Player

    interface VinylAmznOptions {
        abr: QualitySelectorImplOptions;
        dmls: null | DmlsOptions;
        loudnessNormalization: LoudnessNormalizationControllerImplOptions;
        preferredLanguage: null | string;
        profileId?: null | string;
        streaming: AmznStreamingOptions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Configuration for the default adaptive bitrate selector.

    dmls: null | DmlsOptions

    DMLS Configuration. Must be set within 30s of the first request to load Amazon catalogue tracks.

    If changed, the cache will be cleared, but the currently playing track will not be unloaded.

    preferredLanguage: null | string

    Preferred language for audio content, using a code as defined by RFC 5646 (e.g. 'en', 'ja'). When set, only adaptation sets / variants matching this language (or without a language tag) are kept. Null means no language preference (all languages are kept).

    profileId?: null | string

    A Profile ID (PID) serves as a unique identifier for an actor within Amazon's systems. Prefer to set profileId over customer.customerId.

    Convert to customer id using https://www.music.amazon.dev/firefly/profile-id-translator

    Streaming Configuration. If changed, clears all fetched fragments and source buffers of the current track.