AudioSendSettingsUpdate class Null safety

Updates settings for how a CallClient sends its audio track data.

Annotations

Constructors

AudioSendSettingsUpdate.set({AudioSendSettingsChannelConfigUpdate? channelConfig, Update<int>? bitrate})
Updates audio send settings using a specific value.
const
factory

Properties

bitrate → Update<int>?
Audio bitrate in bits/s. Defined by the platform if not set.
read-onlyinherited
channelConfig AudioSendSettingsChannelConfigUpdate?
Default: AudioSendSettingsChannelConfig.mono.
read-onlyinherited
copyWith → $AudioSendSettingsUpdateCopyWith<AudioSendSettingsUpdate>
read-onlyinherited
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

map<TResult extends Object?>({required TResult set(_AudioSendSettingsUpdate value)}) → TResult
inherited
mapOrNull<TResult extends Object?>({TResult? set(_AudioSendSettingsUpdate value)?}) → TResult?
inherited
maybeMap<TResult extends Object?>({TResult set(_AudioSendSettingsUpdate value)?, required TResult orElse()}) → TResult
inherited
maybeWhen<TResult extends Object?>({TResult set(AudioSendSettingsChannelConfigUpdate? channelConfig, Update<int>? bitrate)?, required TResult orElse()}) → TResult
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited
when<TResult extends Object?>({required TResult set(AudioSendSettingsChannelConfigUpdate? channelConfig, Update<int>? bitrate)}) → TResult
inherited
whenOrNull<TResult extends Object?>({TResult? set(AudioSendSettingsChannelConfigUpdate? channelConfig, Update<int>? bitrate)?}) → TResult?
inherited

Operators

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

Constants

fromDefaults → const Update<AudioSendSettingsUpdate>
Restores audio send settings to their default values.
UpdateFromDefaults.instance