Home
last modified time | relevance | path

Searched refs:bitrateBps (Results 1 – 8 of 8) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DH264CodecSettings.php38 public $bitrateBps; variable in Google\\Service\\Transcoder\\H264CodecSettings
150 public function setBitrateBps($bitrateBps) argument
152 $this->bitrateBps = $bitrateBps;
159 return $this->bitrateBps;
H A DH265CodecSettings.php38 public $bitrateBps; variable in Google\\Service\\Transcoder\\H265CodecSettings
146 public function setBitrateBps($bitrateBps) argument
148 $this->bitrateBps = $bitrateBps;
155 return $this->bitrateBps;
H A DAudioStream.php26 public $bitrateBps; variable in Google\\Service\\Transcoder\\AudioStream
49 public function setBitrateBps($bitrateBps) argument
51 $this->bitrateBps = $bitrateBps;
58 return $this->bitrateBps;
H A DVp9CodecSettings.php25 public $bitrateBps; variable in Google\\Service\\Transcoder\\Vp9CodecSettings
63 public function setBitrateBps($bitrateBps) argument
65 $this->bitrateBps = $bitrateBps;
72 return $this->bitrateBps;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideoFileDetailsAudioStream.php25 public $bitrateBps; variable in Google\\Service\\YouTube\\VideoFileDetailsAudioStream
42 public function setBitrateBps($bitrateBps) argument
44 $this->bitrateBps = $bitrateBps;
51 return $this->bitrateBps;
H A DVideoFileDetails.php28 public $bitrateBps; variable in Google\\Service\\YouTube\\VideoFileDetails
73 public function setBitrateBps($bitrateBps) argument
75 $this->bitrateBps = $bitrateBps;
82 return $this->bitrateBps;
H A DVideoFileDetailsVideoStream.php26 public $bitrateBps; variable in Google\\Service\\YouTube\\VideoFileDetailsVideoStream
60 public function setBitrateBps($bitrateBps) argument
62 $this->bitrateBps = $bitrateBps;
69 return $this->bitrateBps;
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4374 public $bitrateBps; variable in Google_VideoFileDetails
4394 public function setBitrateBps( $bitrateBps) { argument
4395 $this->bitrateBps = $bitrateBps;
4398 return $this->bitrateBps;
4452 public $bitrateBps; variable in Google_VideoFileDetailsAudioStream
4456 public function setBitrateBps( $bitrateBps) { argument
4457 $this->bitrateBps = $bitrateBps;
4460 return $this->bitrateBps;
4484 public $bitrateBps; variable in Google_VideoFileDetailsVideoStream
4498 $this->bitrateBps = $bitrateBps;
[all …]