Skip to content

Commit

Permalink
Merge pull request #786 from AOMediaCodec/issue_766
Browse files Browse the repository at this point in the history
Fix #766, Duplicate values of audio_element_ids in one MixPresentatio…
  • Loading branch information
sunghee-hwang authored Jan 23, 2024
2 parents 0461ae5 + 818494b commit 14fc85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,7 @@ class MixPresentationOBU() {

<dfn noexport>num_sub_mixes</dfn> specifies the number of sub-mixes. It SHALL NOT be set to 0.

<dfn noexport>num_audio_elements</dfn> specifies the number of [=Audio Element=]s that are used in this [=Mix Presentation=] to generate the final output audio signal for playback. It SHALL NOT be set to 0.
<dfn noexport>num_audio_elements</dfn> specifies the number of [=Audio Element=]s that are used in each sub-mix of this [=Mix Presentation=] to generate the final output audio signal for playback. It SHALL NOT be set to 0. There SHALL be no duplicate values of [=audio_element_obu/audio_element_id=] within one [=Mix Presentation=].

<dfn noexport for="mix_presentation_obu">audio_element_id</dfn> indicates the identifier for an [=Audio Element=] which this [=Mix Presentation=] refers to.

Expand Down

0 comments on commit 14fc85d

Please sign in to comment.