Module: FLV::Edit::Processor::MainEvent::Event
- Defined in:
- lib/flv/edit/processor/base.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
191 192 193 |
# File 'lib/flv/edit/processor/base.rb', line 191 def main_event MAPPING[event] end |