soundcloud-api-ts - v1.9.0
    Preparing search index...

    Interface SoundCloudStreams

    Stream URLs for a SoundCloud track, containing various format options.

    interface SoundCloudStreams {
        hls_aac_160_url?: string;
        hls_mp3_128_url?: string;
        http_mp3_128_url?: string;
        preview_mp3_128_url?: string;
    }
    Index

    Properties

    hls_aac_160_url?: string

    HLS stream URL for AAC at 160kbps (may be undefined if unavailable)

    hls_mp3_128_url?: string

    HLS stream URL for MP3 at 128kbps (may be undefined if unavailable)

    http_mp3_128_url?: string

    Direct HTTP MP3 stream URL at 128kbps.

    Use HLS URLs instead; this field may not be available for all tracks.

    preview_mp3_128_url?: string

    Preview MP3 stream URL at 128kbps for non-full-access tracks (may be undefined)