Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/Quartz
Inheritance Hierarchy
- FQuartzLatencyTimer
- FQuartzCrossThreadMessage
- IQuartzQuantizedCommand
- FQuantizedPlayCommand
References
Module | AudioMixer |
Header | /Engine/Source/Runtime/AudioMixer/Public/Quartz/AudioMixerQuantizedCommands.h |
Include | #include "Quartz/AudioMixerQuantizedCommands.h" |
Syntax
class FQuantizedPlayCommand : public Audio::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 |
Overridden from IQuartzQuantizedCommand
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | CancelCustom () |
|
![]() ![]() ![]() |
FName | ||
![]() ![]() ![]() |
EQuartzCommandType | For your implementation, a new EQuartzCommandType needs to be defined in QuartzQuantizationUtilities.h | |
![]() ![]() ![]() |
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 |
![]() ![]() ![]() |
bool |