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

Unverified Commit b7bc2193 authored by Michael Bestas's avatar Michael Bestas
Browse files

fixup! Screenrecord: Allow to select AVC codec profile level

Change-Id: I4dfbc1994018fbf47048ad2f3ef9f04c7750d11a
parent 41cbb114
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -118,7 +118,7 @@ public class ScreenMediaRecorder extends MediaProjection.Callback {
        mMaxRefreshRate = mContext.getResources().getInteger(
                com.android.systemui.res.R.integer.config_screenRecorderMaxFramerate);
        mAvcProfileLevel = mContext.getResources().getString(
                R.string.config_screenRecorderAVCProfileLevel);
                com.android.systemui.res.R.string.config_screenRecorderAVCProfileLevel);
    }

    public void setLowQuality(boolean low) {