shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.webrtc
/
RtpCodecCapability
Rtp
Codec
Capability
@
Serializable
data
class
RtpCodecCapability
(
val
kind
:
MediaKind
,
val
mimeType
:
String
,
val
preferredPayloadType
:
Int
?
=
null
,
val
clockRate
:
Int
,
val
channels
:
Int
?
=
null
,
val
parameters
:
Map
<
String
,
String
>
=
emptyMap()
,
val
rtcpFeedback
:
List
<
RtcpFeedback
>
=
emptyList()
)
RTP codec capability.
Members
Constructors
Rtp
Codec
Capability
Link copied to clipboard
constructor
(
kind
:
MediaKind
,
mimeType
:
String
,
preferredPayloadType
:
Int
?
=
null
,
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
kind
Link copied to clipboard
val
kind
:
MediaKind
mime
Type
Link copied to clipboard
val
mimeType
:
String
parameters
Link copied to clipboard
val
parameters
:
Map
<
String
,
String
>
preferred
Payload
Type
Link copied to clipboard
val
preferredPayloadType
:
Int
?
=
null
rtcp
Feedback
Link copied to clipboard
val
rtcpFeedback
:
List
<
RtcpFeedback
>