class Crono::Song

Defined in:

crono/song.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(src : String) #

[View source]

Instance Method Detail

def pause #

[View source]
def paused?(*args, **options) #

[View source]
def paused?(*args, **options, &) #

[View source]
def play #

[View source]
def playing?(*args, **options) #

[View source]
def playing?(*args, **options, &) #

[View source]
def resume #

[View source]
def stop #

[View source]
def toggle #

Toggle music between playing and pausing


[View source]