toggle menu
stream-video-android
1.14.2
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
IngressVideoLayerResponse
Ingress
Video
Layer
Response
data
class
IngressVideoLayerResponse
(
@
Json
(
name
=
"bitrate"
)
val
bitrate
:
Int
,
@
Json
(
name
=
"codec"
)
val
codec
:
String
,
@
Json
(
name
=
"frame_rate_limit"
)
val
frameRateLimit
:
Int
,
@
Json
(
name
=
"max_dimension"
)
val
maxDimension
:
Int
,
@
Json
(
name
=
"min_dimension"
)
val
minDimension
:
Int
)
Members
Constructors
Ingress
Video
Layer
Response
Link copied to clipboard
constructor
(
@
Json
(
name
=
"bitrate"
)
bitrate
:
Int
,
@
Json
(
name
=
"codec"
)
codec
:
String
,
@
Json
(
name
=
"frame_rate_limit"
)
frameRateLimit
:
Int
,
@
Json
(
name
=
"max_dimension"
)
maxDimension
:
Int
,
@
Json
(
name
=
"min_dimension"
)
minDimension
:
Int
)
Properties
bitrate
Link copied to clipboard
val
bitrate
:
Int
codec
Link copied to clipboard
val
codec
:
String
frame
Rate
Limit
Link copied to clipboard
val
frameRateLimit
:
Int
max
Dimension
Link copied to clipboard
val
maxDimension
:
Int
min
Dimension
Link copied to clipboard
val
minDimension
:
Int