update method
void
update()
Implementation
void update(String? name, int bandwidth, String? codecs, int width, int height, double frameRate, double firstFrame) {
this._name = name;
this._bandwidth = bandwidth;
this._codecs = codecs;
this._width = width;
this._height = height;
this._frameRate = frameRate;
this._firstFrame = firstFrame;
}