Inherits AZ::Component, and MicrophoneRequestBus::Handler.
|
static void | Reflect (AZ::ReflectContext *context) |
|
static void | GetProvidedServices (AZ::ComponentDescriptor::DependencyArrayType &provided) |
|
static void | GetIncompatibleServices (AZ::ComponentDescriptor::DependencyArrayType &incompatible) |
|
static void | GetRequiredServices (AZ::ComponentDescriptor::DependencyArrayType &required) |
|
static void | GetDependentServices (AZ::ComponentDescriptor::DependencyArrayType &dependent) |
|
|
void | Init () override |
|
void | Activate () override |
|
void | Deactivate () override |
|
bool | InitializeDevice () override |
|
void | ShutdownDevice () override |
|
bool | StartSession () override |
|
void | EndSession () override |
|
bool | IsCapturing () override |
|
SAudioInputConfig | GetFormatConfig () const override |
|
AZStd::size_t | GetData (void **outputData, AZStd::size_t numFrames, const SAudioInputConfig &targetConfig, bool shouldDeinterleave) override |
|
The documentation for this class was generated from the following file:
- Gems/Microphone/Code/Source/MicrophoneSystemComponent.h