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

Commit fc0dd526 authored by Chong Zhang's avatar Chong Zhang
Browse files

Hide MediaFormat#KEY_SLOW_MOTION_MARKERS

This key was added for slomo flattening in seamless transcoding.
Since flattening is going to use exoplayer, hide the key.

bug: 169242631
Change-Id: I978329d897876e1ddd9508b772158cc4fdbf146f
parent 19998289
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21889,7 +21889,6 @@ package android.media {
    field public static final String KEY_ROTATION = "rotation-degrees";
    field public static final String KEY_SAMPLE_RATE = "sample-rate";
    field public static final String KEY_SLICE_HEIGHT = "slice-height";
    field public static final String KEY_SLOW_MOTION_MARKERS = "slow-motion-markers";
    field public static final String KEY_STRIDE = "stride";
    field public static final String KEY_TEMPORAL_LAYERING = "ts-schema";
    field public static final String KEY_TILE_HEIGHT = "tile-height";
+2 −0
Original line number Diff line number Diff line
@@ -480,6 +480,8 @@ public final class MediaFormat {
     * <li>The timestampUs shall be monotonically increasing.</li>
     * <li>The timestampUs shall fall within the time span of the video track.</li>
     * <li>The first timestampUs should match that of the first video sample.</li>
     *
     * @hide
     */
    public static final String KEY_SLOW_MOTION_MARKERS = "slow-motion-markers";