backupIngestionAddress = $backupIngestionAddress;
}
/**
* @return string
*/
public function getBackupIngestionAddress()
{
return $this->backupIngestionAddress;
}
/**
* @param string
*/
public function setIngestionAddress($ingestionAddress)
{
$this->ingestionAddress = $ingestionAddress;
}
/**
* @return string
*/
public function getIngestionAddress()
{
return $this->ingestionAddress;
}
/**
* @param string
*/
public function setRtmpsBackupIngestionAddress($rtmpsBackupIngestionAddress)
{
$this->rtmpsBackupIngestionAddress = $rtmpsBackupIngestionAddress;
}
/**
* @return string
*/
public function getRtmpsBackupIngestionAddress()
{
return $this->rtmpsBackupIngestionAddress;
}
/**
* @param string
*/
public function setRtmpsIngestionAddress($rtmpsIngestionAddress)
{
$this->rtmpsIngestionAddress = $rtmpsIngestionAddress;
}
/**
* @return string
*/
public function getRtmpsIngestionAddress()
{
return $this->rtmpsIngestionAddress;
}
/**
* @param string
*/
public function setStreamName($streamName)
{
$this->streamName = $streamName;
}
/**
* @return string
*/
public function getStreamName()
{
return $this->streamName;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(IngestionInfo::class, 'Google_Service_YouTube_IngestionInfo');