stream-video-android
Toggle table of contents
1.25.0
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
stream-video-android
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