Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoFileDetailsVideoStream.php31 public $frameRateFps; variable in Google\\Service\\YouTube\\VideoFileDetailsVideoStream
85 public function setFrameRateFps($frameRateFps) argument
87 $this->frameRateFps = $frameRateFps;
91 return $this->frameRateFps;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4486 public $frameRateFps; variable in Google_VideoFileDetailsVideoStream
4509 public function setFrameRateFps( $frameRateFps) { argument
4510 $this->frameRateFps = $frameRateFps;
4513 return $this->frameRateFps;