Class: DhunExt

Inherits:
Object
  • Object
show all
Defined in:
ext/dhun_ext.c

Class Method Summary collapse

Class Method Details

.is_playing?Boolean



23
# File 'ext/dhun_ext.c', line 23

static VALUE method_is_playing(VALUE self);

.pauseObject



24
# File 'ext/dhun_ext.c', line 24

static VALUE method_pause_play(VALUE self);

.play_fileObject



20
# File 'ext/dhun_ext.c', line 20

static VALUE method_play_file(VALUE self, VALUE fileName);

.query_spotlightObject



22
# File 'ext/dhun_ext.c', line 22

static VALUE method_query_spotlight(VALUE self, VALUE query);

.resumeObject



25
# File 'ext/dhun_ext.c', line 25

static VALUE method_resume_play(VALUE self);

.stopObject



21
# File 'ext/dhun_ext.c', line 21

static VALUE method_stop_play(VALUE self);