Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/Quartz
Inheritance Hierarchy
- FQuartzLatencyTimer
- FQuartzCrossThreadMessage
- IQuartzQuantizedCommand
- FQuantizedTickRateChange
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerQuantizedCommands.h |
| Include | #include "Quartz/AudioMixerQuantizedCommands.h" |
Syntax
class FQuantizedTickRateChange : public Audio::IQuartzQuantizedCommand
Remarks
QuartzQuantizedCommand that changes the TickRate of a clock on a sample-accurate boundary (i.e. BPM changes)
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetTickRate
(
const FQuartzClockTickRate& InTickRate |
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 |