toggle menu
stream-webrtc-android
1.2.2
androidJvm
switch theme
search in API
stream-webrtc-android
/
org.webrtc
/
VideoProcessor
/
FrameAdaptationParameters
Frame
Adaptation
Parameters
open
class
FrameAdaptationParameters
Members
Constructors
Frame
Adaptation
Parameters
Link copied to clipboard
constructor
(
cropX
:
Int
,
cropY
:
Int
,
cropWidth
:
Int
,
cropHeight
:
Int
,
scaleWidth
:
Int
,
scaleHeight
:
Int
,
timestampNs
:
Long
,
drop
:
Boolean
)
Properties
crop
Height
Link copied to clipboard
val
cropHeight
:
Int
crop
Width
Link copied to clipboard
val
cropWidth
:
Int
crop
X
Link copied to clipboard
val
cropX
:
Int
crop
Y
Link copied to clipboard
val
cropY
:
Int
drop
Link copied to clipboard
val
drop
:
Boolean
scale
Height
Link copied to clipboard
val
scaleHeight
:
Int
scale
Width
Link copied to clipboard
val
scaleWidth
:
Int
timestamp
Ns
Link copied to clipboard
val
timestampNs
:
Long