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

Commit 52b864c6 authored by hkuang's avatar hkuang
Browse files

transcoding: Tweak the Java doc with Android link

Bug: 175881579
Test: None as just doc.
Change-Id: I036a8554cdd26e8abf0643341ac99ce0c019344f
parent fff84a26
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">