# File lib/rubygame/sound.rb, line 302
  def paused?
    channel_active? and
      SDL::Mixer.Playing( @channel ) == 1 and
      SDL::Mixer.Paused( @channel ) == 1
  end