unreal.QuartzCommandDelegateSubType

class unreal.QuartzCommandDelegateSubType

Bases: EnumBase

An enumeration for specifying different TYPES of delegates

C++ Source:

  • Module: Engine

  • File: QuartzQuantizationUtilities.h

COMMAND_ON_ABOUT_TO_START: QuartzCommandDelegateSubType

execute off this to be in sync w/ sound starting

Type:

3

COMMAND_ON_CANCELED: QuartzCommandDelegateSubType

The command was stopped before it could execute

Type:

2

COMMAND_ON_FAILED_TO_QUEUE: QuartzCommandDelegateSubType

The command will not execute (i.e. Clock doesn’t exist or PlayQuantized failed concurrency)

Type:

0

COMMAND_ON_QUEUED: QuartzCommandDelegateSubType

The command has been passed to the Audio Render Thread

Type:

1

COMMAND_ON_STARTED: QuartzCommandDelegateSubType

the command was just executed on the Audio Render Thrtead

Type:

4