Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DMonitorStreamInfo.php25 public $broadcastStreamDelayMs; variable in Google\\Service\\YouTube\\MonitorStreamInfo
38 public function setBroadcastStreamDelayMs($broadcastStreamDelayMs) argument
40 $this->broadcastStreamDelayMs = $broadcastStreamDelayMs;
47 return $this->broadcastStreamDelayMs;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2971 public $broadcastStreamDelayMs; variable in Google_MonitorStreamInfo
2974 public function setBroadcastStreamDelayMs( $broadcastStreamDelayMs) { argument
2975 $this->broadcastStreamDelayMs = $broadcastStreamDelayMs;
2978 return $this->broadcastStreamDelayMs;