You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An entity group is a grouping of items, which may also group tracks. The entities in an entity group share a particular characteristic or have a particular relationship, as indicated by the grouping type.
Properties
Name
Type
Description
Notes
Children
ObservableCollection
Observable collection of the nested boxes.
Methods
Name
Type
Description
Notes
toString()
String
Text summary of the box.
Fields
Name
Type
Description
Notes
boxes
List
List of nested boxes.
Constructors
Name
Description
Parameters
GroupsListBox
Create the box object from the bitstream and box size.
BitStreamReader stream - File stream. long size - Box size in bytes.