Lines Matching refs:override

46   int64_t TimeUntilNextProcess() override;
47 int32_t Process() override;
55 int32_t ActiveAudioLayer(AudioLayer* audioLayer) const override;
58 ErrorCode LastError() const override;
59 int32_t RegisterEventObserver(AudioDeviceObserver* eventCallback) override;
62 int32_t RegisterAudioCallback(AudioTransport* audioCallback) override;
65 int32_t Init() override;
66 int32_t Terminate() override;
67 bool Initialized() const override;
70 int16_t PlayoutDevices() override;
71 int16_t RecordingDevices() override;
74 char guid[kAdmMaxGuidSize]) override;
77 char guid[kAdmMaxGuidSize]) override;
80 int32_t SetPlayoutDevice(uint16_t index) override;
81 int32_t SetPlayoutDevice(WindowsDeviceType device) override;
82 int32_t SetRecordingDevice(uint16_t index) override;
83 int32_t SetRecordingDevice(WindowsDeviceType device) override;
86 int32_t PlayoutIsAvailable(bool* available) override;
87 int32_t InitPlayout() override;
88 bool PlayoutIsInitialized() const override;
89 int32_t RecordingIsAvailable(bool* available) override;
90 int32_t InitRecording() override;
91 bool RecordingIsInitialized() const override;
94 int32_t StartPlayout() override;
95 int32_t StopPlayout() override;
96 bool Playing() const override;
97 int32_t StartRecording() override;
98 int32_t StopRecording() override;
99 bool Recording() const override;
102 int32_t SetAGC(bool enable) override;
103 bool AGC() const override;
106 int32_t SetWaveOutVolume(uint16_t volumeLeft, uint16_t volumeRight) override;
108 uint16_t* volumeRight) const override;
111 int32_t InitSpeaker() override;
112 bool SpeakerIsInitialized() const override;
113 int32_t InitMicrophone() override;
114 bool MicrophoneIsInitialized() const override;
117 int32_t SpeakerVolumeIsAvailable(bool* available) override;
118 int32_t SetSpeakerVolume(uint32_t volume) override;
119 int32_t SpeakerVolume(uint32_t* volume) const override;
120 int32_t MaxSpeakerVolume(uint32_t* maxVolume) const override;
121 int32_t MinSpeakerVolume(uint32_t* minVolume) const override;
122 int32_t SpeakerVolumeStepSize(uint16_t* stepSize) const override;
125 int32_t MicrophoneVolumeIsAvailable(bool* available) override;
126 int32_t SetMicrophoneVolume(uint32_t volume) override;
127 int32_t MicrophoneVolume(uint32_t* volume) const override;
128 int32_t MaxMicrophoneVolume(uint32_t* maxVolume) const override;
129 int32_t MinMicrophoneVolume(uint32_t* minVolume) const override;
130 int32_t MicrophoneVolumeStepSize(uint16_t* stepSize) const override;
133 int32_t SpeakerMuteIsAvailable(bool* available) override;
134 int32_t SetSpeakerMute(bool enable) override;
135 int32_t SpeakerMute(bool* enabled) const override;
138 int32_t MicrophoneMuteIsAvailable(bool* available) override;
139 int32_t SetMicrophoneMute(bool enable) override;
140 int32_t MicrophoneMute(bool* enabled) const override;
143 int32_t MicrophoneBoostIsAvailable(bool* available) override;
144 int32_t SetMicrophoneBoost(bool enable) override;
145 int32_t MicrophoneBoost(bool* enabled) const override;
148 int32_t StereoPlayoutIsAvailable(bool* available) const override;
149 int32_t SetStereoPlayout(bool enable) override;
150 int32_t StereoPlayout(bool* enabled) const override;
151 int32_t StereoRecordingIsAvailable(bool* available) const override;
152 int32_t SetStereoRecording(bool enable) override;
153 int32_t StereoRecording(bool* enabled) const override;
154 int32_t SetRecordingChannel(const ChannelType channel) override;
155 int32_t RecordingChannel(ChannelType* channel) const override;
158 int32_t SetPlayoutBuffer(const BufferType type, uint16_t sizeMS = 0) override;
159 int32_t PlayoutBuffer(BufferType* type, uint16_t* sizeMS) const override;
160 int32_t PlayoutDelay(uint16_t* delayMS) const override;
161 int32_t RecordingDelay(uint16_t* delayMS) const override;
164 int32_t CPULoad(uint16_t* load) const override;
168 const char pcmFileNameUTF8[kAdmMaxFileNameSize]) override;
169 int32_t StopRawOutputFileRecording() override;
171 const char pcmFileNameUTF8[kAdmMaxFileNameSize]) override;
172 int32_t StopRawInputFileRecording() override;
175 int32_t SetRecordingSampleRate(const uint32_t samplesPerSec) override;
176 int32_t RecordingSampleRate(uint32_t* samplesPerSec) const override;
177 int32_t SetPlayoutSampleRate(const uint32_t samplesPerSec) override;
178 int32_t PlayoutSampleRate(uint32_t* samplesPerSec) const override;
181 int32_t ResetAudioDevice() override;
182 int32_t SetLoudspeakerStatus(bool enable) override;
183 int32_t GetLoudspeakerStatus(bool* enabled) const override;
185 bool BuiltInAECIsEnabled() const override;
186 bool BuiltInAECIsAvailable() const override;
187 int32_t EnableBuiltInAEC(bool enable) override;
188 bool BuiltInAGCIsAvailable() const override;
189 int32_t EnableBuiltInAGC(bool enable) override;
190 bool BuiltInNSIsAvailable() const override;
191 int32_t EnableBuiltInNS(bool enable) override;
193 int GetPlayoutAudioParameters(AudioParameters* params) const override;
194 int GetRecordAudioParameters(AudioParameters* params) const override;