Programmer Guide/General Descriptions/ASet : Set: Difference between revisions
From STX Wiki
Jump to navigationJump to search
m (1 revision: Initial import) |
No edit summary |
||
| Line 4: | Line 4: | ||
The <code>ASet</code> element is short for 'audio set'. It is derived from the <code>[[Programmer Guide/General Descriptions/Set|Set]]</code> element. In addition to the <code>Set</code> attributes, it has the following attributes: | The <code>ASet</code> element is short for 'audio set'. It is derived from the <code>[[Programmer Guide/General Descriptions/Set|Set]]</code> element. In addition to the <code>Set</code> attributes, it has the following attributes: | ||
<code>SR</code> - the sampling rate. | * <code>SR</code> - the sampling rate. | ||
<code>CH</code> - the number of channels. | * <code>CH</code> - the number of channels. | ||
In addition to the elements a <code>[[Programmer Guide/General Descriptions/Set|Set]]</code> may contain, an <code>ASet</code> may contain one or more of the following elements: | In addition to the elements a <code>[[Programmer Guide/General Descriptions/Set|Set]]</code> may contain, an <code>ASet</code> may contain one or more of the following elements: | ||
Revision as of 07:13, 19 September 2019
ASet : Set
The ASet element is short for 'audio set'. It is derived from the Set element. In addition to the Set attributes, it has the following attributes:
SR- the sampling rate.CH- the number of channels.
In addition to the elements a Set may contain, an ASet may contain one or more of the following elements:
ASeg elements
An ASet may not be contained within an ASet. The ASet itself is not directly used in the DataSet. Rather, it's derived elements (e.g. AFile and ASequence) are used.