Method: Ektoplayer::Views::PlayingInfo#paused!

Defined in:
lib/ektoplayer/views/playinginfo.rb

#paused!Object



11
12
13
14
# File 'lib/ektoplayer/views/playinginfo.rb', line 11

def paused!
   return if @state == :paused
   with_lock { @state = :paused; want_redraw }
end