shared
1.31.5
common
shared
/
io.dyte.core.socket.events.payloadmodel.outbound
/
CodecParameters
Codec
Parameters
@
Serializable
data
class
CodecParameters
(
var
xGoogleStartBitrate
:
Int
?
=
null
,
var
apt
:
Int
?
=
null
,
var
profileId
:
Int
?
=
null
,
var
packetizationMode
:
Int
?
=
null
,
var
levelAsymmetryAllowed
:
Int
?
=
null
,
var
profileLevelId
:
String
?
=
null
)
Members
Constructors
Codec
Parameters
Link copied to clipboard
constructor
(
xGoogleStartBitrate
:
Int
?
=
null
,
apt
:
Int
?
=
null
,
profileId
:
Int
?
=
null
,
packetizationMode
:
Int
?
=
null
,
levelAsymmetryAllowed
:
Int
?
=
null
,
profileLevelId
:
String
?
=
null
)
Properties
apt
Link copied to clipboard
var
apt
:
Int
?
level
Asymmetry
Allowed
Link copied to clipboard
@
SerialName
(
value
=
"level-asymmetry-allowed"
)
var
levelAsymmetryAllowed
:
Int
?
packetization
Mode
Link copied to clipboard
@
SerialName
(
value
=
"packetization-mode"
)
var
packetizationMode
:
Int
?
profile
Id
Link copied to clipboard
@
SerialName
(
value
=
"profile-id"
)
var
profileId
:
Int
?
profile
Level
Id
Link copied to clipboard
@
SerialName
(
value
=
"profile-level-id"
)
var
profileLevelId
:
String
?
x
Google
Start
Bitrate
Link copied to clipboard
@
SerialName
(
value
=
"x-google-start-bitrate"
)
var
xGoogleStartBitrate
:
Int
?