hmssdk_flutter
hmssdk_flutter
HMSAudioTrackSetting
HMSAudioTrackSetting constructor
HMSAudioTrackSetting
HMSAudioTrackSetting
constructor
Null safety
HMSAudioTrackSetting
(
{
required
int
maxBitrate
,
required
String
trackDescription
}
)
Implementation
HMSAudioTrackSetting( {required this.maxBitrate, required this.trackDescription});
hmssdk_flutter
hmssdk_flutter
HMSAudioTrackSetting
HMSAudioTrackSetting constructor
HMSAudioTrackSetting class
Constructors
HMSAudioTrackSetting
fromMap
Properties
hashCode
maxBitrate
runtimeType
trackDescription
Methods
noSuchMethod
toMap
toString
Operators
operator ==