Package com.github.Vincentvibe3.efplayer.core

Types

Link copied to clipboard
@Serializable
class Config(maxOpusChunks: Int, spotifySecret: String, spotifyClient: String, spotifyToken: String, spotifyTokenExpiry: Long)
Link copied to clipboard
class CounterChannel<T>(capacity: Int)
Link copied to clipboard
abstract class EventListener

The event listener where all player events are called

Link copied to clipboard
class Player(eventListener: EventListener)

The central component to start playing audio

Link copied to clipboard
class Track(url: String, extractor: Extractor, title: String?, author: String?, duration: Long, loadId: String)

A track for the Player