Class: FileData::DataBox

Inherits:
Struct
  • Object
show all
Defined in:
lib/file_data/formats/mpeg4/box_parsers/ilst_data_box.rb

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeObject

Returns the value of attribute data_type

Returns:

  • (Object)

    the current value of 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

#localeObject

Returns the value of attribute locale

Returns:

  • (Object)

    the current value of locale



16
17
18
# File 'lib/file_data/formats/mpeg4/box_parsers/ilst_data_box.rb', line 16

def locale
  @locale
end

#value_textObject

Returns the value of attribute value_text

Returns:

  • (Object)

    the current value of 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