mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Update comment for MPEG_CHANNEL_CONFIGURATION_MAPPING
ISO/IEC 23001-8 has been withdrawn. The corresponding definition for channel configuration is available in ISO/IEC 23091-3. Update the comment to reflect this change.
This commit is contained in:
parent
3b7d19e94e
commit
c503a63878
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user