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.pipelines.outputs
/
SurfaceWithSize
Surface
With
Size
data
class
SurfaceWithSize
(
val
surface
:
Surface
,
val
resolution
:
Size
)
A
Surface
with its resolution.
Parameters
surface
The
Surface
.
resolution
The resolution of the
Surface
.
Members
Constructors
Surface
With
Size
Link copied to clipboard
constructor
(
surface
:
Surface
,
resolution
:
Size
)
Properties
resolution
Link copied to clipboard
val
resolution
:
Size
surface
Link copied to clipboard
val
surface
:
Surface