toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.rtc
/
RTCRtpScriptTransformer
RTCRtp
Script
Transformer
external
class
RTCRtpScriptTransformer
:
EventTarget
(
source
)
MDN Reference
Members
Properties
options
Link copied to clipboard
val
options
:
Any
?
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
)
:
Number
MDN Reference
generate
Key
Frame
Async
Link copied to clipboard
fun
generateKeyFrameAsync
(
rid
:
String
=
definedExternally
)
:
Promise
<
Number
>
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
>