Class: FileData::BoxFactory

Inherits:
Object
  • Object
show all
Defined in:
lib/file_data/formats/mpeg4/box_factory.rb

Overview

Factory mapping box type to a class that can parse it

Class Attribute Summary collapse

Class Attribute Details

.mapObject (readonly)

Returns the value of attribute map.



5
6
7
# File 'lib/file_data/formats/mpeg4/box_factory.rb', line 5

def map
  @map
end