我无法记录我的FramLayout这段代码是全屏记录

时间:2017-07-22 04:38:49

标签: android

private VirtualDisplay getVirtualDisplay() {
    screenDensity = mDisplayMetrics.densityDpi;
    int width = mDisplayMetrics.widthPixels;
    int height = mDisplayMetrics.heightPixels;

    return mMediaProjection.createVirtualDisplay(this.getClass().getSimpleName(),
            width, height, screenDensity,
            DisplayManager.VIRTUAL_DISPLAY_FLAG_AUTO_MIRROR,
            mMediaRecorder.getSurface(), null /*Callbacks*/, null /*Handler*/);
}

如何将主要活动中的帧布局记录为视频文件

1 个答案:

答案 0 :(得分:0)

使用此链接正确记录所有屏幕https://github.com/yrom/ScreenRecorder