StreamPack
Toggle table of contents
3.0.0-RC
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
StreamPack
streampack-core
/
io.github.thibaultbee.streampack.core.streamers.dual
/
DualStreamerVideoCodecConfig
/
DualStreamerVideoCodecConfig
Dual
Streamer
Video
Codec
Config
constructor
(
mimeType
:
String
=
MediaFormat.MIMETYPE_VIDEO_AVC
,
startBitrate
:
Int
,
resolution
:
Size
=
Size(1280, 720)
,
profile
:
Int
=
getBestProfile(mimeType)
,
level
:
Int
=
getBestLevel(mimeType, profile)
,
gopDurationInS
:
Float
=
1.0f
)