Class: FLV::Edit::Processor::Print

Inherits:
Base
  • Object
show all
Defined in:
lib/flv/edit/processor/print.rb

Constant Summary

Constants inherited from Base

Base::ALL_EVENTS, Base::EVENT_TRIGGER, Base::EVENT_TRIGGER_LIST, Base::MAIN_EVENTS

Instance Attribute Summary

Attributes inherited from Base

#options

Instance Method Summary collapse

Methods inherited from Base

#absorb, #dispatch_chunk, #dispatch_chunks, #dispatch_instead, #each, #has_next_file?, #initialize, #process_all, #process_next_file, #rewind, #stdout, #stop

Constructor Details

This class inherits a constructor from FLV::Edit::Processor::Base

Instance Method Details

#on_meta_data(tag) ⇒ Object



7
8
9
# File 'lib/flv/edit/processor/print.rb', line 7

def (tag)
  tag.debug(Printer.new(stdout))
end