androidSurfacePassThrough property
仅在 androidRenderType 为 FTXAndroidRenderViewType.SURFACE_VIEW 时生效。
开启后画面直接由 SDK 输出到 SurfaceView,不过中间 OES 渲染,性能更好但不支持旋转/镜像。
Implementation
final bool androidSurfacePassThrough;
仅在 androidRenderType 为 FTXAndroidRenderViewType.SURFACE_VIEW 时生效。
开启后画面直接由 SDK 输出到 SurfaceView,不过中间 OES 渲染,性能更好但不支持旋转/镜像。
final bool androidSurfacePassThrough;