Skip to content

Commit d73e9a8

Browse files
Merge pull request #887 from felicialim/paramblocks_typo
Fix typo in links to MixGainParameterData()
2 parents 5b35e5a + cf450ca commit d73e9a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,9 +1286,9 @@ class MixPresentationOBU() {
12861286

12871287
<dfn noexport>rendering_config</dfn> is an instance of the [=RenderingConfig()=] class, which provides the metadata required for rendering the referenced [=Audio Element=].
12881288

1289-
<dfn noexport>element_mix_gain</dfn> is an instance of the [=MixGainParamDefinition()=] class. It provides the parameter definition for the gain value that is applied to all channels of the referenced and rendered [=Audio Element=] signal, before being summed with other processed [=Audio Element=]s. The corresponding parameter data to be provided in [=Parameter Block OBU=]s with the same [=parameter_block_obu/parameter_id=] is specified in the [=MixGainParamDefinition()=] class.
1289+
<dfn noexport>element_mix_gain</dfn> is an instance of the [=MixGainParamDefinition()=] class. It provides the parameter definition for the gain value that is applied to all channels of the referenced and rendered [=Audio Element=] signal, before being summed with other processed [=Audio Element=]s. The corresponding parameter data to be provided in [=Parameter Block OBU=]s with the same [=parameter_block_obu/parameter_id=] is specified in the [=MixGainParameterData()=] class.
12901290

1291-
<dfn noexport>output_mix_gain</dfn> is an instance of the [=MixGainParamDefinition()=] class. It provides the parameter definition for the gain value that is applied to all channels of the mixed audio signal to generate the audio signal for playback. The corresponding parameter data to be provided in [=Parameter Block OBU=]s with the same [=parameter_block_obu/parameter_id=] is specified in the [=MixGainParamDefinition()=] class.
1291+
<dfn noexport>output_mix_gain</dfn> is an instance of the [=MixGainParamDefinition()=] class. It provides the parameter definition for the gain value that is applied to all channels of the mixed audio signal to generate the audio signal for playback. The corresponding parameter data to be provided in [=Parameter Block OBU=]s with the same [=parameter_block_obu/parameter_id=] is specified in the [=MixGainParameterData()=] class.
12921292

12931293
<dfn noexport>num_layouts</dfn> specifies the number of layouts for this sub-mix on which the [=loudness=] information was measured.
12941294

0 commit comments

Comments
 (0)