toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-browser
/
web.rtc
/
RTCEncodedVideoFrameMetadata
RTCEncoded
Video
Frame
Metadata
external
interface
RTCEncodedVideoFrameMetadata
(
source
)
Members
Properties
contributing
Sources
Link copied to clipboard
abstract
val
contributingSources
:
ReadonlyArray
<
Number
>
?
dependencies
Link copied to clipboard
abstract
val
dependencies
:
ReadonlyArray
<
Number
>
?
frame
Id
Link copied to clipboard
abstract
val
frameId
:
JsLong
?
height
Link copied to clipboard
abstract
val
height
:
Short
?
payload
Type
Link copied to clipboard
abstract
val
payloadType
:
Short
?
spatial
Index
Link copied to clipboard
abstract
val
spatialIndex
:
Int
?
synchronization
Source
Link copied to clipboard
abstract
val
synchronizationSource
:
Int
?
temporal
Index
Link copied to clipboard
abstract
val
temporalIndex
:
Int
?
timestamp
Link copied to clipboard
abstract
val
timestamp
:
JsLong
?
width
Link copied to clipboard
abstract
val
width
:
Short
?