* In some cases, the same command can be written multiple times (such as commands in each block (xx to Endxx)). In this case, it is more effective to write later.
(Excluding Attributes)
Example: UnitSize 100
UnitSize 10
In this case, UnitSize 10 is valid.
* Attributes are valid in the following order when they are written multiple times.
HIDDEN> NOHIDDEN, RECORD> NOTRECORD
So if you want to define both HIDDEN and RECORD:
Example: Attributes HIDDEN
Attributes RECORD
For example, if you add Attilbutes NOHIDDEN after this, the attribute will not become NOHIDDEN.
* The SourceType line is valid when the track type is mode 2.
* The BitRate line, UnitSize line, and GapSize line are in an exclusive relationship, and commands defined later take precedence.
* Even if the SubHeader line is defined, if the subheader information is newly generated by another command, the generated subheader is overwritten with priority.
The following is a list of script keywords.