Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/Quartz
Inheritance Hierarchy
- IQuartzQuantizedCommand
- FQuantizedPlayCommand
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerQuantizedCommands.h |
| Include | #include "Quartz/AudioMixerQuantizedCommands.h" |
Syntax
class FQuantizedPlayCommand : public IQuartzQuantizedCommand
Remarks
QuartzQuantizedCommand that plays a sound on a sample-accurate boundary.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsCanceled | ||
| TSharedPtr< FQuartzClock > | OwningClockPtr | ||
| int32 | SourceID |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Ctor |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Dtor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CancelCustom () |
||
| FName | |||
| EQuartzCommandType | For your implementation, a new EQuartzCommandType needs to be defined in QuartzQuantizationUtilities.h | ||
| TSharedPtr< IQuartzQuantizedCommand > | |||
| void | OnFinalCallbackCustom
(
int32 InNumFramesLeft |
||
| void | OnQueuedCustom
(
const FQuartzQuantizedCommandInitInfo& InCommandInitInfo |
||
| int32 | OverrideFramesUntilExec
(
int32 NumFramesUntilExec |
||
| bool |