@iamtraction/play-dl
    Preparing search index...

    Interface SoundCloudTrackFormat

    interface SoundCloudTrackFormat {
        duration: number;
        format: { mime_type: string; protocol: string };
        preset: string;
        quality: string;
        url: string;
    }
    Index
    duration: number

    SoundCloud Track Format Duration

    format: { mime_type: string; protocol: string }

    SoundCloud Track Format data containing protocol and mime_type

    preset: string

    SoundCloud Track Format preset

    quality: string

    SoundCloud Track Format quality

    url: string

    SoundCloud Track Format Url