Surface View Renderer
SurfaceViewへの映像出力に関する操作を行うクラス。
Functions
Link copied to clipboard
映像を初期化します。
Link copied to clipboard
描画方法を変更します。
Link copied to clipboard
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)
Link copied to clipboard
サーフェス ビューのサーフェスを他のサーフェスビューの上に配置するかどうかを変更します。
Link copied to clipboard
サーフェスビューのサーフェスをウィンドウの上に配置するかどうかを変更します。