Class: BMFF::Box::MovieFragmentRandomAccess
- Includes:
- Container
- Defined in:
- lib/bmff/box/movie_fragment_random_access.rb
Overview
vim: set expandtab tabstop=2 shiftwidth=2 softtabstop=2 autoindent:
Instance Attribute Summary
Attributes included from Container
Attributes inherited from Base
#io, #largesize, #offset, #parent, #size, #type, #usertype
Instance Method Summary collapse
Methods included from Container
#add_child, #container?, #find, #find_all, #parse_children, #select_descendants
Methods inherited from Base
#actual_size, #container?, #eob?, #parse, register_box, register_uuid_box, #remaining_size, #root, #seek_to_end
Instance Method Details
#parse_data ⇒ Object
8 9 10 11 |
# File 'lib/bmff/box/movie_fragment_random_access.rb', line 8 def parse_data super parse_children end |