FishjamClient
androidJvm
FishjamClient
/
org.membraneframework.rtc.media
/
Dimensions
Dimensions
data
class
Dimensions
(
val
width
:
Int
,
val
height
:
Int
)
Members
Constructors
Dimensions
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
)
Functions
flip
Link copied to clipboard
fun
flip
(
)
:
Dimensions
Properties
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int