Class: FLV::Edit::Processor::MetaDataMaker::Info
- Inherits:
-
Struct
- Object
- Struct
- FLV::Edit::Processor::MetaDataMaker::Info
- Defined in:
- lib/flvedit/processor/meta_data_maker.rb
Instance Attribute Summary collapse
-
#bytes ⇒ Object
Returns the value of attribute bytes.
-
#first ⇒ Object
Returns the value of attribute first.
-
#last ⇒ Object
Returns the value of attribute last.
-
#tag_count ⇒ Object
Returns the value of attribute tag_count.
Instance Attribute Details
#bytes ⇒ Object
Returns the value of attribute bytes
12 13 14 |
# File 'lib/flvedit/processor/meta_data_maker.rb', line 12 def bytes @bytes end |
#first ⇒ Object
Returns the value of attribute first
12 13 14 |
# File 'lib/flvedit/processor/meta_data_maker.rb', line 12 def first @first end |
#last ⇒ Object
Returns the value of attribute last
12 13 14 |
# File 'lib/flvedit/processor/meta_data_maker.rb', line 12 def last @last end |
#tag_count ⇒ Object
Returns the value of attribute tag_count
12 13 14 |
# File 'lib/flvedit/processor/meta_data_maker.rb', line 12 def tag_count @tag_count end |