shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.webrtc
/
RtpCodecParameters
Rtp
Codec
Parameters
@
Serializable
data
class
RtpCodecParameters
(
val
mimeType
:
String
,
val
payloadType
:
Int
,
val
clockRate
:
Int
,
val
channels
:
Int
?
=
null
,
val
parameters
:
Map
<
String
,
String
>
=
emptyMap()
,
val
rtcpFeedback
:
List
<
RtcpFeedback
>
=
emptyList()
)
RTP codec parameters.
Members
Constructors
Rtp
Codec
Parameters
Link copied to clipboard
constructor
(
mimeType
:
String
,
payloadType
:
Int
,
clockRate
:
Int
,
channels
:
Int
?
=
null
,
parameters
:
Map
<
String
,
String
>
=
emptyMap()
,
rtcpFeedback
:
List
<
RtcpFeedback
>
=
emptyList()
)
Properties
channels
Link copied to clipboard
val
channels
:
Int
?
=
null
clock
Rate
Link copied to clipboard
val
clockRate
:
Int
mime
Type
Link copied to clipboard
val
mimeType
:
String
parameters
Link copied to clipboard
val
parameters
:
Map
<
String
,
String
>
payload
Type
Link copied to clipboard
val
payloadType
:
Int
rtcp
Feedback
Link copied to clipboard
val
rtcpFeedback
:
List
<
RtcpFeedback
>
Functions
to
Map
Link copied to clipboard
fun
toMap
(
)
:
Map
<
String
,
Any
?
>