Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DInvideoTiming.php29 public $offsetMs; variable in Google\\Service\\YouTube\\InvideoTiming
52 public function setOffsetMs($offsetMs) argument
54 $this->offsetMs = $offsetMs;
61 return $this->offsetMs;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php2474 public $offsetMs; variable in Google_InvideoTiming
2476 public function setOffsetMs( $offsetMs) { argument
2477 $this->offsetMs = $offsetMs;
2480 return $this->offsetMs;