class Worker::AudioPlayer::AssetAudio

Defined in:

worker/audio_player/asset_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(asset_name : String, *args) #

[View source]

Instance Method Detail

def asset_name : String #

[View source]
def destroy : Nil #

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

[View source]
def status : Status #

[View source]