Home
last modified time | relevance | path

Searched refs:frameRate (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCdnSettings.php29 public $frameRate; variable in Google\\Service\\YouTube\\CdnSettings
58 public function setFrameRate($frameRate) argument
60 $this->frameRate = $frameRate;
67 return $this->frameRate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1VideoPayload.php26 public $frameRate; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1VideoPayload
45 public function setFrameRate($frameRate) argument
47 $this->frameRate = $frameRate;
54 return $this->frameRate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DTranscode.php43 public $frameRate; variable in Google\\Service\\DisplayVideo\\Transcode
130 public function setFrameRate($frameRate) argument
132 $this->frameRate = $frameRate;
139 return $this->frameRate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DVp9CodecSettings.php30 public $frameRate; variable in Google\\Service\\Transcoder\\Vp9CodecSettings
88 public function setFrameRate($frameRate) argument
90 $this->frameRate = $frameRate;
94 return $this->frameRate;
H A DH265CodecSettings.php47 public $frameRate; variable in Google\\Service\\Transcoder\\H265CodecSettings
185 public function setFrameRate($frameRate) argument
187 $this->frameRate = $frameRate;
191 return $this->frameRate;
H A DH264CodecSettings.php51 public $frameRate; variable in Google\\Service\\Transcoder\\H264CodecSettings
203 public function setFrameRate($frameRate) argument
205 $this->frameRate = $frameRate;
209 return $this->frameRate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DCreativeAsset.php100 public $frameRate; variable in Google\\Service\\Dfareporting\\CreativeAsset
503 public function setFrameRate($frameRate) argument
505 $this->frameRate = $frameRate;
512 return $this->frameRate;
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/processing/
H A Dscript.js5146 p.frameRate = function frameRate(aRate) { function