sora-android-sdk
androidJvm
sora-android-sdk
/
jp.shiguredo.sora.sdk.channel.signaling.message
/
AudioSetting
Audio
Setting
data
class
AudioSetting
(
val
codecType
:
String
?
,
var
bitRate
:
Int
?
=
null
,
var
opusParams
:
OpusParams
?
=
null
)
Members
Constructors
Audio
Setting
Link copied to clipboard
constructor
(
codecType
:
String
?
,
bitRate
:
Int
?
=
null
,
opusParams
:
OpusParams
?
=
null
)
Properties
bit
Rate
Link copied to clipboard
@
SerializedName
(
value
=
"bit_rate"
)
var
bitRate
:
Int
?
codec
Type
Link copied to clipboard
@
SerializedName
(
value
=
"codec_type"
)
val
codecType
:
String
?
opus
Params
Link copied to clipboard
@
SerializedName
(
value
=
"opus_params"
)
var
opusParams
:
OpusParams
?