toggle menu
stream-video-android
1.14.2
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
IngressSourceResponse
Ingress
Source
Response
data
class
IngressSourceResponse
(
@
Json
(
name
=
"fps"
)
val
fps
:
Int
,
@
Json
(
name
=
"height"
)
val
height
:
Int
,
@
Json
(
name
=
"width"
)
val
width
:
Int
)
Members
Constructors
Ingress
Source
Response
Link copied to clipboard
constructor
(
@
Json
(
name
=
"fps"
)
fps
:
Int
,
@
Json
(
name
=
"height"
)
height
:
Int
,
@
Json
(
name
=
"width"
)
width
:
Int
)
Properties
fps
Link copied to clipboard
val
fps
:
Int
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int