StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.elements.processing.video.outputs
/
ISurfaceOutput
ISurface
Output
interface
ISurfaceOutput
Inheritors
AbstractSurfaceOutput
Members
Properties
is
Streaming
Link copied to clipboard
abstract
val
isStreaming
:
(
)
->
Boolean
resolution
Link copied to clipboard
abstract
val
resolution
:
Size
surface
Link copied to clipboard
abstract
val
surface
:
Surface
viewport
Rect
Link copied to clipboard
abstract
val
viewportRect
:
Rect
Functions
close
Link copied to clipboard
abstract
fun
close
(
)
update
Transform
Matrix
Link copied to clipboard
abstract
fun
updateTransformMatrix
(
output
:
FloatArray
,
input
:
FloatArray
)