|
| | AudioDeviceIOS () |
| |
| | ~AudioDeviceIOS () |
| |
| void | AttachAudioBuffer (AudioDeviceBuffer *audioBuffer) override |
| |
| InitStatus | Init () override |
| |
| int32_t | Terminate () override |
| |
| bool | Initialized () const override |
| |
| int32_t | InitPlayout () override |
| |
| bool | PlayoutIsInitialized () const override |
| |
| int32_t | InitRecording () override |
| |
| bool | RecordingIsInitialized () const override |
| |
| int32_t | StartPlayout () override |
| |
| int32_t | StopPlayout () override |
| |
| bool | Playing () const override |
| |
| int32_t | StartRecording () override |
| |
| int32_t | StopRecording () override |
| |
| bool | Recording () const override |
| |
| int32_t | SetLoudspeakerStatus (bool enable) override |
| |
| int32_t | GetLoudspeakerStatus (bool &enabled) const override |
| |
| int32_t | PlayoutDelay (uint16_t &delayMS) const override |
| |
| int32_t | RecordingDelay (uint16_t &delayMS) const override |
| |
| int | GetPlayoutAudioParameters (AudioParameters *params) const override |
| |
| int | GetRecordAudioParameters (AudioParameters *params) const override |
| |
| int32_t | PlayoutBuffer (AudioDeviceModule::BufferType &type, uint16_t &sizeMS) const override |
| |
| int32_t | ActiveAudioLayer (AudioDeviceModule::AudioLayer &audioLayer) const override |
| |
| int32_t | ResetAudioDevice () override |
| |
| int32_t | PlayoutIsAvailable (bool &available) override |
| |
| int32_t | RecordingIsAvailable (bool &available) override |
| |
| int32_t | SetAGC (bool enable) override |
| |
| bool | AGC () const override |
| |
| int16_t | PlayoutDevices () override |
| |
| int16_t | RecordingDevices () override |
| |
| int32_t | PlayoutDeviceName (uint16_t index, char name[kAdmMaxDeviceNameSize], char guid[kAdmMaxGuidSize]) override |
| |
| int32_t | RecordingDeviceName (uint16_t index, char name[kAdmMaxDeviceNameSize], char guid[kAdmMaxGuidSize]) override |
| |
| int32_t | SetPlayoutDevice (uint16_t index) override |
| |
| int32_t | SetPlayoutDevice (AudioDeviceModule::WindowsDeviceType device) override |
| |
| int32_t | SetRecordingDevice (uint16_t index) override |
| |
| int32_t | SetRecordingDevice (AudioDeviceModule::WindowsDeviceType device) override |
| |
| int32_t | SetWaveOutVolume (uint16_t volumeLeft, uint16_t volumeRight) override |
| |
| int32_t | WaveOutVolume (uint16_t &volumeLeft, uint16_t &volumeRight) const override |
| |
| int32_t | InitSpeaker () override |
| |
| bool | SpeakerIsInitialized () const override |
| |
| int32_t | InitMicrophone () override |
| |
| bool | MicrophoneIsInitialized () const override |
| |
| int32_t | SpeakerVolumeIsAvailable (bool &available) override |
| |
| int32_t | SetSpeakerVolume (uint32_t volume) override |
| |
| int32_t | SpeakerVolume (uint32_t &volume) const override |
| |
| int32_t | MaxSpeakerVolume (uint32_t &maxVolume) const override |
| |
| int32_t | MinSpeakerVolume (uint32_t &minVolume) const override |
| |
| int32_t | SpeakerVolumeStepSize (uint16_t &stepSize) const override |
| |
| int32_t | MicrophoneVolumeIsAvailable (bool &available) override |
| |
| int32_t | SetMicrophoneVolume (uint32_t volume) override |
| |
| int32_t | MicrophoneVolume (uint32_t &volume) const override |
| |
| int32_t | MaxMicrophoneVolume (uint32_t &maxVolume) const override |
| |
| int32_t | MinMicrophoneVolume (uint32_t &minVolume) const override |
| |
| int32_t | MicrophoneVolumeStepSize (uint16_t &stepSize) const override |
| |
| int32_t | MicrophoneMuteIsAvailable (bool &available) override |
| |
| int32_t | SetMicrophoneMute (bool enable) override |
| |
| int32_t | MicrophoneMute (bool &enabled) const override |
| |
| int32_t | SpeakerMuteIsAvailable (bool &available) override |
| |
| int32_t | SetSpeakerMute (bool enable) override |
| |
| int32_t | SpeakerMute (bool &enabled) const override |
| |
| int32_t | MicrophoneBoostIsAvailable (bool &available) override |
| |
| int32_t | SetMicrophoneBoost (bool enable) override |
| |
| int32_t | MicrophoneBoost (bool &enabled) const override |
| |
| int32_t | StereoPlayoutIsAvailable (bool &available) override |
| |
| int32_t | SetStereoPlayout (bool enable) override |
| |
| int32_t | StereoPlayout (bool &enabled) const override |
| |
| int32_t | StereoRecordingIsAvailable (bool &available) override |
| |
| int32_t | SetStereoRecording (bool enable) override |
| |
| int32_t | StereoRecording (bool &enabled) const override |
| |
| int32_t | SetPlayoutBuffer (const AudioDeviceModule::BufferType type, uint16_t sizeMS) override |
| |
| int32_t | CPULoad (uint16_t &load) const override |
| |
| bool | PlayoutWarning () const override |
| |
| bool | PlayoutError () const override |
| |
| bool | RecordingWarning () const override |
| |
| bool | RecordingError () const override |
| |
| void | ClearPlayoutWarning () override |
| |
| void | ClearPlayoutError () override |
| |
| void | ClearRecordingWarning () override |
| |
| void | ClearRecordingError () override |
| |
| void | OnInterruptionBegin () override |
| |
| void | OnInterruptionEnd () override |
| |
| void | OnValidRouteChange () override |
| |
| void | OnCanPlayOrRecordChange (bool can_play_or_record) override |
| |
| OSStatus | OnDeliverRecordedData (AudioUnitRenderActionFlags *flags, const AudioTimeStamp *time_stamp, UInt32 bus_number, UInt32 num_frames, AudioBufferList *io_data) override |
| |
| OSStatus | OnGetPlayoutData (AudioUnitRenderActionFlags *flags, const AudioTimeStamp *time_stamp, UInt32 bus_number, UInt32 num_frames, AudioBufferList *io_data) override |
| |
| void | OnMessage (rtc::Message *msg) override |
| |
| | AudioDeviceIOS () |
| |
| | ~AudioDeviceIOS () |
| |
| void | AttachAudioBuffer (AudioDeviceBuffer *audioBuffer) override |
| |
| InitStatus | Init () override |
| |
| int32_t | Terminate () override |
| |
| bool | Initialized () const override |
| |
| int32_t | InitPlayout () override |
| |
| bool | PlayoutIsInitialized () const override |
| |
| int32_t | InitRecording () override |
| |
| bool | RecordingIsInitialized () const override |
| |
| int32_t | StartPlayout () override |
| |
| int32_t | StopPlayout () override |
| |
| bool | Playing () const override |
| |
| int32_t | StartRecording () override |
| |
| int32_t | StopRecording () override |
| |
| bool | Recording () const override |
| |
| int32_t | SetLoudspeakerStatus (bool enable) override |
| |
| int32_t | GetLoudspeakerStatus (bool &enabled) const override |
| |
| int32_t | PlayoutDelay (uint16_t &delayMS) const override |
| |
| int32_t | RecordingDelay (uint16_t &delayMS) const override |
| |
| int | GetPlayoutAudioParameters (AudioParameters *params) const override |
| |
| int | GetRecordAudioParameters (AudioParameters *params) const override |
| |
| int32_t | PlayoutBuffer (AudioDeviceModule::BufferType &type, uint16_t &sizeMS) const override |
| |
| int32_t | ActiveAudioLayer (AudioDeviceModule::AudioLayer &audioLayer) const override |
| |
| int32_t | ResetAudioDevice () override |
| |
| int32_t | PlayoutIsAvailable (bool &available) override |
| |
| int32_t | RecordingIsAvailable (bool &available) override |
| |
| int32_t | SetAGC (bool enable) override |
| |
| bool | AGC () const override |
| |
| int16_t | PlayoutDevices () override |
| |
| int16_t | RecordingDevices () override |
| |
| int32_t | PlayoutDeviceName (uint16_t index, char name[kAdmMaxDeviceNameSize], char guid[kAdmMaxGuidSize]) override |
| |
| int32_t | RecordingDeviceName (uint16_t index, char name[kAdmMaxDeviceNameSize], char guid[kAdmMaxGuidSize]) override |
| |
| int32_t | SetPlayoutDevice (uint16_t index) override |
| |
| int32_t | SetPlayoutDevice (AudioDeviceModule::WindowsDeviceType device) override |
| |
| int32_t | SetRecordingDevice (uint16_t index) override |
| |
| int32_t | SetRecordingDevice (AudioDeviceModule::WindowsDeviceType device) override |
| |
| int32_t | SetWaveOutVolume (uint16_t volumeLeft, uint16_t volumeRight) override |
| |
| int32_t | WaveOutVolume (uint16_t &volumeLeft, uint16_t &volumeRight) const override |
| |
| int32_t | InitSpeaker () override |
| |
| bool | SpeakerIsInitialized () const override |
| |
| int32_t | InitMicrophone () override |
| |
| bool | MicrophoneIsInitialized () const override |
| |
| int32_t | SpeakerVolumeIsAvailable (bool &available) override |
| |
| int32_t | SetSpeakerVolume (uint32_t volume) override |
| |
| int32_t | SpeakerVolume (uint32_t &volume) const override |
| |
| int32_t | MaxSpeakerVolume (uint32_t &maxVolume) const override |
| |
| int32_t | MinSpeakerVolume (uint32_t &minVolume) const override |
| |
| int32_t | SpeakerVolumeStepSize (uint16_t &stepSize) const override |
| |
| int32_t | MicrophoneVolumeIsAvailable (bool &available) override |
| |
| int32_t | SetMicrophoneVolume (uint32_t volume) override |
| |
| int32_t | MicrophoneVolume (uint32_t &volume) const override |
| |
| int32_t | MaxMicrophoneVolume (uint32_t &maxVolume) const override |
| |
| int32_t | MinMicrophoneVolume (uint32_t &minVolume) const override |
| |
| int32_t | MicrophoneVolumeStepSize (uint16_t &stepSize) const override |
| |
| int32_t | MicrophoneMuteIsAvailable (bool &available) override |
| |
| int32_t | SetMicrophoneMute (bool enable) override |
| |
| int32_t | MicrophoneMute (bool &enabled) const override |
| |
| int32_t | SpeakerMuteIsAvailable (bool &available) override |
| |
| int32_t | SetSpeakerMute (bool enable) override |
| |
| int32_t | SpeakerMute (bool &enabled) const override |
| |
| int32_t | MicrophoneBoostIsAvailable (bool &available) override |
| |
| int32_t | SetMicrophoneBoost (bool enable) override |
| |
| int32_t | MicrophoneBoost (bool &enabled) const override |
| |
| int32_t | StereoPlayoutIsAvailable (bool &available) override |
| |
| int32_t | SetStereoPlayout (bool enable) override |
| |
| int32_t | StereoPlayout (bool &enabled) const override |
| |
| int32_t | StereoRecordingIsAvailable (bool &available) override |
| |
| int32_t | SetStereoRecording (bool enable) override |
| |
| int32_t | StereoRecording (bool &enabled) const override |
| |
| int32_t | SetPlayoutBuffer (const AudioDeviceModule::BufferType type, uint16_t sizeMS) override |
| |
| int32_t | CPULoad (uint16_t &load) const override |
| |
| bool | PlayoutWarning () const override |
| |
| bool | PlayoutError () const override |
| |
| bool | RecordingWarning () const override |
| |
| bool | RecordingError () const override |
| |
| void | ClearPlayoutWarning () override |
| |
| void | ClearPlayoutError () override |
| |
| void | ClearRecordingWarning () override |
| |
| void | ClearRecordingError () override |
| |
| void | OnInterruptionBegin () override |
| |
| void | OnInterruptionEnd () override |
| |
| void | OnValidRouteChange () override |
| |
| void | OnCanPlayOrRecordChange (bool can_play_or_record) override |
| |
| OSStatus | OnDeliverRecordedData (AudioUnitRenderActionFlags *flags, const AudioTimeStamp *time_stamp, UInt32 bus_number, UInt32 num_frames, AudioBufferList *io_data) override |
| |
| OSStatus | OnGetPlayoutData (AudioUnitRenderActionFlags *flags, const AudioTimeStamp *time_stamp, UInt32 bus_number, UInt32 num_frames, AudioBufferList *io_data) override |
| |
| void | OnMessage (rtc::Message *msg) override |
| |
| virtual int32_t | SetRecordingSampleRate (const uint32_t samplesPerSec) |
| |
| virtual int32_t | SetPlayoutSampleRate (const uint32_t samplesPerSec) |
| |
| virtual int32_t | SoundDeviceControl (unsigned int par1=0, unsigned int par2=0, unsigned int par3=0, unsigned int par4=0) |
| |
| virtual bool | BuiltInAECIsAvailable () const |
| |
| virtual bool | BuiltInAGCIsAvailable () const |
| |
| virtual bool | BuiltInNSIsAvailable () const |
| |
| virtual int32_t | EnableBuiltInAEC (bool enable) |
| |
| virtual int32_t | EnableBuiltInAGC (bool enable) |
| |
| virtual int32_t | EnableBuiltInNS (bool enable) |
| |
| virtual | ~AudioDeviceGeneric () |
| |
| virtual int32_t | SetRecordingSampleRate (const uint32_t samplesPerSec) |
| |
| virtual int32_t | SetPlayoutSampleRate (const uint32_t samplesPerSec) |
| |
| virtual int32_t | SoundDeviceControl (unsigned int par1=0, unsigned int par2=0, unsigned int par3=0, unsigned int par4=0) |
| |
| virtual bool | BuiltInAECIsAvailable () const |
| |
| virtual bool | BuiltInAGCIsAvailable () const |
| |
| virtual bool | BuiltInNSIsAvailable () const |
| |
| virtual int32_t | EnableBuiltInAEC (bool enable) |
| |
| virtual int32_t | EnableBuiltInAGC (bool enable) |
| |
| virtual int32_t | EnableBuiltInNS (bool enable) |
| |
| virtual | ~AudioDeviceGeneric () |
| |
Public Member Functions inherited from rtc::MessageHandler |
| virtual WEBRTC_DYLIB_EXPORT | ~MessageHandler () |
| |
| virtual WEBRTC_DYLIB_EXPORT | ~MessageHandler () |
| |