Inherits Audio::AudioInputSource.
|
| AudioInputMicrophone (const SAudioInputConfig &sourceConfig) |
|
void | ReadInput (const AudioStreamData &data) override |
|
void | WriteOutput (AkAudioBuffer *akBuffer) override |
|
bool | IsOk () const override |
|
void | OnDeactivated () override |
|
virtual void | ReadInput (const AudioStreamData &data)=0 |
|
virtual void | WriteOutput (AkAudioBuffer *akBuffer)=0 |
|
virtual bool | IsOk () const =0 |
|
virtual bool | IsFormatValid () const |
|
virtual void | OnActivated () |
|
virtual void | OnDeactivated () |
|
void | SetFormat (AkAudioFormat &format) |
|
void | SetSourceId (TAudioSourceId sourceId) |
|
TAudioSourceId | GetSourceId () const |
|
|
SAudioInputConfig | m_config |
| Configuration information for the source type.
|
|
AkPlayingID | m_playingId = AK_INVALID_PLAYING_ID |
| Playing ID of the source.
|
|
◆ IsOk()
bool Audio::AudioInputMicrophone::IsOk |
( |
| ) |
const |
|
overridevirtual |
◆ OnDeactivated()
void Audio::AudioInputMicrophone::OnDeactivated |
( |
| ) |
|
|
overridevirtual |
◆ ReadInput()
void Audio::AudioInputMicrophone::ReadInput |
( |
const AudioStreamData & |
data | ) |
|
|
overridevirtual |
◆ WriteOutput()
void Audio::AudioInputMicrophone::WriteOutput |
( |
AkAudioBuffer * |
akBuffer | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file:
- Gems/AudioEngineWwise/Code/Source/Engine/AudioInput/AudioInputMicrophone.h