Home
last modified time | relevance | path

Searched refs:getChannels (Results 1 – 11 of 11) sorted by last modified time

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DAudioAtom.php40 public function getChannels() function in Google\\Service\\Transcoder\\AudioAtom
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VersionHistory/
H A DListChannelsResponse.php40 public function getChannels() function in Google\\Service\\VersionHistory\\ListChannelsResponse
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DChannelSectionContentDetails.php42 public function getChannels() function in Google\\Service\\YouTube\\ChannelSectionContentDetails
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DServerConfig.php56 public function getChannels() function in Google\\Service\\Container\\ServerConfig
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DCandidate.php78 public function getChannels() function in Google\\Service\\CivicInfo\\Candidate
H A DOfficial.php78 public function getChannels() function in Google\\Service\\CivicInfo\\Official
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DisplayVideo/
H A DListChannelsResponse.php40 public function getChannels() function in Google\\Service\\DisplayVideo\\ListChannelsResponse
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php268 public function getChannels() { function in Google_Candidate
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DCaptureConfig.java283 …properties.getProperty(AUDIO_FORMAT_CHANNELS_PROPERTY, String.valueOf(audioFormat.getChannels()))), in load()
339 … properties.setProperty(AUDIO_FORMAT_CHANNELS_PROPERTY, String.valueOf(audioFormat.getChannels())); in store()
H A DCaptureOptionsDialog.java368 stereoCheckBox.setSelected(owner.getCaptureConfig().getAudioFormat().getChannels()>1); in CaptureOptionsDialog()