Class: BMFF::Box::LevelAssignment::Level

Inherits:
Object
  • Object
show all
Defined in:
lib/bmff/box/level_assignment.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assignment_typeObject

Returns the value of attribute assignment_type.



9
10
11
# File 'lib/bmff/box/level_assignment.rb', line 9

def assignment_type
  @assignment_type
end

#grouping_typeObject

Returns the value of attribute grouping_type.



9
10
11
# File 'lib/bmff/box/level_assignment.rb', line 9

def grouping_type
  @grouping_type
end

#grouping_type_parameterObject

Returns the value of attribute grouping_type_parameter.



9
10
11
# File 'lib/bmff/box/level_assignment.rb', line 9

def grouping_type_parameter
  @grouping_type_parameter
end

#padding_flagObject

Returns the value of attribute padding_flag.



9
10
11
# File 'lib/bmff/box/level_assignment.rb', line 9

def padding_flag
  @padding_flag
end

#sub_track_idObject

Returns the value of attribute sub_track_id.



9
10
11
# File 'lib/bmff/box/level_assignment.rb', line 9

def sub_track_id
  @sub_track_id
end

#track_idObject

Returns the value of attribute track_id.



9
10
11
# File 'lib/bmff/box/level_assignment.rb', line 9

def track_id
  @track_id
end