Documentation ¶
Index ¶
Constants ¶
View Source
const RETRIES = 25
How often a new connection attempt should be done. With a starting delay of 500ms that exponentially increases, this is about 5 minutes.
View Source
const RETRY_TIMEOUT = 500
Initial retry timeout in milliseconds. This timeout increases exponentially.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RandomID ¶
type RandomID struct {
// contains filtered or unexported fields
}
RandomID implements the 'rid' field for the Channel API.
type YouTube ¶
type YouTube struct {
// contains filtered or unexported fields
}
The YouTube app can play the audio track of YouTube videos, and is designed to be very lightweight (not running Chrome).
func (*YouTube) FriendlyName ¶
Click to show internal directories.
Click to hide internal directories.