Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DLiveStreamStatus.php27 public $streamStatus; variable in Google\\Service\\YouTube\\LiveStreamStatus
46 public function setStreamStatus($streamStatus) argument
48 $this->streamStatus = $streamStatus;
55 return $this->streamStatus;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2924 public $streamStatus; variable in Google_LiveStreamStatus
2925 public function setStreamStatus( $streamStatus) { argument
2926 $this->streamStatus = $streamStatus;
2929 return $this->streamStatus;