Google_LiveStreamStatus
The Google Pagespeed Insights Google LiveStreamStatus class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_YouTubeService.php
- class Google_LiveStreamStatus extends Google_Model {
- public $streamStatus;
- public function setStreamStatus($streamStatus) {
- $this->streamStatus = $streamStatus;
- }
- public function getStreamStatus() {
- return $this->streamStatus;
- }
- }