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.streamers.orientation
/
IRotationProvider
IRotation
Provider
interface
IRotationProvider
Inheritors
RotationProvider
Members
Members & Extensions
Types
Listener
Link copied to clipboard
interface
Listener
Properties
rotation
Link copied to clipboard
abstract
val
rotation
:
Int
The rotation in one the Surface rotations from the device natural orientation.
rotation
Degrees
Link copied to clipboard
@get:
IntRange
(
from
=
0
,
to
=
359
)
val
IRotationProvider
.
rotationDegrees
:
Int
Functions
add
Listener
Link copied to clipboard
abstract
fun
addListener
(
listener
:
IRotationProvider.Listener
)
remove
Listener
Link copied to clipboard
abstract
fun
removeListener
(
listener
:
IRotationProvider.Listener
)