Class: FileData::IlstBox
- Inherits:
-
Struct
- Object
- Struct
- FileData::IlstBox
- Defined in:
- lib/file_data/formats/mpeg4/box_parsers/ilst_box.rb
Instance Attribute Summary collapse
-
#data_box ⇒ Object
Returns the value of attribute data_box.
-
#index ⇒ Object
Returns the value of attribute index.
Instance Attribute Details
#data_box ⇒ Object
Returns the value of attribute data_box
24 25 26 |
# File 'lib/file_data/formats/mpeg4/box_parsers/ilst_box.rb', line 24 def data_box @data_box end |
#index ⇒ Object
Returns the value of attribute index
24 25 26 |
# File 'lib/file_data/formats/mpeg4/box_parsers/ilst_box.rb', line 24 def index @index end |