shared
1.20.1
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
var
levelAsymmetryAllowed
:
Int
?
packetization
Mode
Link copied to clipboard
var
packetizationMode
:
Int
?
profile
Id
Link copied to clipboard
var
profileId
:
Int
?
profile
Level
Id
Link copied to clipboard
var
profileLevelId
:
String
?
x
Google
Start
Bitrate
Link copied to clipboard
var
xGoogleStartBitrate
:
Int
?