Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DLiveBroadcastContentDetails.php25 public $boundStreamId; variable in Google\\Service\\YouTube\\LiveBroadcastContentDetails
92 public function setBoundStreamId($boundStreamId) argument
94 $this->boundStreamId = $boundStreamId;
101 return $this->boundStreamId;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2542 public $boundStreamId; variable in Google_LiveBroadcastContentDetails
2551 public function setBoundStreamId( $boundStreamId) { argument
2552 $this->boundStreamId = $boundStreamId;
2555 return $this->boundStreamId;