Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoFileDetails.php171 public function setVideoStreams($videoStreams) argument
173 $this->videoStreams = $videoStreams;
180 return $this->videoStreams;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4386 public $videoStreams; variable in Google_VideoFileDetails
4442 public function setVideoStreams(/* array(Google_VideoFileDetailsVideoStream) */ $videoStreams) { argument
4443 $this->assertIsArray($videoStreams, 'Google_VideoFileDetailsVideoStream', __METHOD__);
4444 $this->videoStreams = $videoStreams;
4447 return $this->videoStreams;