RtcAudioProfile class

Audio profile.

音频配置。

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

RtcAudioProfile({AudioSampleRate? sampleRate = AudioSampleRate.Rate48K, AudioChannel? channel = AudioChannel.Mono, int? encodeBitrate = 64000})
Constructs a RtcAudioProfile

Properties

channel AudioChannel?
The audio channel.
final
encodeBitrate int?
The audio codec sending bitrate per channel (32000bps-320000bps, defualt:64000bps).
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sampleRate AudioSampleRate?
The audio sample rate.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited