Google_LiveStreamCdn
The Google Pagespeed Insights Google LiveStreamCdn class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_YouTubeService.php
- class Google_LiveStreamCdn extends Google_Model {
- public $format;
- protected $__ingestionInfoType = 'Google_LiveStreamCdnIngestionInfo';
- protected $__ingestionInfoDataType = '';
- public $ingestionInfo;
- public $ingestionType;
- public function setFormat($format) {
- $this->format = $format;
- }
- public function getFormat() {
- return $this->format;
- }
- public function setIngestionInfo(Google_LiveStreamCdnIngestionInfo $ingestionInfo) {
- $this->ingestionInfo = $ingestionInfo;
- }
- public function getIngestionInfo() {
- return $this->ingestionInfo;
- }
- public function setIngestionType($ingestionType) {
- $this->ingestionType = $ingestionType;
- }
- public function getIngestionType() {
- return $this->ingestionType;
- }
- }