Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be6a9558 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "transcoding: Tweak the Java doc with Android link" into sc-dev am: a5d255e3

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13732969

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I05ea025319c1b784343dc32d4b6f142bb8f67f24
parents 50d45e31 a5d255e3
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -39,10 +39,12 @@ import java.util.Set;
 for handling newer video codec format and media features.

 <p>
 Android 12 introduces seamless media transcoding feature. By default, Android assumes apps can
 support playback of all media formats. Apps that would like to request that media be transcoded
 into a more compatible format should declare their media capabilities in a media_capabilities
 .xml resource file and add it as a property tag in the AndroidManifest.xml file. Here is a example:
 Android 12 introduces Compatible media transcoding feature.  See
 <a href="https://developer.android.com/about/versions/12/features#compatible_media_transcoding">
 Compatible media transcoding</a>. By default, Android assumes apps can support playback of all
 media formats. Apps that would like to request that media be transcoded into a more compatible
 format should declare their media capabilities in a media_capabilities.xml resource file and add it
 as a property tag in the AndroidManifest.xml file. Here is a example:
 <pre>
 {@code
 <media-capabilities xmlns:android="http://schemas.android.com/apk/res/android">