update method
Implementation
void update(String? name, int bandwidth, String? codecs, int audioSamplingRate) {
this._name = name;
this._bandwidth = bandwidth;
this._codecs = codecs;
this._audioSamplingRate = audioSamplingRate;
}
void update(String? name, int bandwidth, String? codecs, int audioSamplingRate) {
this._name = name;
this._bandwidth = bandwidth;
this._codecs = codecs;
this._audioSamplingRate = audioSamplingRate;
}