class Worker::AudioPlayer::RemoteAudio
- Worker::AudioPlayer::RemoteAudio
- Worker::AudioPlayer::Audio
- Reference
- Object
Defined in:
worker/audio_player/remote_audio.crConstructors
Instance Method Summary
- #destroy : Nil
- #id : String
- #load(&block : -> File | Nil) : Nil
- #manager : String
- #open(&block : IO -> Nil) : Nil
- #status : Status
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