Google

/*
 * Is XMMS playing?
 *
 * Examples:
 *   puts 'playing' if remote.is_playing?
 *   puts 'playing' if remote.playing?
 *
 */
static VALUE xr_playing(VALUE self) {