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

Commit 0886f8e2 authored by Jignesh Mehta's avatar Jignesh Mehta Committed by Linux Build Service Account
Browse files

MediaRecorder: video: Add H265 encoder

Added support to set HEVC video encoder (H265).

Change-Id: I5b8b408d942aa0562a2fa656079c0b5a7b81303d
parent 681f2760
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -347,6 +347,8 @@ public class MediaRecorder
        public static final int H264 = 2;
        public static final int MPEG_4_SP = 3;
        public static final int VP8 = 4;
        /** @hide */
        public static final int H265 = 5;
    }

    /**