diff --git a/libraries/common/src/main/java/androidx/media3/common/util/Util.java b/libraries/common/src/main/java/androidx/media3/common/util/Util.java index a77b09985d..d0703b76e4 100644 --- a/libraries/common/src/main/java/androidx/media3/common/util/Util.java +++ b/libraries/common/src/main/java/androidx/media3/common/util/Util.java @@ -2317,8 +2317,12 @@ public final class Util { } } - /** Returns the {@link C.AudioContentType} corresponding to the specified {@link C.StreamType}. */ + /** + * @deprecated This method is no longer used by the media3 library, it does not work well and + * should be avoided. There is no direct replacement. + */ @UnstableApi + @Deprecated public static @C.AudioContentType int getAudioContentTypeForStreamType( @C.StreamType int streamType) { switch (streamType) {