livekit-android-sdk
2.10.0
SDK
livekit-android-sdk
/
io.livekit.android.room.track
/
VideoCaptureParameter
Video
Capture
Parameter
data
class
VideoCaptureParameter
(
val
width
:
Int
,
val
height
:
Int
,
val
maxFps
:
Int
)
Members
Constructors
Video
Capture
Parameter
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
maxFps
:
Int
)
Properties
height
Link copied to clipboard
val
height
:
Int
max
Fps
Link copied to clipboard
val
maxFps
:
Int
width
Link copied to clipboard
val
width
:
Int