Searched refs:broadcastStatus (Results 1 – 3 of 3) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/Resource/ |
H A D | LiveBroadcasts.php | 222 * @param string $broadcastStatus The status to which the broadcast is going to 259 public function transition($broadcastStatus, $id, $part, $optParams = []) argument 261 $params = ['broadcastStatus' => $broadcastStatus, 'id' => $id, 'part' => $part];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | YouTube.php | 813 'broadcastStatus' => [ 851 'broadcastStatus' => [
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_YouTubeService.php | 324 …* @param string $broadcastStatus The broadcastStatus parameter identifies the state to which the b… 332 public function transition($broadcastStatus, $id, $part, $optParams = array()) { argument 333 $params = array('broadcastStatus' => $broadcastStatus, 'id' => $id, 'part' => $part);
|