RootEncoder
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
RootEncoder
library
/
com.pedro.library.util
/
PreviewCallback
Preview
Callback
class
PreviewCallback
(
onCreated
:
(
surface
:
Surface
,
width
:
Int
,
height
:
Int
)
->
Unit
,
onChanged
:
(
width
:
Int
,
height
:
Int
)
->
Unit
,
onDestroyed
:
(
)
->
Unit
)
Members
Constructors
Preview
Callback
Link copied to clipboard
constructor
(
onCreated
:
(
surface
:
Surface
,
width
:
Int
,
height
:
Int
)
->
Unit
,
onChanged
:
(
width
:
Int
,
height
:
Int
)
->
Unit
,
onDestroyed
:
(
)
->
Unit
)
Functions
remove
Callbacks
Link copied to clipboard
fun
removeCallbacks
(
)
set
Surface
View
Link copied to clipboard
fun
setSurfaceView
(
surfaceView
:
SurfaceView
)
set
Texture
View
Link copied to clipboard
fun
setTextureView
(
textureView
:
TextureView
)