Merge pull request #1888 from DolbyLaboratories:dlb/dash-parser/dev

PiperOrigin-RevId: 697956473
This commit is contained in:
Copybara-Service 2024-11-19 04:01:30 -08:00
commit 98723dc0a8

View File

@ -79,8 +79,8 @@ public class DashManifestParser extends DefaultHandler
/** /**
* Maps the value attribute of an AudioChannelConfiguration with schemeIdUri * Maps the value attribute of an AudioChannelConfiguration with schemeIdUri
* "urn:mpeg:mpegB:cicp:ChannelConfiguration", as defined by ISO 23001-8 clause 8.1, to a channel * "urn:mpeg:mpegB:cicp:ChannelConfiguration", as defined by ISO 23091-3:2018 clause 6.2, to a
* count. * channel count.
*/ */
private static final int[] MPEG_CHANNEL_CONFIGURATION_MAPPING = private static final int[] MPEG_CHANNEL_CONFIGURATION_MAPPING =
new int[] { new int[] {
@ -1966,7 +1966,8 @@ public class DashManifestParser extends DefaultHandler
/** /**
* Parses the number of channels from the value attribute of an AudioChannelConfiguration with * Parses the number of channels from the value attribute of an AudioChannelConfiguration with
* schemeIdUri "urn:mpeg:mpegB:cicp:ChannelConfiguration", as defined by ISO 23001-8 clause 8.1. * schemeIdUri "urn:mpeg:mpegB:cicp:ChannelConfiguration", as defined by ISO 23091-3:2018 clause
* 6.2.
* *
* @param xpp The parser from which to read. * @param xpp The parser from which to read.
* @return The parsed number of channels, or {@link Format#NO_VALUE} if the channel count could * @return The parsed number of channels, or {@link Format#NO_VALUE} if the channel count could