Vinyl
    Preparing search index...

    Interface AmazonPlaybackQuality

    interface AmazonPlaybackQuality {
        bandwidth: null | number;
        bitDepth: null | number;
        samplingRate: null | number;
        trackType: AmznTrackType;
    }
    Index

    Properties

    bandwidth: null | number

    The average bits per second for the representation's filesize.

    This comes from the RepresentationType.bandwidth property in the dash manifest. null if the bandwidth is unknown.

    bitDepth: null | number

    The bits per sample. I.e. 16, 24, 32

    samplingRate: null | number

    The max audio sampling rate, in samples per second, e.g. 44100, 48000.

    null if the sampling rate is unknown.

    trackType: AmznTrackType

    The track type. This corresponds to amz-music:trackType on the adaptation set for Dash, or the requested quality for HLS. Progressive tracks will report as SD.