Docs incorrect or hard to follow?

Tweet me

so I can make things better! 😊

Soundcloud Wrapper

Streams

Streams type.

Example

your-api-route.ts
import { Streams } from "soundcloud-wrapper/types"
 
const streams: Streams = {
  // Streams data
}

Params

PropTypeDefault
http_mp3_128_url
string
-
hls_mp3_128_url
string
-
hls_opus_64_url
string
-
preview_mp3_128_url
string
-

On this page