/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Transcoder/AudioAtom.php (1240B)
channels = $channels;
}
/**
* @return Google_Service_Transcoder_AudioChannel[]
*/
public function getChannels()
{
return $this->channels;
}
public function setKey($key)
{
$this->key = $key;
}
public function getKey()
{
return $this->key;
}
}