class Worker::AudioPlayer::RemoteAudio

Defined in:

worker/audio_player/remote_audio.cr

Constructors

Instance Method Summary

Instance methods inherited from class Worker::AudioPlayer::Audio

artist : String artist, destroy : Nil destroy, duration : Time::Span duration, open(&block : IO -> Nil) : Nil open, ready? : Bool ready?, status : Status status, title : String title, to_s(io : IO) : Nil to_s

Constructor methods inherited from class Worker::AudioPlayer::Audio

new(artist : String, title : String, duration : UInt32)
new(artist : String, title : String, duration : Time::Span)
new

Constructor Detail

def self.new(manager : String, id : String, *args) #

[View source]

Instance Method Detail

def destroy : Nil #

[View source]
def id : String #

[View source]
def load(&block : -> File | Nil) : Nil #

[View source]
def manager : String #

[View source]
def open(&block : IO -> Nil) : Nil #

[View source]
def status : Status #

[View source]