97 lines
4.4 KiB
C++
97 lines
4.4 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
// IWYU pragma: private, include "Quartz/AudioMixerClockHandle.h"
|
|
|
|
#ifdef AUDIOMIXER_AudioMixerClockHandle_generated_h
|
|
#error "AudioMixerClockHandle.generated.h already included, missing '#pragma once' in AudioMixerClockHandle.h"
|
|
#endif
|
|
#define AUDIOMIXER_AudioMixerClockHandle_generated_h
|
|
|
|
#include "UObject/ObjectMacros.h"
|
|
#include "UObject/ScriptMacros.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
class UObject;
|
|
class UQuartzClockHandle;
|
|
enum class EQuartzCommandQuantization : uint8;
|
|
struct FQuartzQuantizationBoundary;
|
|
struct FQuartzTransportTimeStamp;
|
|
|
|
// ********** Begin Class UQuartzClockHandle *******************************************************
|
|
#define FID_Engine_Source_Runtime_AudioMixer_Public_Quartz_AudioMixerClockHandle_h_29_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
DECLARE_FUNCTION(execGetBeatProgressPercent); \
|
|
DECLARE_FUNCTION(execGetBeatsPerMinute); \
|
|
DECLARE_FUNCTION(execGetThirtySecondNotesPerMinute); \
|
|
DECLARE_FUNCTION(execGetSecondsPerTick); \
|
|
DECLARE_FUNCTION(execGetTicksPerSecond); \
|
|
DECLARE_FUNCTION(execGetMillisecondsPerTick); \
|
|
DECLARE_FUNCTION(execSetBeatsPerMinute); \
|
|
DECLARE_FUNCTION(execSetThirtySecondNotesPerMinute); \
|
|
DECLARE_FUNCTION(execSetSecondsPerTick); \
|
|
DECLARE_FUNCTION(execSetTicksPerSecond); \
|
|
DECLARE_FUNCTION(execSetMillisecondsPerTick); \
|
|
DECLARE_FUNCTION(execUnsubscribeFromAllTimeDivisions); \
|
|
DECLARE_FUNCTION(execUnsubscribeFromTimeDivision); \
|
|
DECLARE_FUNCTION(execSubscribeToAllQuantizationEvents); \
|
|
DECLARE_FUNCTION(execSubscribeToQuantizationEvent); \
|
|
DECLARE_FUNCTION(execStartOtherClock); \
|
|
DECLARE_FUNCTION(execGetEstimatedRunTime); \
|
|
DECLARE_FUNCTION(execGetCurrentTimestamp); \
|
|
DECLARE_FUNCTION(execGetDurationOfQuantizationTypeInSeconds); \
|
|
DECLARE_FUNCTION(execNotifyOnQuantizationBoundary); \
|
|
DECLARE_FUNCTION(execIsClockRunning); \
|
|
DECLARE_FUNCTION(execResetTransportQuantized); \
|
|
DECLARE_FUNCTION(execResetTransport); \
|
|
DECLARE_FUNCTION(execResumeClock); \
|
|
DECLARE_FUNCTION(execPauseClock); \
|
|
DECLARE_FUNCTION(execStopClock); \
|
|
DECLARE_FUNCTION(execStartClock);
|
|
|
|
|
|
struct Z_Construct_UClass_UQuartzClockHandle_Statics;
|
|
AUDIOMIXER_API UClass* Z_Construct_UClass_UQuartzClockHandle_NoRegister();
|
|
|
|
#define FID_Engine_Source_Runtime_AudioMixer_Public_Quartz_AudioMixerClockHandle_h_29_INCLASS_NO_PURE_DECLS \
|
|
private: \
|
|
static void StaticRegisterNativesUQuartzClockHandle(); \
|
|
friend struct ::Z_Construct_UClass_UQuartzClockHandle_Statics; \
|
|
static UClass* GetPrivateStaticClass(); \
|
|
friend AUDIOMIXER_API UClass* ::Z_Construct_UClass_UQuartzClockHandle_NoRegister(); \
|
|
public: \
|
|
DECLARE_CLASS2(UQuartzClockHandle, UObject, COMPILED_IN_FLAGS(0 | CLASS_Transient), CASTCLASS_None, TEXT("/Script/AudioMixer"), Z_Construct_UClass_UQuartzClockHandle_NoRegister) \
|
|
DECLARE_SERIALIZER(UQuartzClockHandle)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AudioMixer_Public_Quartz_AudioMixerClockHandle_h_29_ENHANCED_CONSTRUCTORS \
|
|
/** Deleted move- and copy-constructors, should never be used */ \
|
|
UQuartzClockHandle(UQuartzClockHandle&&) = delete; \
|
|
UQuartzClockHandle(const UQuartzClockHandle&) = delete; \
|
|
DECLARE_VTABLE_PTR_HELPER_CTOR(AUDIOMIXER_API, UQuartzClockHandle); \
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UQuartzClockHandle); \
|
|
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UQuartzClockHandle)
|
|
|
|
|
|
#define FID_Engine_Source_Runtime_AudioMixer_Public_Quartz_AudioMixerClockHandle_h_26_PROLOG
|
|
#define FID_Engine_Source_Runtime_AudioMixer_Public_Quartz_AudioMixerClockHandle_h_29_GENERATED_BODY \
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
|
|
public: \
|
|
FID_Engine_Source_Runtime_AudioMixer_Public_Quartz_AudioMixerClockHandle_h_29_RPC_WRAPPERS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_AudioMixer_Public_Quartz_AudioMixerClockHandle_h_29_INCLASS_NO_PURE_DECLS \
|
|
FID_Engine_Source_Runtime_AudioMixer_Public_Quartz_AudioMixerClockHandle_h_29_ENHANCED_CONSTRUCTORS \
|
|
private: \
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|
|
|
|
|
|
class UQuartzClockHandle;
|
|
|
|
// ********** End Class UQuartzClockHandle *********************************************************
|
|
|
|
#undef CURRENT_FILE_ID
|
|
#define CURRENT_FILE_ID FID_Engine_Source_Runtime_AudioMixer_Public_Quartz_AudioMixerClockHandle_h
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|