Skip to content
Snippets Groups Projects
Commit cf783915 authored by Michael Bestas's avatar Michael Bestas Committed by Dhina17
Browse files

fixup! Screenrecord: Allow to select AVC codec profile level

Change-Id: I4dfbc1994018fbf47048ad2f3ef9f04c7750d11a
parent eb588a13
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment