Macros | |
#define | UNITY_AUDIO_PLUGIN_API_VERSION 0x010401 |
#define | UNITY_INTERFACE_API |
#define | UNITY_INTERFACE_EXPORT __attribute__ ((visibility ("default"))) |
Typedefs | |
typedef int(* | createCallback) (UnityAudioEffectState *state) |
typedef int(* | releaseCallback) (UnityAudioEffectState *state) |
typedef int(* | resetCallback) (UnityAudioEffectState *state) |
typedef int(* | processCallback) (UnityAudioEffectState *state, float *inBuffer, float *outBuffer, unsigned int bufferSize, int numInChannels, int numOutChannels) |
typedef int(* | setPositionCallback) (UnityAudioEffectState *state, unsigned int pos) |
typedef int(* | setFloatParameterCallback) (UnityAudioEffectState *state, int index, float value) |
typedef int(* | getFloatParameterCallback) (UnityAudioEffectState *state, int index, float *value, char *valuestr) |
typedef int(* | getFloatBufferCallback) (UnityAudioEffectState *state, const char *name, float *buffer, int numsamples) |
typedef int(* | distanceAttenuationCallback) (UnityAudioEffectState *state, float distanceIn, float attenuationIn, float *attenuationOut) |
typedef void(* | renderCallback) (int eventId) |
Enumerations | |
enum | UnityAudioEffectDefinitionFlags { isSideChainTarget = 1 , isSpatializer = 2 , isAmbisonicDecoder = 4 , appliesDistanceAttenuation = 8 } |
enum | UnityAudioEffectStateFlags { stateIsPlaying = 1 , stateIsPaused = 2 , stateIsMuted = 8 , statIsSideChainTarget = 16 } |
enum | UnityEventModifiers { shift = 1 , control = 2 , alt = 4 , command = 8 , numeric = 16 , capsLock = 32 , functionKey = 64 } |
Functions | |
__attribute__ ((visibility("default"))) int UnityGetAudioEffectDefinitions(UnityAudioEffectDefinition ***definitionsPtr) | |
Variables | |
void * | textureHandle |
void int | w |
void int int | h |
float | x |
float float | y |
float float UnityEventModifiers | mods |
float float UnityEventModifiers int | button |
int | code |
int UnityEventModifiers const char * | name |
#define UNITY_AUDIO_PLUGIN_API_VERSION 0x010401 |
#define UNITY_INTERFACE_API |
#define UNITY_INTERFACE_EXPORT __attribute__ ((visibility ("default"))) |
typedef int( * createCallback) (UnityAudioEffectState *state) |
typedef int( * releaseCallback) (UnityAudioEffectState *state) |
typedef int( * resetCallback) (UnityAudioEffectState *state) |
typedef int( * processCallback) (UnityAudioEffectState *state, float *inBuffer, float *outBuffer, unsigned int bufferSize, int numInChannels, int numOutChannels) |
typedef int( * setPositionCallback) (UnityAudioEffectState *state, unsigned int pos) |
typedef int( * setFloatParameterCallback) (UnityAudioEffectState *state, int index, float value) |
typedef int( * getFloatParameterCallback) (UnityAudioEffectState *state, int index, float *value, char *valuestr) |
typedef int( * getFloatBufferCallback) (UnityAudioEffectState *state, const char *name, float *buffer, int numsamples) |
typedef int( * distanceAttenuationCallback) (UnityAudioEffectState *state, float distanceIn, float attenuationIn, float *attenuationOut) |
typedef void( * renderCallback) (int eventId) |
enum UnityEventModifiers |
__attribute__ | ( | (visibility("default")) | ) |
void* textureHandle |
float float float w |
float float float float h |
float x |
Referenced by RectangleList< ValueType >::add(), Point< ValueType >::addXY(), RectanglePlacement::appliedTo(), Justification::appliedToRectangle(), Justification::applyToRectangle(), Point< ValueType >::applyTransform(), clampPixelComponents(), RectangleList< ValueType >::containsPoint(), dsp::FastMathApproximations::cos(), dsp::FastMathApproximations::cosh(), dsp::FastMathApproximations::exp(), Rectangle< ValueType >::findAreaContainingPoints(), Point< ValueType >::getAngleToPoint(), PositionedGlyph::getBounds(), Point< ValueType >::getDistanceFrom(), Point< ValueType >::getDistanceFromOrigin(), Point< ValueType >::getDistanceSquaredFromOrigin(), Point< ValueType >::getDotProduct(), PositionedGlyph::getLeft(), Image::BitmapData::getPixelPointer(), Point< ValueType >::getPointOnCircumference(), Point< ValueType >::getPointOnCircumference(), PositionedGlyph::getRight(), Point< ValueType >::getX(), dsp::Oscillator< SampleType >::initialise(), Rectangle< ValueType >::intersectRectangles(), Point< ValueType >::isFinite(), EdgeTable::iterate(), dsp::FastMathApproximations::logNPlusOne(), maskPixelComponents(), midi_ci::Message::ACK::operator!=(), midi_ci::Message::Discovery::operator!=(), midi_ci::Message::DiscoveryResponse::operator!=(), midi_ci::Message::EndpointInquiry::operator!=(), midi_ci::Message::EndpointInquiryResponse::operator!=(), midi_ci::Message::Header::operator!=(), midi_ci::Message::InvalidateMUID::operator!=(), midi_ci::Message::NAK::operator!=(), midi_ci::Message::ProcessEndMidiMessageReport::operator!=(), midi_ci::Message::ProcessInquiry::operator!=(), midi_ci::Message::ProcessInquiryResponse::operator!=(), midi_ci::Message::ProcessMidiMessageReport::operator!=(), midi_ci::Message::ProcessMidiMessageReportResponse::operator!=(), midi_ci::Message::ProfileAdded::operator!=(), midi_ci::Message::ProfileDetails::operator!=(), midi_ci::Message::ProfileDetailsResponse::operator!=(), midi_ci::Message::ProfileDisabledReport::operator!=(), midi_ci::Message::ProfileEnabledReport::operator!=(), midi_ci::Message::ProfileInquiry::operator!=(), midi_ci::Message::ProfileInquiryResponse::operator!=(), midi_ci::Message::ProfileOff::operator!=(), midi_ci::Message::ProfileOn::operator!=(), midi_ci::Message::ProfileRemoved::operator!=(), midi_ci::Message::ProfileSpecificData::operator!=(), midi_ci::Message::PropertyExchangeCapabilities::operator!=(), midi_ci::Message::PropertyExchangeCapabilitiesResponse::operator!=(), midi_ci::Message::PropertyGetData::operator!=(), midi_ci::Message::PropertyGetDataResponse::operator!=(), midi_ci::Message::PropertyNotify::operator!=(), midi_ci::Message::PropertySetData::operator!=(), midi_ci::Message::PropertySetDataResponse::operator!=(), midi_ci::Message::PropertySubscribe::operator!=(), midi_ci::Message::PropertySubscribeResponse::operator!=(), midi_ci::ProfileAtAddress::operator!=(), dsp::Polynomial< FloatingType >::operator()(), Point< ValueType >::operator*(), Point< ValueType >::operator*(), dsp::Matrix< ElementType >::operator*=(), Point< ValueType >::operator*=(), Point< ValueType >::operator+(), Point< ValueType >::operator+=(), Point< ValueType >::operator-(), Point< ValueType >::operator-(), Point< ValueType >::operator-=(), Point< ValueType >::operator/(), Point< ValueType >::operator/(), Point< ValueType >::operator/=(), midi_ci::ProfileAtAddress::operator<(), midi_ci::ProfileAtAddress::operator<=(), AudioPlayHead::FrameRate::operator==(), AudioPlayHead::LoopPoints::operator==(), AudioPlayHead::TimeSignature::operator==(), midi_ci::FunctionBlock::operator==(), midi_ci::Message::ACK::operator==(), midi_ci::Message::Discovery::operator==(), midi_ci::Message::DiscoveryResponse::operator==(), midi_ci::Message::EndpointInquiry::operator==(), midi_ci::Message::EndpointInquiryResponse::operator==(), midi_ci::Message::Header::operator==(), midi_ci::Message::InvalidateMUID::operator==(), midi_ci::Message::NAK::operator==(), midi_ci::Message::Parsed::operator==(), midi_ci::Message::ProcessEndMidiMessageReport::operator==(), midi_ci::Message::ProcessInquiry::operator==(), midi_ci::Message::ProcessInquiryResponse::operator==(), midi_ci::Message::ProcessMidiMessageReport::operator==(), midi_ci::Message::ProcessMidiMessageReportResponse::operator==(), midi_ci::Message::ProfileAdded::operator==(), midi_ci::Message::ProfileDetails::operator==(), midi_ci::Message::ProfileDetailsResponse::operator==(), midi_ci::Message::ProfileDisabledReport::operator==(), midi_ci::Message::ProfileEnabledReport::operator==(), midi_ci::Message::ProfileInquiry::operator==(), midi_ci::Message::ProfileInquiryResponse::operator==(), midi_ci::Message::ProfileOff::operator==(), midi_ci::Message::ProfileOn::operator==(), midi_ci::Message::ProfileRemoved::operator==(), midi_ci::Message::ProfileSpecificData::operator==(), midi_ci::Message::PropertyExchangeCapabilities::operator==(), midi_ci::Message::PropertyExchangeCapabilitiesResponse::operator==(), midi_ci::Message::PropertyGetData::operator==(), midi_ci::Message::PropertyGetDataResponse::operator==(), midi_ci::Message::PropertyNotify::operator==(), midi_ci::Message::PropertySetData::operator==(), midi_ci::Message::PropertySetDataResponse::operator==(), midi_ci::Message::PropertySubscribe::operator==(), midi_ci::Message::PropertySubscribeResponse::operator==(), midi_ci::ProfileAtAddress::operator==(), midi_ci::Subscription::operator==(), midi_ci::SupportedAndActive::operator==(), operator==(), midi_ci::ProfileAtAddress::operator>(), midi_ci::ProfileAtAddress::operator>=(), Point< ValueType >::rotatedAboutOrigin(), Point< ValueType >::roundToInt(), Point< ValueType >::setX(), Point< ValueType >::setXY(), dsp::FastMathApproximations::sin(), dsp::FastMathApproximations::sinh(), StandaloneFilterWindow::StandaloneFilterWindow(), dsp::FastMathApproximations::tan(), dsp::FastMathApproximations::tanh(), Point< ValueType >::toDouble(), Point< ValueType >::toFloat(), Point< ValueType >::toInt(), midi_ci::PropertySubscriptionCommandUtils::toString(), Point< ValueType >::toString(), Point< ValueType >::transformedBy(), AffineTransform::transformPoint(), Point< ValueType >::translated(), WebBrowserComponent::Options::AppleWkWebView::withAllowAccessToEnclosingDirectory(), AudioProcessorParameterWithIDAttributes::withAutomatable(), AudioProcessorValueTreeStateParameterAttributes::withAutomatable(), RangedAudioParameterAttributes< Derived, Value >::withAutomatable(), AudioPlayHead::FrameRate::withBaseRate(), AudioProcessorValueTreeStateParameterAttributes::withBoolean(), AudioProcessorParameterWithIDAttributes::withCategory(), AudioProcessorValueTreeStateParameterAttributes::withCategory(), RangedAudioParameterAttributes< Derived, Value >::withCategory(), midi_ci::DeviceOptions::withDeviceInfo(), AudioProcessorValueTreeStateParameterAttributes::withDiscrete(), AudioPlayHead::FrameRate::withDrop(), JSON::FormatOptions::withEncoding(), ToVarOptions::withExplicitVersion(), FontOptions::withFallbackEnabled(), FontOptions::withFallbacks(), midi_ci::DeviceOptions::withFeatures(), midi_ci::DeviceOptions::withFunctionBlock(), FontOptions::withHeight(), FontOptions::withHorizontalScale(), JSON::FormatOptions::withIndentLevel(), AudioProcessorParameterWithIDAttributes::withInverted(), AudioProcessorValueTreeStateParameterAttributes::withInverted(), RangedAudioParameterAttributes< Derived, Value >::withInverted(), FontOptions::withKerningFactor(), AudioProcessorParameterWithIDAttributes::withLabel(), AudioProcessorValueTreeStateParameterAttributes::withLabel(), RangedAudioParameterAttributes< Derived, Value >::withLabel(), JSON::FormatOptions::withMaxDecimalPlaces(), midi_ci::DeviceOptions::withMaxSysExSize(), AudioProcessorParameterWithIDAttributes::withMeta(), AudioProcessorValueTreeStateParameterAttributes::withMeta(), RangedAudioParameterAttributes< Derived, Value >::withMeta(), FontOptions::withMetricsKind(), FontOptions::withName(), midi_ci::DeviceOptions::withOutputs(), FontOptions::withPointHeight(), midi_ci::DeviceFeatures::withProcessInquirySupported(), midi_ci::DeviceOptions::withProductInstanceId(), midi_ci::DeviceFeatures::withProfileConfigurationSupported(), midi_ci::DeviceOptions::withProfileDelegate(), midi_ci::DeviceOptions::withPropertyDelegate(), midi_ci::DeviceFeatures::withPropertyExchangeSupported(), AudioPlayHead::FrameRate::withPullDown(), JSON::FormatOptions::withSpacing(), AudioProcessorValueTreeStateParameterAttributes::withStringFromValueFunction(), RangedAudioParameterAttributes< Derived, Value >::withStringFromValueFunction(), FontOptions::withStyle(), FontOptions::withTypeface(), FontOptions::withUnderline(), ValueAnimatorBuilder::withValueChangedCallback(), AudioProcessorValueTreeStateParameterAttributes::withValueFromStringFunction(), RangedAudioParameterAttributes< Derived, Value >::withValueFromStringFunction(), ToVarOptions::withVersionIncluded(), and Point< ValueType >::withY().
float float y |
Referenced by RectangleList< ValueType >::add(), Point< ValueType >::addXY(), RectanglePlacement::appliedTo(), Justification::appliedToRectangle(), Justification::applyToRectangle(), Point< ValueType >::applyTransform(), RectangleList< ValueType >::containsPoint(), Rectangle< ValueType >::findAreaContainingPoints(), Point< ValueType >::getAngleToPoint(), PositionedGlyph::getBaselineY(), PositionedGlyph::getBottom(), Point< ValueType >::getDistanceFrom(), Point< ValueType >::getDistanceFromOrigin(), Point< ValueType >::getDistanceSquaredFromOrigin(), Point< ValueType >::getDotProduct(), Image::BitmapData::getLinePointer(), Image::BitmapData::getPixelPointer(), Point< ValueType >::getPointOnCircumference(), Point< ValueType >::getPointOnCircumference(), PositionedGlyph::getTop(), Point< ValueType >::getY(), Rectangle< ValueType >::intersectRectangles(), Point< ValueType >::isFinite(), EdgeTable::iterate(), dsp::Polynomial< FloatingType >::operator()(), Point< ValueType >::operator*(), Point< ValueType >::operator*(), Point< ValueType >::operator*=(), Point< ValueType >::operator+(), Point< ValueType >::operator+=(), Point< ValueType >::operator-(), Point< ValueType >::operator-(), Point< ValueType >::operator-=(), Point< ValueType >::operator/(), Point< ValueType >::operator/(), Point< ValueType >::operator/=(), Point< ValueType >::rotatedAboutOrigin(), Point< ValueType >::roundToInt(), Point< ValueType >::setXY(), Point< ValueType >::setY(), StandaloneFilterWindow::StandaloneFilterWindow(), Point< ValueType >::toDouble(), Point< ValueType >::toFloat(), Point< ValueType >::toInt(), Point< ValueType >::toString(), Point< ValueType >::transformedBy(), AffineTransform::transformPoint(), Point< ValueType >::translated(), and Point< ValueType >::withX().
int UnityEventModifiers mods |
Referenced by KeyPress::getModifiers(), and TextEditorKeyMapper< CallbackClass >::invokeKeyFunction().
float float UnityEventModifiers int button |
Referenced by StandaloneFilterWindow::menuCallback().
int code |
Referenced by OpenGLGraphicsContextCustomShader::getFragmentShaderCode().
int UnityEventModifiers const char* name |
Referenced by DynamicLibrary::DynamicLibrary(), Identifier::getCharPointer(), XmlElement::getChildWithTagNameIterator(), AudioIODevice::getName(), AudioProcessor::Bus::getName(), CameraDevice::getName(), FontOptions::getName(), GridItem::Property::getName(), SamplerSound::getName(), Typeface::getName(), UnitTest::getName(), GridItem::Property::hasName(), Identifier::isNull(), Identifier::isValid(), Identifier::operator String::CharPointerType(), Identifier::operator StringRef(), Identifier::operator!=(), Identifier::operator!=(), Identifier::operator<(), Identifier::operator<=(), Identifier::operator==(), Identifier::operator==(), Identifier::operator>(), Identifier::operator>=(), GridItem::Span::Span(), Identifier::toString(), WebBrowserComponent::Options::withInitialisationData(), WebBrowserComponent::Options::withNativeFunction(), and FontOptions::withTypeface().