The syntax description for AudioSampleEntryV1 was updated in Ed 8 (possibly related to removal of the duplicate ChannelLayout() entry)
However now it has:
SamplingRateBox(); ChannelLayout();
as a single line.
That would be easier to read if those were broken at the semicolon, as for other syntax lines.
The syntax description for
AudioSampleEntryV1was updated in Ed 8 (possibly related to removal of the duplicateChannelLayout()entry)However now it has:
SamplingRateBox(); ChannelLayout();as a single line.
That would be easier to read if those were broken at the semicolon, as for other syntax lines.