Google_LiveStreamCdnIngestionInfo
The Google Pagespeed Insights Google LiveStreamCdnIngestionInfo class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_YouTubeService.php
- class Google_LiveStreamCdnIngestionInfo extends Google_Model {
- public $backupIngestionAddress;
- public $ingestionAddress;
- public $streamName;
- public function setBackupIngestionAddress($backupIngestionAddress) {
- $this->backupIngestionAddress = $backupIngestionAddress;
- }
- public function getBackupIngestionAddress() {
- return $this->backupIngestionAddress;
- }
- public function setIngestionAddress($ingestionAddress) {
- $this->ingestionAddress = $ingestionAddress;
- }
- public function getIngestionAddress() {
- return $this->ingestionAddress;
- }
- public function setStreamName($streamName) {
- $this->streamName = $streamName;
- }
- public function getStreamName() {
- return $this->streamName;
- }
- }