BinaryTag |
http://matroska.org/technical/specs/index.html webm tag to hold "binary" value as byte[] array
|
CompoundTag |
|
DateTag |
http://matroska.org/technical/specs/index.html Date - signed 8 octets integer in nanoseconds with 0 indicating the precise beginning of the millennium (at 2001-01-01T00:00:00,000000000 UTC)
|
FloatTag |
http://matroska.org/technical/specs/index.html
Float tag is class able to store 4 byte float or 8 byte double, stores double by default
|
SimpleBlock |
Tag representing complex block of different tags
|
StringTag |
http://matroska.org/technical/specs/index.html
String tag is class able to store strings
|
Tag |
Base class for all webm tags
|
TagFactory |
factory for creating matroska tags, it use property file - matroska_type_definition_config.properties with structure: long id = "name provided specification","java class representing tag data"
|
UnsignedIntegerTag |
http://matroska.org/technical/specs/index.html
UnsignedInteger tag is class able to store long
|