Class: DhunExt
- Inherits:
-
Object
- Object
- DhunExt
- Defined in:
- ext/dhun_ext.c
Class Method Summary collapse
- .is_playing? ⇒ Boolean
- .pause ⇒ Object
- .play_file ⇒ Object
- .query_spotlight ⇒ Object
- .resume ⇒ Object
- .stop ⇒ Object
Class Method Details
.is_playing? ⇒ Boolean
23 |
# File 'ext/dhun_ext.c', line 23 static VALUE (VALUE self); |
.pause ⇒ Object
24 |
# File 'ext/dhun_ext.c', line 24 static VALUE method_pause_play(VALUE self); |
.play_file ⇒ Object
20 |
# File 'ext/dhun_ext.c', line 20 static VALUE method_play_file(VALUE self, VALUE fileName); |
.query_spotlight ⇒ Object
22 |
# File 'ext/dhun_ext.c', line 22 static VALUE method_query_spotlight(VALUE self, VALUE query); |
.resume ⇒ Object
25 |
# File 'ext/dhun_ext.c', line 25 static VALUE method_resume_play(VALUE self); |
.stop ⇒ Object
21 |
# File 'ext/dhun_ext.c', line 21 static VALUE method_stop_play(VALUE self); |