Method: Klear::Choreography#fps
- Defined in:
- lib/klear/choreography.rb
#fps ⇒ Object (readonly)
class Frames < BinData::Record
array :numbers, :type => :uint16be, :read_until => :eof
end
11 12 13 |
# File 'lib/klear/choreography.rb', line 11 def fps @fps end |