Documentation
¶
Index ¶
Constants ¶
View Source
const (
Placeholder = "https://soundcloud.com/images/fb_placeholder.png"
)
Variables ¶
View Source
var LogLevel format.LogLevel
Functions ¶
This section is empty.
Types ¶
type Media ¶
type Media struct {
// cf-media.sndcdn.com/QaV7QR1lxpc6.128.mp3?Policy=eyJTdGF0ZW1lbnQiOlt7IlJl...
URL string
}
type Track ¶
type Track struct {
ID int
Title string
// 2021-04-12T07:00:01Z
Display_Date string
Media struct {
Transcodings []struct {
Format struct {
Protocol string
}
// api-v2.soundcloud.com/media/soundcloud:tracks:103650107/
// aca81dd5-2feb-4fc4-a102-036fb35fe44a/stream/progressive
URL string
}
}
User struct {
Username string
}
}
func (Track) Progressive ¶ added in v1.40.8
Click to show internal directories.
Click to hide internal directories.