livekit-android-sdk
2.10.0
SDK
livekit-android-sdk
/
io.livekit.android.room.track
/
VideoEncoding
Video
Encoding
data
class
VideoEncoding
(
val
maxBitrate
:
Int
,
val
maxFps
:
Int
)
Members
Constructors
Video
Encoding
Link copied to clipboard
constructor
(
maxBitrate
:
Int
,
maxFps
:
Int
)
Properties
max
Bitrate
Link copied to clipboard
val
maxBitrate
:
Int
max
Fps
Link copied to clipboard
val
maxFps
:
Int
Functions
to
Rtp
Encoding
Link copied to clipboard
fun
toRtpEncoding
(
rid
:
String
?
=
null
,
scaleDownBy
:
Double
=
1.0
)
:
RtpParameters.Encoding