core
Toggle table of contents
1.2.0
common
Platform filter
common
Switch theme
Search in API
core
core
/
com.cloudflare.realtimekit.socket.events.payloadmodel.inbound
/
Encodings
Encodings
@
Serializable
class
Encodings
(
val
ssrc
:
Int
?
=
null
,
val
rtx
:
Rtx
?
=
null
,
val
scalabilityMode
:
String
?
=
null
)
Members
Constructors
Encodings
Link copied to clipboard
constructor
(
ssrc
:
Int
?
=
null
,
rtx
:
Rtx
?
=
null
,
scalabilityMode
:
String
?
=
null
)
Properties
rtx
Link copied to clipboard
val
rtx
:
Rtx
?
=
null
scalability
Mode
Link copied to clipboard
val
scalabilityMode
:
String
?
=
null
ssrc
Link copied to clipboard
val
ssrc
:
Int
?
=
null