Package live.hms.video.sdk.models.role
Class VideoParams
-
- All Implemented Interfaces:
public final class VideoParams
-
-
Constructor Summary
Constructors Constructor Description VideoParams(Integer bitRate, HMSVideoCodec codec, Integer frameRate, Integer width, Integer height)
-
Method Summary
Modifier and Type Method Description final IntegergetBitRate()final HMSVideoCodecgetCodec()final IntegergetFrameRate()final IntegergetWidth()final IntegergetHeight()-
-
Constructor Detail
-
VideoParams
VideoParams(Integer bitRate, HMSVideoCodec codec, Integer frameRate, Integer width, Integer height)
-
-
Method Detail
-
getBitRate
final Integer getBitRate()
-
getCodec
final HMSVideoCodec getCodec()
-
getFrameRate
final Integer getFrameRate()
-
-
-
-