Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/Quartz
Inheritance Hierarchy
- FQuartzLatencyTimer
- FQuartzCrossThreadMessage
- IQuartzQuantizedCommand
- FQuantizedQueueCommand
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerQuantizedCommands.h |
| Include | #include "Quartz/AudioMixerQuantizedCommands.h" |
Syntax
class FQuantizedQueueCommand : public Audio::IQuartzQuantizedCommand
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetQueueCommand
(
const FAudioComponentCommandInfo& InAudioCommandData |
Overridden from IQuartzQuantizedCommand
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| EQuartzCommandType | |||
| TSharedPtr< IQuartzQuantizedCommand > | Allocate a copy of the derived class | ||
| void | OnFinalCallbackCustom
(
int32 InNumFramesLeft |
||
| void | OnQueuedCustom
(
const FQuartzQuantizedCommandInitInfo& InCommandInitInfo |
Derived classes can override these to add extra functionality | |
| int32 | OverrideFramesUntilExec
(
int32 NumFramesUntilExec |
Called if the event type uses an altered amount of frames. | |
| bool |