shared
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
shared
shared
/
com.mediasfu.sdk.background
/
ProcessedFrame
Processed
Frame
data
class
ProcessedFrame
(
val
width
:
Int
,
val
height
:
Int
,
val
timestamp
:
Long
,
val
imageData
:
Any
?
)
Represents a processed video frame
Members
Constructors
Processed
Frame
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
timestamp
:
Long
,
imageData
:
Any
?
)
Properties
height
Link copied to clipboard
val
height
:
Int
image
Data
Link copied to clipboard
val
imageData
:
Any
?
Platform-specific bitmap/image data
timestamp
Link copied to clipboard
val
timestamp
:
Long
width
Link copied to clipboard
val
width
:
Int