toggle menu
stream-video-android
1.14.2
androidJvm
switch theme
search in API
stream-video-android-core
/
io.getstream.android.video.generated.models
/
IngressAudioEncodingResponse
Ingress
Audio
Encoding
Response
data
class
IngressAudioEncodingResponse
(
@
Json
(
name
=
"bitrate"
)
val
bitrate
:
Int
,
@
Json
(
name
=
"channels"
)
val
channels
:
Int
,
@
Json
(
name
=
"enable_dtx"
)
val
enableDtx
:
Boolean
)
Members
Constructors
Ingress
Audio
Encoding
Response
Link copied to clipboard
constructor
(
@
Json
(
name
=
"bitrate"
)
bitrate
:
Int
,
@
Json
(
name
=
"channels"
)
channels
:
Int
,
@
Json
(
name
=
"enable_dtx"
)
enableDtx
:
Boolean
)
Properties
bitrate
Link copied to clipboard
val
bitrate
:
Int
channels
Link copied to clipboard
val
channels
:
Int
enable
Dtx
Link copied to clipboard
val
enableDtx
:
Boolean