toggle menu
api.video Android livestream library
androidJvm
switch theme
search in API
api.video Android livestream library
/
video.api.livestream.models
/
VideoConfig
/
VideoConfig
Video
Config
constructor
(
resolution
:
Resolution
,
bitrate
:
Int
,
fps
:
Int
,
gopDuration
:
Float
)
constructor
(
resolution
:
Size
=
Resolution.RESOLUTION_720.size
,
bitrate
:
Int
=
getDefaultBitrate(resolution)
,
fps
:
Int
=
30
,
gopDuration
:
Float
=
1.0f
)