Class: FileData::DataBox
- Inherits:
-
Struct
- Object
- Struct
- FileData::DataBox
- Defined in:
- lib/file_data/formats/mpeg4/box_parsers/ilst_data_box.rb
Instance Attribute Summary collapse
-
#data_type ⇒ Object
Returns the value of attribute data_type.
-
#locale ⇒ Object
Returns the value of attribute locale.
-
#value_text ⇒ Object
Returns the value of attribute value_text.
Instance Attribute Details
#data_type ⇒ Object
Returns the value of attribute data_type
16 17 18 |
# File 'lib/file_data/formats/mpeg4/box_parsers/ilst_data_box.rb', line 16 def data_type @data_type end |
#locale ⇒ Object
Returns the value of attribute locale
16 17 18 |
# File 'lib/file_data/formats/mpeg4/box_parsers/ilst_data_box.rb', line 16 def locale @locale end |
#value_text ⇒ Object
Returns the value of attribute value_text
16 17 18 |
# File 'lib/file_data/formats/mpeg4/box_parsers/ilst_data_box.rb', line 16 def value_text @value_text end |