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

Commit 8d7f9f81 authored by Marco Nelissen's avatar Marco Nelissen Committed by Android Git Automerger
Browse files

am 3826e8bd: am 37490462: Merge "Unhide MediaExtractor.getPsshInfo()" into jb-mr2-dev

* commit '3826e8bd':
  Unhide MediaExtractor.getPsshInfo()
parents 06c05c40 3826e8bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12151,6 +12151,7 @@ package android.media {
    ctor public MediaExtractor();
    method public boolean advance();
    method public long getCachedDuration();
    method public java.util.Map<java.util.UUID, byte[]> getPsshInfo();
    method public boolean getSampleCryptoInfo(android.media.MediaCodec.CryptoInfo);
    method public int getSampleFlags();
    method public long getSampleTime();
+2 −2
Original line number Diff line number Diff line
@@ -199,9 +199,9 @@ final public class MediaExtractor {
    public native final int getTrackCount();

    /**
     * Get the PSSH info if present. This returns a map of uuid-to-bytes, with the uuid specifying
     * Get the PSSH info if present.
     * @return a map of uuid-to-bytes, with the uuid specifying
     * the crypto scheme, and the bytes being the data specific to that scheme.
     * {@hide}
     */
    public Map<UUID, byte[]> getPsshInfo() {
        Map<UUID, byte[]> psshMap = null;