shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.webrtc.ortc
/
OrtcUtils
/
ExtendedRtpHeaderExtension
Extended
Rtp
Header
Extension
data
class
ExtendedRtpHeaderExtension
(
val
kind
:
MediaKind
?
,
val
uri
:
String
,
val
sendId
:
Int
,
val
recvId
:
Int
,
val
encrypt
:
Boolean
,
var
direction
:
RtpHeaderDirection
)
Members
Constructors
Extended
Rtp
Header
Extension
Link copied to clipboard
constructor
(
kind
:
MediaKind
?
,
uri
:
String
,
sendId
:
Int
,
recvId
:
Int
,
encrypt
:
Boolean
,
direction
:
RtpHeaderDirection
)
Properties
direction
Link copied to clipboard
var
direction
:
RtpHeaderDirection
encrypt
Link copied to clipboard
val
encrypt
:
Boolean
kind
Link copied to clipboard
val
kind
:
MediaKind
?
recv
Id
Link copied to clipboard
val
recvId
:
Int
send
Id
Link copied to clipboard
val
sendId
:
Int
uri
Link copied to clipboard
val
uri
:
String