Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.rtc
/
RTCRtpScriptTransformer
RTCRtp
Script
Transformer
class
RTCRtpScriptTransformer
:
EventTarget
(
source
)
MDN Reference
Members
Properties
options
Link copied to clipboard
val
options
:
JsAny
?
MDN Reference
readable
Link copied to clipboard
val
readable
:
ReadableStream
<
*
>
MDN Reference
writable
Link copied to clipboard
val
writable
:
WritableStream
<
*
>
MDN Reference
Functions
dispatch
Event
Link copied to clipboard
fun
dispatchEvent
(
event
:
Event
)
:
Boolean
generate
Key
Frame
Link copied to clipboard
suspend
fun
generateKeyFrame
(
rid
:
String
=
definedExternally
)
:
Int
MDN Reference
generate
Key
Frame
Async
Link copied to clipboard
fun
generateKeyFrameAsync
(
rid
:
String
=
definedExternally
)
:
Promise
<
JsInt
>
send
Key
Frame
Request
Link copied to clipboard
suspend
fun
sendKeyFrameRequest
(
)
MDN Reference
send
Key
Frame
Request
Async
Link copied to clipboard
fun
sendKeyFrameRequestAsync
(
)
:
Promise
<
Void
>
when
Link copied to clipboard
fun
<
T
:
Event
>
when
(
type
:
EventType
<
T
>
,
options
:
ObservableEventListenerOptions
?
)
:
Observable
<
T
>