setup
fun setup(layoutParam: FrameLayout.LayoutParams = LayoutParams(
            LayoutParams.WRAP_CONTENT,
            LayoutParams.WRAP_CONTENT
        ))
初期化します。
fun setup(width: SurfaceViewRenderer.LayoutParam = LayoutParam.WRAP_CONTENT, height: SurfaceViewRenderer.LayoutParam = LayoutParam.WRAP_CONTENT)
Deprecated
This API is deprecated.
Replace with
setup(LayoutParams(width.value, height.value))Content copied to clipboard