Class: FLV::Edit::Processor::MetaDataMaker::Info
- Inherits:
-
Struct
- Object
- Struct
- FLV::Edit::Processor::MetaDataMaker::Info
- Defined in:
- lib/flv/edit/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
8 9 10 |
# File 'lib/flv/edit/processor/meta_data_maker.rb', line 8 def bytes @bytes end |
#first ⇒ Object
Returns the value of attribute first
8 9 10 |
# File 'lib/flv/edit/processor/meta_data_maker.rb', line 8 def first @first end |
#last ⇒ Object
Returns the value of attribute last
8 9 10 |
# File 'lib/flv/edit/processor/meta_data_maker.rb', line 8 def last @last end |
#tag_count ⇒ Object
Returns the value of attribute tag_count
8 9 10 |
# File 'lib/flv/edit/processor/meta_data_maker.rb', line 8 def tag_count @tag_count end |