public function setMode(array $options) { $this->soap("AVTransport", "SetPlayMode", ["NewPlayMode" => Helper::setMode($options)]); return $this; }