Sha256: f2beea8a67a7b8dd661deff467a861f8bf13ae439583d76727a6f12dbe9e3b81

Contents?: true

Size: 169 Bytes

Versions: 5

Compression:

Stored size: 169 Bytes

Contents

module FileData
  # Factory mapping box type to a class that can parse it
  class BoxFactory
    class << self
      attr_reader :map
    end

    @map ||= {}
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
file_data-6.0.0 lib/file_data/formats/mpeg4/box_factory.rb
file_data-5.2.3 lib/file_data/formats/mpeg4/box_factory.rb
file_data-5.2.2 lib/file_data/formats/mpeg4/box_factory.rb
file_data-5.2.1 lib/file_data/formats/mpeg4/box_factory.rb
file_data-5.2.0 lib/file_data/formats/mpeg4/box_factory.rb