Programmer Guide/General Descriptions/ASet : Set: Difference between revisions
From STX Wiki
Jump to navigationJump to search
(initial import) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
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: |
Latest revision as of 07:23, 19 September 2019
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.