Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/Quartz
Inheritance Hierarchy
- FQuartzLatencyTimer
- FQuartzCrossThreadMessage
- IQuartzQuantizedCommand
- FQuantizedOtherClockStart
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerQuantizedCommands.h |
| Include | #include "Quartz/AudioMixerQuantizedCommands.h" |
Syntax
class FQuantizedOtherClockStart : public Audio::IQuartzQuantizedCommand
Remarks
QuartzQuantizedCommand that starts a second clock on a sample-accurate boundary.
Overridden from IQuartzQuantizedCommand
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| EQuartzCommandType | |||
| TSharedPtr< IQuartzQuantizedCommand > | Allocate a copy of the derived class | ||
| bool | |||
| void | OnFinalCallbackCustom
(
int32 InNumFramesLeft |
||
| void | OnQueuedCustom
(
const FQuartzQuantizedCommandInitInfo& InCommandInitInfo |
Derived classes can override these to add extra functionality |