Class: FileData::BoxFactory
- Inherits:
-
Object
- Object
- FileData::BoxFactory
- 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
-
.map ⇒ Object
readonly
Returns the value of attribute map.
Class Attribute Details
.map ⇒ Object (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 |