channelMap = $channelMap; } /** * @return int[] */ public function getChannelMap() { return $this->channelMap; } /** * @param string */ public function setChannelOrdering($channelOrdering) { $this->channelOrdering = $channelOrdering; } /** * @return string */ public function getChannelOrdering() { return $this->channelOrdering; } /** * @param bool */ public function setNonDiegeticStereo($nonDiegeticStereo) { $this->nonDiegeticStereo = $nonDiegeticStereo; } /** * @return bool */ public function getNonDiegeticStereo() { return $this->nonDiegeticStereo; } /** * @param string */ public function setNormalization($normalization) { $this->normalization = $normalization; } /** * @return string */ public function getNormalization() { return $this->normalization; } /** * @param int */ public function setNumChannels($numChannels) { $this->numChannels = $numChannels; } /** * @return int */ public function getNumChannels() { return $this->numChannels; } /** * @param int */ public function setOrder($order) { $this->order = $order; } /** * @return int */ public function getOrder() { return $this->order; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } /** * @param int */ public function setVersion($version) { $this->version = $version; } /** * @return int */ public function getVersion() { return $this->version; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VideoAmbisonicsAmbisonicsMetadata::class, 'Google_Service_Contentwarehouse_VideoAmbisonicsAmbisonicsMetadata');