Home
last modified time | relevance | path

Searched refs:ingestionInfo (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCdnSettings.php72 public function setIngestionInfo(IngestionInfo $ingestionInfo) argument
74 $this->ingestionInfo = $ingestionInfo;
81 return $this->ingestionInfo;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2806 public $ingestionInfo; variable in Google_LiveStreamCdn
2814 public function setIngestionInfo(Google_IngestionInfo $ingestionInfo) { argument
2815 $this->ingestionInfo = $ingestionInfo;
2818 return $this->ingestionInfo;