Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoProcessingDetailsProcessingProgress.php33 public $timeLeftMs; variable in Google\\Service\\YouTube\\VideoProcessingDetailsProcessingProgress
66 public function setTimeLeftMs($timeLeftMs) argument
68 $this->timeLeftMs = $timeLeftMs;
75 return $this->timeLeftMs;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4718 public $timeLeftMs; variable in Google_VideoProcessingDetailsProcessingProgress
4731 public function setTimeLeftMs( $timeLeftMs) { argument
4732 $this->timeLeftMs = $timeLeftMs;
4735 return $this->timeLeftMs;