Module: FLV::Edit::Processor::MainEvent::Event
- Defined in:
- lib/flvedit/processor/dispatcher.rb
Constant Summary collapse
- MAPPING =
Hash.new(:on_other_event).merge!( :onMetaData => :on_meta_data, :onCuePoint => :on_cue_point, :onLastSecond => :on_last_second ).freeze
Instance Method Summary collapse
Instance Method Details
#main_event ⇒ Object
157 158 159 |
# File 'lib/flvedit/processor/dispatcher.rb', line 157 def main_event MAPPING[event] end |