mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Merge pull request #1888 from DolbyLaboratories:dlb/dash-parser/dev
PiperOrigin-RevId: 697956473
This commit is contained in:
commit
98723dc0a8
@ -79,8 +79,8 @@ public class DashManifestParser extends DefaultHandler
|
||||
|
||||
/**
|
||||
* 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
|
||||
* count.
|
||||
* "urn:mpeg:mpegB:cicp:ChannelConfiguration", as defined by ISO 23091-3:2018 clause 6.2, to a
|
||||
* channel count.
|
||||
*/
|
||||
private static final int[] MPEG_CHANNEL_CONFIGURATION_MAPPING =
|
||||
new int[] {
|
||||
@ -1966,7 +1966,8 @@ public class DashManifestParser extends DefaultHandler
|
||||
|
||||
/**
|
||||
* 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.
|
||||
* @return The parsed number of channels, or {@link Format#NO_VALUE} if the channel count could
|
||||
|
Loading…
x
Reference in New Issue
Block a user