Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Images = []Image{ {Size: "t120x120"}, {Size: "t1240x260", Crop: true}, {Size: "t200x200"}, {Size: "t20x20"}, {Size: "t240x240"}, {Size: "t2480x520", Crop: true}, {Size: "t250x250"}, {Size: "t300x300"}, {Size: "t40x40"}, {Size: "t47x47"}, {Size: "t500x"}, {Size: "t500x500"}, {Size: "t50x50"}, {Size: "t60x60"}, {Size: "t67x67"}, {Size: "t80x80"}, {Size: "tx250"}, }
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=eyJTdGF0ZW1lbnQiOlt7IlJ...
URL string
}
type Track ¶
type Track struct {
Display_Date string // 2021-04-12T07:00:01Z
ID int
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
}
}
Title string
Artwork_URL string
User struct {
Avatar_URL string
Username string
}
}
func (Track) Progressive ¶ added in v1.40.8
Click to show internal directories.
Click to hide internal directories.