Package live.hms.video.sdk.models.role
Class AudioParams
-
- All Implemented Interfaces:
public final class AudioParams
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbitRateprivate final HMSAudioCodeccodec
-
Constructor Summary
Constructors Constructor Description AudioParams(Integer bitRate, HMSAudioCodec codec)
-
Method Summary
Modifier and Type Method Description final IntegergetBitRate()final HMSAudioCodecgetCodec()-
-
Constructor Detail
-
AudioParams
AudioParams(Integer bitRate, HMSAudioCodec codec)
-
-
Method Detail
-
getBitRate
final Integer getBitRate()
-
getCodec
final HMSAudioCodec getCodec()
-
-
-
-