StreamPack
Toggle table of contents
3.0.1
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
SurfaceOutput
Members
Types
Output
Type
Link copied to clipboard
enum
OutputType
:
Enum
<
ISurfaceOutput.OutputType
>
Properties
resolution
Link copied to clipboard
abstract
val
resolution
:
Size
surface
Link copied to clipboard
abstract
val
surface
:
Surface
type
Link copied to clipboard
abstract
val
type
:
ISurfaceOutput.OutputType
Functions
update
Transform
Matrix
Link copied to clipboard
abstract
fun
updateTransformMatrix
(
output
:
FloatArray
,
input
:
FloatArray
)