mirror of
https://github.com/samsonjs/media.git
synced 2026-04-12 12:25:47 +00:00
Replace ENCODING_DTS_UHD_P2 value by reference to platform constant
#minor-release
PiperOrigin-RevId: 570696505
(cherry picked from commit 9ef1c20e7a)
This commit is contained in:
parent
c99c71b5a4
commit
889739d33e
1 changed files with 2 additions and 2 deletions
|
|
@ -298,8 +298,8 @@ public final class C {
|
|||
/** See {@link AudioFormat#ENCODING_DTS_HD}. */
|
||||
@UnstableApi public static final int ENCODING_DTS_HD = AudioFormat.ENCODING_DTS_HD;
|
||||
|
||||
// TODO(internal b/283949283): Use AudioFormat.ENCODING_DTS_UHD_P2 when Android 14 is released.
|
||||
@UnstableApi public static final int ENCODING_DTS_UHD_P2 = 0x0000001e;
|
||||
/** See {@link AudioFormat#ENCODING_DTS_UHD_P2}. */
|
||||
@UnstableApi public static final int ENCODING_DTS_UHD_P2 = AudioFormat.ENCODING_DTS_UHD_P2;
|
||||
|
||||
/** See {@link AudioFormat#ENCODING_DOLBY_TRUEHD}. */
|
||||
@UnstableApi public static final int ENCODING_DOLBY_TRUEHD = AudioFormat.ENCODING_DOLBY_TRUEHD;
|
||||
|
|
|
|||
Loading…
Reference in a new issue