Home
last modified time | relevance | path

Searched refs:widthPixels (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DDimensions.php29 public $widthPixels; variable in Google\\Service\\DisplayVideo\\Dimensions
48 public function setWidthPixels($widthPixels) argument
50 $this->widthPixels = $widthPixels;
57 return $this->widthPixels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DOverlayPosition.php39 public $widthPixels; variable in Google\\Service\\Sheets\\OverlayPosition
100 public function setWidthPixels($widthPixels) argument
102 $this->widthPixels = $widthPixels;
109 return $this->widthPixels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoFileDetailsVideoStream.php47 public $widthPixels; variable in Google\\Service\\YouTube\\VideoFileDetailsVideoStream
138 public function setWidthPixels($widthPixels) argument
140 $this->widthPixels = $widthPixels;
147 return $this->widthPixels;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DVp9CodecSettings.php58 public $widthPixels; variable in Google\\Service\\Transcoder\\Vp9CodecSettings
183 public function setWidthPixels($widthPixels) argument
185 $this->widthPixels = $widthPixels;
192 return $this->widthPixels;
H A DH265CodecSettings.php91 public $widthPixels; variable in Google\\Service\\Transcoder\\H265CodecSettings
336 public function setWidthPixels($widthPixels) argument
338 $this->widthPixels = $widthPixels;
345 return $this->widthPixels;
H A DH264CodecSettings.php95 public $widthPixels; variable in Google\\Service\\Transcoder\\H264CodecSettings
354 public function setWidthPixels($widthPixels) argument
356 $this->widthPixels = $widthPixels;
363 return $this->widthPixels;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4490 public $widthPixels; variable in Google_VideoFileDetailsVideoStream
4533 public function setWidthPixels( $widthPixels) { argument
4534 $this->widthPixels = $widthPixels;
4537 return $this->widthPixels;