ZeroVR/ZeroPacientVR/Zero_BackUpThisFolder_ButDo.../il2cppOutput/FMODUnity1.cpp

45961 lines
2.6 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
template <typename R, typename T1>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtualFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct VirtualFuncInvoker5
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct InvokerActionInvoker3
{
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2 p2, T3 p3)
{
void* params[3] = { &p1, &p2, &p3 };
method->invoker_method(methodPtr, method, obj, params, NULL);
}
};
template <typename T1, typename T2, typename T3, typename T4>
struct InvokerActionInvoker4;
template <typename T1, typename T2, typename T3, typename T4>
struct InvokerActionInvoker4<T1*, T2, T3, T4>
{
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4)
{
void* params[4] = { p1, &p2, &p3, &p4 };
method->invoker_method(methodPtr, method, obj, params, NULL);
}
};
template <typename T1, typename T2, typename T3, typename T4, typename T5>
struct InvokerActionInvoker5
{
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
void* params[5] = { &p1, &p2, &p3, &p4, &p5 };
method->invoker_method(methodPtr, method, obj, params, NULL);
}
};
template <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct InvokerActionInvoker6;
template <typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct InvokerActionInvoker6<T1*, T2, T3, T4, T5, T6>
{
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6)
{
void* params[6] = { p1, &p2, &p3, &p4, &p5, &p6 };
method->invoker_method(methodPtr, method, obj, params, NULL);
}
};
template <typename R, typename T1>
struct InvokerFuncInvoker1;
template <typename R, typename T1>
struct InvokerFuncInvoker1<R, T1*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1)
{
R ret;
void* params[1] = { p1 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2>
struct InvokerFuncInvoker2;
template <typename R, typename T1, typename T2>
struct InvokerFuncInvoker2<R, T1*, T2>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2)
{
R ret;
void* params[2] = { p1, &p2 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2>
struct InvokerFuncInvoker2<R, T1*, T2*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2)
{
R ret;
void* params[2] = { p1, p2 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InvokerFuncInvoker3
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2 p2, T3 p3)
{
R ret;
void* params[3] = { &p1, &p2, &p3 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InvokerFuncInvoker3<R, T1*, T2, T3>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3)
{
R ret;
void* params[3] = { p1, &p2, &p3 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InvokerFuncInvoker3<R, T1*, T2*, T3>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3)
{
R ret;
void* params[3] = { p1, p2, &p3 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InvokerFuncInvoker3<R, T1*, T2*, T3*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3)
{
R ret;
void* params[3] = { p1, p2, p3 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InvokerFuncInvoker4
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
R ret;
void* params[4] = { &p1, &p2, &p3, &p4 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InvokerFuncInvoker4<R, T1*, T2, T3, T4>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4)
{
R ret;
void* params[4] = { p1, &p2, &p3, &p4 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InvokerFuncInvoker4<R, T1*, T2*, T3, T4>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4 p4)
{
R ret;
void* params[4] = { p1, p2, &p3, &p4 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InvokerFuncInvoker4<R, T1*, T2, T3*, T4>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3* p3, T4 p4)
{
R ret;
void* params[4] = { p1, &p2, p3, &p4 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InvokerFuncInvoker4<R, T1*, T2*, T3*, T4>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3, T4 p4)
{
R ret;
void* params[4] = { p1, p2, p3, &p4 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InvokerFuncInvoker4<R, T1*, T2*, T3*, T4*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3, T4* p4)
{
R ret;
void* params[4] = { p1, p2, p3, p4 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct InvokerFuncInvoker5;
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct InvokerFuncInvoker5<R, T1*, T2, T3, T4, T5>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
R ret;
void* params[5] = { p1, &p2, &p3, &p4, &p5 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct InvokerFuncInvoker5<R, T1, T2, T3, T4*, T5>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2 p2, T3 p3, T4* p4, T5 p5)
{
R ret;
void* params[5] = { &p1, &p2, &p3, p4, &p5 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct InvokerFuncInvoker5<R, T1*, T2*, T3, T4, T5>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4 p4, T5 p5)
{
R ret;
void* params[5] = { p1, p2, &p3, &p4, &p5 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct InvokerFuncInvoker5<R, T1*, T2*, T3, T4*, T5>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4* p4, T5 p5)
{
R ret;
void* params[5] = { p1, p2, &p3, p4, &p5 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct InvokerFuncInvoker5<R, T1*, T2, T3*, T4*, T5>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3* p3, T4* p4, T5 p5)
{
R ret;
void* params[5] = { p1, &p2, p3, p4, &p5 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct InvokerFuncInvoker5<R, T1*, T2*, T3*, T4*, T5*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3, T4* p4, T5* p5)
{
R ret;
void* params[5] = { p1, p2, p3, p4, p5 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct InvokerFuncInvoker6;
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct InvokerFuncInvoker6<R, T1*, T2, T3, T4, T5, T6>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6)
{
R ret;
void* params[6] = { p1, &p2, &p3, &p4, &p5, &p6 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct InvokerFuncInvoker6<R, T1*, T2, T3, T4, T5, T6*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4, T5 p5, T6* p6)
{
R ret;
void* params[6] = { p1, &p2, &p3, &p4, &p5, p6 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct InvokerFuncInvoker6<R, T1*, T2*, T3, T4, T5, T6>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4 p4, T5 p5, T6 p6)
{
R ret;
void* params[6] = { p1, p2, &p3, &p4, &p5, &p6 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct InvokerFuncInvoker6<R, T1*, T2, T3, T4, T5*, T6>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4, T5* p5, T6 p6)
{
R ret;
void* params[6] = { p1, &p2, &p3, &p4, p5, &p6 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct InvokerFuncInvoker6<R, T1*, T2, T3*, T4*, T5, T6>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3* p3, T4* p4, T5 p5, T6 p6)
{
R ret;
void* params[6] = { p1, &p2, p3, p4, &p5, &p6 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6>
struct InvokerFuncInvoker6<R, T1*, T2*, T3, T4*, T5*, T6>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4* p4, T5* p5, T6 p6)
{
R ret;
void* params[6] = { p1, p2, &p3, p4, p5, &p6 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct InvokerFuncInvoker7;
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct InvokerFuncInvoker7<R, T1*, T2, T3, T4, T5, T6, T7>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7)
{
R ret;
void* params[7] = { p1, &p2, &p3, &p4, &p5, &p6, &p7 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct InvokerFuncInvoker7<R, T1, T2, T3, T4, T5, T6*, T7>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6* p6, T7 p7)
{
R ret;
void* params[7] = { &p1, &p2, &p3, &p4, &p5, p6, &p7 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct InvokerFuncInvoker7<R, T1*, T2*, T3, T4, T5, T6, T7>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7)
{
R ret;
void* params[7] = { p1, p2, &p3, &p4, &p5, &p6, &p7 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct InvokerFuncInvoker7<R, T1*, T2*, T3, T4, T5, T6, T7*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4 p4, T5 p5, T6 p6, T7* p7)
{
R ret;
void* params[7] = { p1, p2, &p3, &p4, &p5, &p6, p7 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7>
struct InvokerFuncInvoker7<R, T1*, T2*, T3, T4*, T5*, T6, T7>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4* p4, T5* p5, T6 p6, T7 p7)
{
R ret;
void* params[7] = { p1, p2, &p3, p4, p5, &p6, &p7 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
struct InvokerFuncInvoker8;
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
struct InvokerFuncInvoker8<R, T1*, T2, T3, T4, T5, T6, T7, T8>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8)
{
R ret;
void* params[8] = { p1, &p2, &p3, &p4, &p5, &p6, &p7, &p8 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
struct InvokerFuncInvoker8<R, T1*, T2*, T3, T4, T5, T6, T7, T8>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8)
{
R ret;
void* params[8] = { p1, p2, &p3, &p4, &p5, &p6, &p7, &p8 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8>
struct InvokerFuncInvoker8<R, T1*, T2, T3, T4, T5, T6, T7*, T8>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7* p7, T8 p8)
{
R ret;
void* params[8] = { p1, &p2, &p3, &p4, &p5, &p6, p7, &p8 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9>
struct InvokerFuncInvoker9;
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9>
struct InvokerFuncInvoker9<R, T1*, T2, T3, T4, T5, T6, T7, T8, T9>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9)
{
R ret;
void* params[9] = { p1, &p2, &p3, &p4, &p5, &p6, &p7, &p8, &p9 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9>
struct InvokerFuncInvoker9<R, T1*, T2*, T3, T4, T5, T6, T7, T8, T9>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9)
{
R ret;
void* params[9] = { p1, p2, &p3, &p4, &p5, &p6, &p7, &p8, &p9 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10>
struct InvokerFuncInvoker10;
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10>
struct InvokerFuncInvoker10<R, T1*, T2*, T3, T4, T5, T6, T7, T8, T9, T10>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10)
{
R ret;
void* params[10] = { p1, p2, &p3, &p4, &p5, &p6, &p7, &p8, &p9, &p10 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11>
struct InvokerFuncInvoker11;
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11>
struct InvokerFuncInvoker11<R, T1*, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11)
{
R ret;
void* params[11] = { p1, &p2, &p3, &p4, &p5, &p6, &p7, &p8, &p9, &p10, &p11 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12>
struct InvokerFuncInvoker12;
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5, typename T6, typename T7, typename T8, typename T9, typename T10, typename T11, typename T12>
struct InvokerFuncInvoker12<R, T1*, T2*, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10, T11 p11, T12 p12)
{
R ret;
void* params[12] = { p1, p2, &p3, &p4, &p5, &p6, &p7, &p8, &p9, &p10, &p11, &p12 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding>
struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54;
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D;
// System.Collections.Generic.List`1<FMOD.StringHelper/ThreadSafeEncoding>
struct List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314;
// System.Single[][]
struct SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4;
// FMOD.ATTRIBUTES_3D[]
struct ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0;
// FMOD.Studio.Bank[]
struct BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50;
// FMOD.Studio.Bus[]
struct BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A;
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
// FMOD.CHANNELMASK[]
struct CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// FMOD.Studio.EventDescription[]
struct EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD;
// FMOD.Studio.EventInstance[]
struct EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
// FMOD.Studio.PARAMETER_DESCRIPTION[]
struct PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA;
// FMOD.Studio.PARAMETER_ID[]
struct PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2;
// System.Single[]
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
// System.Type[]
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
// System.UInt64[]
struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299;
// FMOD.Studio.VCA[]
struct VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296;
// FMOD.VECTOR[]
struct VECTORU5BU5D_t2A9509AF20B5FC20F177D1D4540ABA40461124E9;
// FMOD.StringHelper/ThreadSafeEncoding[]
struct ThreadSafeEncodingU5BU5D_t4833122F64D0714510488E3847418B5562441BED;
// System.AsyncCallback
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
// FMOD.Studio.BANK_INFO
struct BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B;
// System.Reflection.Binder
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
// FMOD.CHANNELCONTROL_CALLBACK
struct CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1;
// FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK
struct COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83;
// FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK
struct COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5;
// FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK
struct COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2;
// FMOD.DSP_ALLOC_FUNC
struct DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D;
// FMOD.DSP_BUFFER_ARRAY
struct DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C;
// FMOD.DSP_CALLBACK
struct DSP_CALLBACK_t3152E5C5677757C6347EF6172B9AFC5900FEF317;
// FMOD.DSP_CREATE_CALLBACK
struct DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505;
// FMOD.DSP_DFT_FFTREAL_FUNC
struct DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF;
// FMOD.DSP_DFT_IFFTREAL_FUNC
struct DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56;
// FMOD.DSP_FREE_FUNC
struct DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB;
// FMOD.DSP_GETBLOCKSIZE_FUNC
struct DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471;
// FMOD.DSP_GETCLOCK_FUNC
struct DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4;
// FMOD.DSP_GETLISTENERATTRIBUTES_FUNC
struct DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1;
// FMOD.DSP_GETPARAM_BOOL_CALLBACK
struct DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191;
// FMOD.DSP_GETPARAM_DATA_CALLBACK
struct DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B;
// FMOD.DSP_GETPARAM_FLOAT_CALLBACK
struct DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F;
// FMOD.DSP_GETPARAM_INT_CALLBACK
struct DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C;
// FMOD.DSP_GETSAMPLERATE_FUNC
struct DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B;
// FMOD.DSP_GETSPEAKERMODE_FUNC
struct DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA;
// FMOD.DSP_GETUSERDATA_FUNC
struct DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1;
// FMOD.DSP_LOG_FUNC
struct DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0;
// FMOD.DSP_METERING_INFO
struct DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33;
// FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC
struct DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD;
// FMOD.DSP_PAN_SUMMONOMATRIX_FUNC
struct DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17;
// FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC
struct DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9;
// FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC
struct DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B;
// FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC
struct DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042;
// FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC
struct DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E;
// FMOD.DSP_PARAMETER_DESC_BOOL
struct DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C;
// FMOD.DSP_PARAMETER_DESC_INT
struct DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC;
// FMOD.DSP_PARAMETER_DESC_UNION
struct DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80;
// FMOD.DSP_PROCESS_CALLBACK
struct DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6;
// FMOD.DSP_READ_CALLBACK
struct DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E;
// FMOD.DSP_REALLOC_FUNC
struct DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D;
// FMOD.DSP_RELEASE_CALLBACK
struct DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32;
// FMOD.DSP_RESET_CALLBACK
struct DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3;
// FMOD.DSP_SETPARAM_BOOL_CALLBACK
struct DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3;
// FMOD.DSP_SETPARAM_DATA_CALLBACK
struct DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F;
// FMOD.DSP_SETPARAM_FLOAT_CALLBACK
struct DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5;
// FMOD.DSP_SETPARAM_INT_CALLBACK
struct DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114;
// FMOD.DSP_SETPOSITION_CALLBACK
struct DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58;
// FMOD.DSP_SHOULDIPROCESS_CALLBACK
struct DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B;
// FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK
struct DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574;
// FMOD.DSP_SYSTEM_MIX_CALLBACK
struct DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172;
// FMOD.DSP_SYSTEM_REGISTER_CALLBACK
struct DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F;
// System.Text.DecoderFallback
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// FMOD.Studio.EVENT_CALLBACK
struct EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184;
// System.Text.EncoderFallback
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293;
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
// FMOD.Error
struct Error_tBA02C1800DE417CE8CFC6C3B1C5E9D16C1A72B10;
// FMOD.FILE_CLOSE_CALLBACK
struct FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F;
// FMOD.FILE_OPEN_CALLBACK
struct FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617;
// FMOD.FILE_READ_CALLBACK
struct FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631;
// FMOD.FILE_SEEK_CALLBACK
struct FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D;
// System.IAsyncResult
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
// System.Reflection.MemberFilter
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// FMOD.Studio.STUDIO_VERSION
struct STUDIO_VERSION_tB020DCF2B77690AF13D4516060C9DC6A7AD4837C;
// FMOD.Studio.SYSTEM_CALLBACK
struct SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF;
// System.String
struct String_t;
// FMOD.TAG
struct TAG_tF804B7171492DD25F531BD89995CF467495846BA;
// System.Type
struct Type_t;
// FMOD.Studio.USER_PROPERTY
struct USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228;
// System.Text.UTF8Encoding
struct UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE;
// FMOD.Studio.Union_IntBoolFloatString
struct Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// FMOD.StringHelper/ThreadSafeEncoding
struct ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59;
// System.Text.UTF8Encoding/UTF8EncodingSealed
struct UTF8EncodingSealed_tF97A34F40CABE9CE1C168967D60396F51C43DD36;
IL2CPP_EXTERN_C RuntimeClass* ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CHANNELMASK_t125C25A4F9A82F1FB458FC9C8E3CD4C3307D8AA0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DEBUG_FLAGS_t579F8D46CE35DD82F32EF179031BD58823F576DF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_3D_ROLLOFF_TYPE_t26635ADDF326CB9537E4CC8B74A2C1B77839A5C6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_PAN_SURROUND_FLAGS_t28B9BB13D435C6930752339F4A1DB6212678C6BE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_PROCESS_OPERATION_t044414DBED954C00C87756A7AD5B2D7CA337F6B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EVENT_CALLBACK_TYPE_tBB6BD62AC91440BE00D19593D9E2BD2DCE92041C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LOAD_BANK_FLAGS_t8602785A2E1E4EBFFAF09D18A262A2738D0021C0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MEMORY_TYPE_t90EF8368E102BA03755EBF745AF3638100E63AC2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SPEAKERMODE_t69F4D6F58787C634B43A4FC9C205CD14D7C0D439_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SYSTEM_CALLBACK_TYPE_t2CDB2FBF483278A9025AE01F4453C15C697C14EB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral0010077B4EF2BDE13EAA6A73F24BE95890E277CB;
IL2CPP_EXTERN_C String_t* _stringLiteral008A11E64329C60DC6DF2197311F936A04D59474;
IL2CPP_EXTERN_C String_t* _stringLiteral05AB00AEF523E133EA83D30305AB638C4B2090DD;
IL2CPP_EXTERN_C String_t* _stringLiteral0737FADF5E07CE5926259B1798DDC91E935139DC;
IL2CPP_EXTERN_C String_t* _stringLiteral07B6BB501F829D89F0A6C41FA078847BAC0F22FB;
IL2CPP_EXTERN_C String_t* _stringLiteral10270AE7D20537C6D9D9B3AD73994DAA2960B608;
IL2CPP_EXTERN_C String_t* _stringLiteral10F53F41433A826E62B2F542212D91C404ACBFA8;
IL2CPP_EXTERN_C String_t* _stringLiteral123FC6BF7E9739EF43E13156E416E3030ED1EF28;
IL2CPP_EXTERN_C String_t* _stringLiteral17E0282127E6003D83ED80B574AA08CB2EF6E6E0;
IL2CPP_EXTERN_C String_t* _stringLiteral202F0E3B832B988BE5EE3109E0E09E6BC1F99671;
IL2CPP_EXTERN_C String_t* _stringLiteral203500387DC21AFCBCE9B4F84957B7A7F248D1A3;
IL2CPP_EXTERN_C String_t* _stringLiteral228B9B40F51ADE259B0E07974FFDB8DC23E76099;
IL2CPP_EXTERN_C String_t* _stringLiteral27999BE1AB58E792E93343B50E9B9EDE0FD1332E;
IL2CPP_EXTERN_C String_t* _stringLiteral2A16A34456D292BCF94F2C712E260F608FB38AD9;
IL2CPP_EXTERN_C String_t* _stringLiteral2ADF459FDC792BD6A376A2397BD0F3D59A294B3C;
IL2CPP_EXTERN_C String_t* _stringLiteral2DE0115548E3A7C76F9D2072F70E5AC7CAF256D3;
IL2CPP_EXTERN_C String_t* _stringLiteral304D7FECE6EA33036CBD5DDA14F1D5CB8A5B8E35;
IL2CPP_EXTERN_C String_t* _stringLiteral307B45F3C445B119B39F18A2AFDBB4FF1B4A19DD;
IL2CPP_EXTERN_C String_t* _stringLiteral316CAE74F78E918A24A3263BF6838007A9828A50;
IL2CPP_EXTERN_C String_t* _stringLiteral326A1EC75760C2D7E3627C70FE2E94BE80EFEA85;
IL2CPP_EXTERN_C String_t* _stringLiteral33E5FF9EEE33C88A0AE82F2016AC9F9006EA6BFD;
IL2CPP_EXTERN_C String_t* _stringLiteral38A04EAA393C12A27DC4DF500191387E1BAB2A53;
IL2CPP_EXTERN_C String_t* _stringLiteral3C3E32615D9A158A5ED8FBF1A318CF7D952492C3;
IL2CPP_EXTERN_C String_t* _stringLiteral3D318A703A9CBE754C627446A0EEEBE8E12716A0;
IL2CPP_EXTERN_C String_t* _stringLiteral428D830C381B849482E3482EEA87EB361978B8ED;
IL2CPP_EXTERN_C String_t* _stringLiteral43C0A5C4D98B25C1591785F9D7436505D357DFFB;
IL2CPP_EXTERN_C String_t* _stringLiteral479A5AE26C032CF3E927F0B9AF8166C5E5609B84;
IL2CPP_EXTERN_C String_t* _stringLiteral4EF50D58E013293C619399FE4DBF1B1BE440B9F8;
IL2CPP_EXTERN_C String_t* _stringLiteral4F56D9FEA3F5B9CBC66AE0BC5CFA5306269BB300;
IL2CPP_EXTERN_C String_t* _stringLiteral594B350A13327EB90EA6751F0AC194B2A805D11E;
IL2CPP_EXTERN_C String_t* _stringLiteral595F8595938CBA5FF92006BFE0A42192C3727A5A;
IL2CPP_EXTERN_C String_t* _stringLiteral5AD690790D14D273E140660A90C6C9DEE3A3A9B7;
IL2CPP_EXTERN_C String_t* _stringLiteral5D634FF70437BA2400A2985E50CE118A3E22CC24;
IL2CPP_EXTERN_C String_t* _stringLiteral5D74BA16ED781FEF2FC9DA71E534005370F19B77;
IL2CPP_EXTERN_C String_t* _stringLiteral6371FCB952BCB90FDB7A0412CE071A335CF0D281;
IL2CPP_EXTERN_C String_t* _stringLiteral6555D619DF10C3DFF9961F8B3B6FE159188B6C7D;
IL2CPP_EXTERN_C String_t* _stringLiteral692D7B8DF08EF592FA8906A0F80FE2A10A052460;
IL2CPP_EXTERN_C String_t* _stringLiteral6A6F915F0ECE641FF59C3CE6AC1BEB9AE53038B9;
IL2CPP_EXTERN_C String_t* _stringLiteral6B1270BDE6BC879EA5B79ECD3EAA6BB315B1EF36;
IL2CPP_EXTERN_C String_t* _stringLiteral6FA0B7E74CA50CAED6C98119CB68946346264C8C;
IL2CPP_EXTERN_C String_t* _stringLiteral7261E2F7694673BF47CA4A085B60B05F8E1D47BB;
IL2CPP_EXTERN_C String_t* _stringLiteral773E7982873A2C26366BB36CFDD702F0110F9675;
IL2CPP_EXTERN_C String_t* _stringLiteral77492DF6FD9E3D5874B0F14BC4C84B15CB9CA455;
IL2CPP_EXTERN_C String_t* _stringLiteral7A2EC820DF03EFBCE2446A31DC9744347DF728BD;
IL2CPP_EXTERN_C String_t* _stringLiteral7BD70A238D606FB44D18A1F980C3608C092DA788;
IL2CPP_EXTERN_C String_t* _stringLiteral7E4D324CE04AC228F496A1E751FFA7ABE5DAED49;
IL2CPP_EXTERN_C String_t* _stringLiteral850A0FDA84C2561C0B05005716439732E1B42B13;
IL2CPP_EXTERN_C String_t* _stringLiteral89D2DC99F858D01FF69415D491AFB7B8A1A31D41;
IL2CPP_EXTERN_C String_t* _stringLiteral8A6E58A1CAC6E784DF4A9F9EBF343D476C2DBC10;
IL2CPP_EXTERN_C String_t* _stringLiteral901004CD8CCFA3E034AA8C3B228A8868C9AA8B9D;
IL2CPP_EXTERN_C String_t* _stringLiteral94938512E8B6D592830D5FCD860FA91A65192E10;
IL2CPP_EXTERN_C String_t* _stringLiteral9551693C84C63EEBDB0CAC85C21866E006A9BA7D;
IL2CPP_EXTERN_C String_t* _stringLiteral9593754CD972378A2BB347BB39CBD3B5CC3521BF;
IL2CPP_EXTERN_C String_t* _stringLiteral9AB84FFFBB8068091736819327D842A3A5449A7C;
IL2CPP_EXTERN_C String_t* _stringLiteral9D27D1550A79F9AD7F5B99DA3C67A10FF606474F;
IL2CPP_EXTERN_C String_t* _stringLiteral9F997E6C01594C7DB1201F379FE3398E51A3B90C;
IL2CPP_EXTERN_C String_t* _stringLiteralA3C31AB28BBA19DA504DCAC2B457F82E53ED6DC4;
IL2CPP_EXTERN_C String_t* _stringLiteralA85B434397252DE755B438879810DD4517F0ECDC;
IL2CPP_EXTERN_C String_t* _stringLiteralA89C772A19B912C9549AF808CC33D3331256987E;
IL2CPP_EXTERN_C String_t* _stringLiteralAED38B9EAF9812E909BF060D730A78EF8609ADB9;
IL2CPP_EXTERN_C String_t* _stringLiteralB6D2815DE1BA3747326FD6DAA5C9ADC2A8A94301;
IL2CPP_EXTERN_C String_t* _stringLiteralB78EBC58683CE4FC04B9E955E6B0A249B486BDE0;
IL2CPP_EXTERN_C String_t* _stringLiteralBB91063A02435B98F5271EB86235C32F511666EE;
IL2CPP_EXTERN_C String_t* _stringLiteralBD3682B6BD9E5A45FB6966A33D8300B4E6318AE5;
IL2CPP_EXTERN_C String_t* _stringLiteralC35BF7089B4B8185F470348AB8009F2441095494;
IL2CPP_EXTERN_C String_t* _stringLiteralC5C4852CB18400EC4B7C20647A0CE0DEF9B0D077;
IL2CPP_EXTERN_C String_t* _stringLiteralC9AF97B3A7D8542A768306E08615122A5925AB15;
IL2CPP_EXTERN_C String_t* _stringLiteralCA0F9A354A808914B27A811ADA643A0B1D350AA2;
IL2CPP_EXTERN_C String_t* _stringLiteralCC5400DD245A4E2E7959AC108FE01B149D796251;
IL2CPP_EXTERN_C String_t* _stringLiteralD26C8972F3082E86F5C96ECFC237EFA4FB70B2D6;
IL2CPP_EXTERN_C String_t* _stringLiteralD2AB29C748E09E62EFCABF23A98693DF91DB4517;
IL2CPP_EXTERN_C String_t* _stringLiteralD576F9D44538072784838DC0C217B5B21D50A091;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDD44F09E4206DEB33FB989C25311070C576E146C;
IL2CPP_EXTERN_C String_t* _stringLiteralDFBEDCC56F2A532911F4EC7914606C1E9DD07F74;
IL2CPP_EXTERN_C String_t* _stringLiteralE16C301FB3263607808B13CDC0F4ACB4E2C50DA2;
IL2CPP_EXTERN_C String_t* _stringLiteralE2F637BD4993A7F80DB6A6727674C565A35FF1EE;
IL2CPP_EXTERN_C String_t* _stringLiteralE31DB399608237125AA03D2ABFD4080B890A0276;
IL2CPP_EXTERN_C String_t* _stringLiteralE94011193EFF9DEA52D1A656A8B8957220E7880A;
IL2CPP_EXTERN_C String_t* _stringLiteralE9F8E3C8FC9225486ADF61A483FD35978F8884B4;
IL2CPP_EXTERN_C String_t* _stringLiteralEAC9BCB5E50DCDB2AEC643B28F305F7C79071AE8;
IL2CPP_EXTERN_C String_t* _stringLiteralF672F75321AFFB56697660BFB114A8A3EF8F9208;
IL2CPP_EXTERN_C String_t* _stringLiteralF6F0989BDFA4FB66BB19573209F56B868F08A7AD;
IL2CPP_EXTERN_C String_t* _stringLiteralFFF84593D0AD6D812008667D6BA895709ED769BB;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisPARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7_mF41A253E6AB5ACA0FC81089E32A5EC414F957F27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0BEB379582A81B2C2C1CCBC1A2645D49D93423C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m85DB35AC1288974B014199BC2D6E3810BAB8E735_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m9C9440AD9D71FC70172766DCDACCA5F114908EE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1CA7D4DD176E30C7A4094B9A58B9A7D7D3725988_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mC2CDD900B2BAE8DEAF428D11AF4E0DA4363B7801_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_0_0_0_var;
struct ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777;
struct BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B;;
struct BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke;
struct BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke;;
struct DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C;;
struct DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke;
struct DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke;;
struct DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33;;
struct DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke;
struct DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke;;
struct DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C;;
struct DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_com;
struct DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_com;;
struct DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_pinvoke;
struct DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_pinvoke;;
struct DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC;;
struct DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_com;
struct DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_com;;
struct DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_pinvoke;
struct DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_pinvoke;;
struct DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80;;
struct DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_com;
struct DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_com;;
struct DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_pinvoke;
struct DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_pinvoke;;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct TAG_tF804B7171492DD25F531BD89995CF467495846BA;;
struct TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshaled_pinvoke;
struct TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshaled_pinvoke;;
struct USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228;;
struct USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke;
struct USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke;;
struct Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3;;
struct Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_com;
struct Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_com;;
struct Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_pinvoke;
struct Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_pinvoke;;
struct SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4;
struct ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0;
struct BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50;
struct BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A;
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
struct CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B;
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD;
struct EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
struct PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA;
struct PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2;
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C;
struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299;
struct VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296;
struct VECTORU5BU5D_t2A9509AF20B5FC20F177D1D4540ABA40461124E9;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<FMOD.StringHelper/ThreadSafeEncoding>
struct List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
ThreadSafeEncodingU5BU5D_t4833122F64D0714510488E3847418B5562441BED* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject
{
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback_14;
};
// FMOD.Error
struct Error_tBA02C1800DE417CE8CFC6C3B1C5E9D16C1A72B10 : public RuntimeObject
{
};
// FMOD.MarshalHelper
struct MarshalHelper_tDB7321F07F732233CA08D9809AF3767D321E28C4 : public RuntimeObject
{
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
};
// FMOD.Studio.STUDIO_VERSION
struct STUDIO_VERSION_tB020DCF2B77690AF13D4516060C9DC6A7AD4837C : public RuntimeObject
{
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
// FMOD.StringHelper
struct StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5 : public RuntimeObject
{
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// FMOD.Studio.BUFFER_INFO
struct BUFFER_INFO_t9B32065B389F57640D335B30E6D783EF1D97AFBD
{
// System.Int32 FMOD.Studio.BUFFER_INFO::currentusage
int32_t ___currentusage_0;
// System.Int32 FMOD.Studio.BUFFER_INFO::peakusage
int32_t ___peakusage_1;
// System.Int32 FMOD.Studio.BUFFER_INFO::capacity
int32_t ___capacity_2;
// System.Int32 FMOD.Studio.BUFFER_INFO::stallcount
int32_t ___stallcount_3;
// System.Single FMOD.Studio.BUFFER_INFO::stalltime
float ___stalltime_4;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// FMOD.COMPLEX
struct COMPLEX_t03ACD13D05A6A164CA101CA9961451B6822D5DF8
{
// System.Single FMOD.COMPLEX::real
float ___real_0;
// System.Single FMOD.COMPLEX::imag
float ___imag_1;
};
// FMOD.CPU_USAGE
struct CPU_USAGE_tB0C4CAFB1080A0F083A5E717DA98D65266D11B68
{
// System.Single FMOD.CPU_USAGE::dsp
float ___dsp_0;
// System.Single FMOD.CPU_USAGE::stream
float ___stream_1;
// System.Single FMOD.CPU_USAGE::geometry
float ___geometry_2;
// System.Single FMOD.CPU_USAGE::update
float ___update_3;
// System.Single FMOD.CPU_USAGE::convolution1
float ___convolution1_4;
// System.Single FMOD.CPU_USAGE::convolution2
float ___convolution2_5;
};
// FMOD.Studio.CPU_USAGE
struct CPU_USAGE_t355918E5C84E4CAF19ADFFDBE369E9D66E96C771
{
// System.Single FMOD.Studio.CPU_USAGE::update
float ___update_0;
};
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
{
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
};
// FMOD.DSP_PARAMETER_ATTENUATION_RANGE
struct DSP_PARAMETER_ATTENUATION_RANGE_t511526387788CCBC15FD85012C95294AA8DADB3A
{
// System.Single FMOD.DSP_PARAMETER_ATTENUATION_RANGE::min
float ___min_0;
// System.Single FMOD.DSP_PARAMETER_ATTENUATION_RANGE::max
float ___max_1;
};
// FMOD.DSP_PARAMETER_DESC_DATA
struct DSP_PARAMETER_DESC_DATA_t2EE12A7E17C79D309D42BDAADAE228B99D1399DB
{
// System.Int32 FMOD.DSP_PARAMETER_DESC_DATA::datatype
int32_t ___datatype_0;
};
// FMOD.DSP_PARAMETER_OVERALLGAIN
struct DSP_PARAMETER_OVERALLGAIN_t7694F4CA66ABE4C7C799DCB418682CD3E664A47C
{
// System.Single FMOD.DSP_PARAMETER_OVERALLGAIN::linear_gain
float ___linear_gain_0;
// System.Single FMOD.DSP_PARAMETER_OVERALLGAIN::linear_gain_additive
float ___linear_gain_additive_1;
};
// FMOD.DSP_PARAMETER_SIDECHAIN
struct DSP_PARAMETER_SIDECHAIN_t24A8B63CCBA1D28C7C66B49AAE5A308F03CEE724
{
// System.Int32 FMOD.DSP_PARAMETER_SIDECHAIN::sidechainenable
int32_t ___sidechainenable_0;
};
// FMOD.DSP_STATE_DFT_FUNCTIONS
struct DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296
{
// FMOD.DSP_DFT_FFTREAL_FUNC FMOD.DSP_STATE_DFT_FUNCTIONS::fftreal
DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF* ___fftreal_0;
// FMOD.DSP_DFT_IFFTREAL_FUNC FMOD.DSP_STATE_DFT_FUNCTIONS::inversefftreal
DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56* ___inversefftreal_1;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_STATE_DFT_FUNCTIONS
struct DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshaled_pinvoke
{
Il2CppMethodPointer ___fftreal_0;
Il2CppMethodPointer ___inversefftreal_1;
};
// Native definition for COM marshalling of FMOD.DSP_STATE_DFT_FUNCTIONS
struct DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshaled_com
{
Il2CppMethodPointer ___fftreal_0;
Il2CppMethodPointer ___inversefftreal_1;
};
// FMOD.DSP_STATE_PAN_FUNCTIONS
struct DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B
{
// FMOD.DSP_PAN_SUMMONOMATRIX_FUNC FMOD.DSP_STATE_PAN_FUNCTIONS::summonomatrix
DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17* ___summonomatrix_0;
// FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC FMOD.DSP_STATE_PAN_FUNCTIONS::sumstereomatrix
DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B* ___sumstereomatrix_1;
// FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC FMOD.DSP_STATE_PAN_FUNCTIONS::sumsurroundmatrix
DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E* ___sumsurroundmatrix_2;
// FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC FMOD.DSP_STATE_PAN_FUNCTIONS::summonotosurroundmatrix
DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9* ___summonotosurroundmatrix_3;
// FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC FMOD.DSP_STATE_PAN_FUNCTIONS::sumstereotosurroundmatrix
DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042* ___sumstereotosurroundmatrix_4;
// FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC FMOD.DSP_STATE_PAN_FUNCTIONS::getrolloffgain
DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD* ___getrolloffgain_5;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_STATE_PAN_FUNCTIONS
struct DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshaled_pinvoke
{
Il2CppMethodPointer ___summonomatrix_0;
Il2CppMethodPointer ___sumstereomatrix_1;
Il2CppMethodPointer ___sumsurroundmatrix_2;
Il2CppMethodPointer ___summonotosurroundmatrix_3;
Il2CppMethodPointer ___sumstereotosurroundmatrix_4;
Il2CppMethodPointer ___getrolloffgain_5;
};
// Native definition for COM marshalling of FMOD.DSP_STATE_PAN_FUNCTIONS
struct DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshaled_com
{
Il2CppMethodPointer ___summonomatrix_0;
Il2CppMethodPointer ___sumstereomatrix_1;
Il2CppMethodPointer ___sumsurroundmatrix_2;
Il2CppMethodPointer ___summonotosurroundmatrix_3;
Il2CppMethodPointer ___sumstereotosurroundmatrix_4;
Il2CppMethodPointer ___getrolloffgain_5;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// FMOD.GUID
struct GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54
{
// System.Int32 FMOD.GUID::Data1
int32_t ___Data1_0;
// System.Int32 FMOD.GUID::Data2
int32_t ___Data2_1;
// System.Int32 FMOD.GUID::Data3
int32_t ___Data3_2;
// System.Int32 FMOD.GUID::Data4
int32_t ___Data4_3;
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
// FMOD.Studio.MEMORY_USAGE
struct MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9
{
// System.Int32 FMOD.Studio.MEMORY_USAGE::exclusive
int32_t ___exclusive_0;
// System.Int32 FMOD.Studio.MEMORY_USAGE::inclusive
int32_t ___inclusive_1;
// System.Int32 FMOD.Studio.MEMORY_USAGE::sampledata
int32_t ___sampledata_2;
};
// FMOD.Studio.PARAMETER_ID
struct PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85
{
// System.UInt32 FMOD.Studio.PARAMETER_ID::data1
uint32_t ___data1_0;
// System.UInt32 FMOD.Studio.PARAMETER_ID::data2
uint32_t ___data2_1;
};
// FMOD.REVERB_PROPERTIES
struct REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91
{
// System.Single FMOD.REVERB_PROPERTIES::DecayTime
float ___DecayTime_0;
// System.Single FMOD.REVERB_PROPERTIES::EarlyDelay
float ___EarlyDelay_1;
// System.Single FMOD.REVERB_PROPERTIES::LateDelay
float ___LateDelay_2;
// System.Single FMOD.REVERB_PROPERTIES::HFReference
float ___HFReference_3;
// System.Single FMOD.REVERB_PROPERTIES::HFDecayRatio
float ___HFDecayRatio_4;
// System.Single FMOD.REVERB_PROPERTIES::Diffusion
float ___Diffusion_5;
// System.Single FMOD.REVERB_PROPERTIES::Density
float ___Density_6;
// System.Single FMOD.REVERB_PROPERTIES::LowShelfFrequency
float ___LowShelfFrequency_7;
// System.Single FMOD.REVERB_PROPERTIES::LowShelfGain
float ___LowShelfGain_8;
// System.Single FMOD.REVERB_PROPERTIES::HighCut
float ___HighCut_9;
// System.Single FMOD.REVERB_PROPERTIES::EarlyLateMix
float ___EarlyLateMix_10;
// System.Single FMOD.REVERB_PROPERTIES::WetLevel
float ___WetLevel_11;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// FMOD.Studio.TIMELINE_BEAT_PROPERTIES
struct TIMELINE_BEAT_PROPERTIES_t8853DE3DF8556C35E652B4F8CBA6ECC588E72A3A
{
// System.Int32 FMOD.Studio.TIMELINE_BEAT_PROPERTIES::bar
int32_t ___bar_0;
// System.Int32 FMOD.Studio.TIMELINE_BEAT_PROPERTIES::beat
int32_t ___beat_1;
// System.Int32 FMOD.Studio.TIMELINE_BEAT_PROPERTIES::position
int32_t ___position_2;
// System.Single FMOD.Studio.TIMELINE_BEAT_PROPERTIES::tempo
float ___tempo_3;
// System.Int32 FMOD.Studio.TIMELINE_BEAT_PROPERTIES::timesignatureupper
int32_t ___timesignatureupper_4;
// System.Int32 FMOD.Studio.TIMELINE_BEAT_PROPERTIES::timesignaturelower
int32_t ___timesignaturelower_5;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.UInt64
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
};
// System.Text.UTF8Encoding
struct UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE : public Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095
{
// System.Boolean System.Text.UTF8Encoding::_emitUTF8Identifier
bool ____emitUTF8Identifier_18;
// System.Boolean System.Text.UTF8Encoding::_isThrowException
bool ____isThrowException_19;
};
// FMOD.Studio.Util
struct Util_t15825B96EA01A4F4D475FE37109D2482EEEBAA72
{
union
{
struct
{
};
uint8_t Util_t15825B96EA01A4F4D475FE37109D2482EEEBAA72__padding[1];
};
};
// FMOD.VECTOR
struct VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F
{
// System.Single FMOD.VECTOR::x
float ___x_0;
// System.Single FMOD.VECTOR::y
float ___y_1;
// System.Single FMOD.VECTOR::z
float ___z_2;
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// FMOD.Studio.ADVANCEDSETTINGS
struct ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02
{
// System.Int32 FMOD.Studio.ADVANCEDSETTINGS::cbsize
int32_t ___cbsize_0;
// System.Int32 FMOD.Studio.ADVANCEDSETTINGS::commandqueuesize
int32_t ___commandqueuesize_1;
// System.Int32 FMOD.Studio.ADVANCEDSETTINGS::handleinitialsize
int32_t ___handleinitialsize_2;
// System.Int32 FMOD.Studio.ADVANCEDSETTINGS::studioupdateperiod
int32_t ___studioupdateperiod_3;
// System.Int32 FMOD.Studio.ADVANCEDSETTINGS::idlesampledatapoolsize
int32_t ___idlesampledatapoolsize_4;
// System.Int32 FMOD.Studio.ADVANCEDSETTINGS::streamingscheduledelay
int32_t ___streamingscheduledelay_5;
// System.IntPtr FMOD.Studio.ADVANCEDSETTINGS::encryptionkey
intptr_t ___encryptionkey_6;
};
// FMOD.ATTRIBUTES_3D
struct ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777
{
// FMOD.VECTOR FMOD.ATTRIBUTES_3D::position
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F ___position_0;
// FMOD.VECTOR FMOD.ATTRIBUTES_3D::velocity
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F ___velocity_1;
// FMOD.VECTOR FMOD.ATTRIBUTES_3D::forward
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F ___forward_2;
// FMOD.VECTOR FMOD.ATTRIBUTES_3D::up
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F ___up_3;
};
// FMOD.Studio.BANK_INFO
struct BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B
{
// System.Int32 FMOD.Studio.BANK_INFO::size
int32_t ___size_0;
// System.IntPtr FMOD.Studio.BANK_INFO::userdata
intptr_t ___userdata_1;
// System.Int32 FMOD.Studio.BANK_INFO::userdatalength
int32_t ___userdatalength_2;
// FMOD.FILE_OPEN_CALLBACK FMOD.Studio.BANK_INFO::opencallback
FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617* ___opencallback_3;
// FMOD.FILE_CLOSE_CALLBACK FMOD.Studio.BANK_INFO::closecallback
FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F* ___closecallback_4;
// FMOD.FILE_READ_CALLBACK FMOD.Studio.BANK_INFO::readcallback
FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631* ___readcallback_5;
// FMOD.FILE_SEEK_CALLBACK FMOD.Studio.BANK_INFO::seekcallback
FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D* ___seekcallback_6;
};
// Native definition for P/Invoke marshalling of FMOD.Studio.BANK_INFO
struct BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke
{
int32_t ___size_0;
intptr_t ___userdata_1;
int32_t ___userdatalength_2;
Il2CppMethodPointer ___opencallback_3;
Il2CppMethodPointer ___closecallback_4;
Il2CppMethodPointer ___readcallback_5;
Il2CppMethodPointer ___seekcallback_6;
};
// Native definition for COM marshalling of FMOD.Studio.BANK_INFO
struct BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_com
{
int32_t ___size_0;
intptr_t ___userdata_1;
int32_t ___userdatalength_2;
Il2CppMethodPointer ___opencallback_3;
Il2CppMethodPointer ___closecallback_4;
Il2CppMethodPointer ___readcallback_5;
Il2CppMethodPointer ___seekcallback_6;
};
// FMOD.Studio.BUFFER_USAGE
struct BUFFER_USAGE_tF466220F15D99A619A5DED266A0E1A3163038A03
{
// FMOD.Studio.BUFFER_INFO FMOD.Studio.BUFFER_USAGE::studiocommandqueue
BUFFER_INFO_t9B32065B389F57640D335B30E6D783EF1D97AFBD ___studiocommandqueue_0;
// FMOD.Studio.BUFFER_INFO FMOD.Studio.BUFFER_USAGE::studiohandle
BUFFER_INFO_t9B32065B389F57640D335B30E6D783EF1D97AFBD ___studiohandle_1;
};
// FMOD.Studio.Bank
struct Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA
{
// System.IntPtr FMOD.Studio.Bank::handle
intptr_t ___handle_0;
};
// FMOD.Studio.Bus
struct Bus_t0858329521D636D685370BE433B68C792F12CB7C
{
// System.IntPtr FMOD.Studio.Bus::handle
intptr_t ___handle_0;
};
// FMOD.CHANNELMASK
struct CHANNELMASK_t125C25A4F9A82F1FB458FC9C8E3CD4C3307D8AA0
{
// System.UInt32 FMOD.CHANNELMASK::value__
uint32_t ___value___2;
};
// FMOD.CREATESOUNDEXINFO
struct CREATESOUNDEXINFO_t235DED43691E1BCA6EFFF53DE47E9A5A7A4A8077
{
// System.Int32 FMOD.CREATESOUNDEXINFO::cbsize
int32_t ___cbsize_0;
// System.UInt32 FMOD.CREATESOUNDEXINFO::length
uint32_t ___length_1;
// System.UInt32 FMOD.CREATESOUNDEXINFO::fileoffset
uint32_t ___fileoffset_2;
// System.Int32 FMOD.CREATESOUNDEXINFO::numchannels
int32_t ___numchannels_3;
// System.Int32 FMOD.CREATESOUNDEXINFO::defaultfrequency
int32_t ___defaultfrequency_4;
// FMOD.SOUND_FORMAT FMOD.CREATESOUNDEXINFO::format
int32_t ___format_5;
// System.UInt32 FMOD.CREATESOUNDEXINFO::decodebuffersize
uint32_t ___decodebuffersize_6;
// System.Int32 FMOD.CREATESOUNDEXINFO::initialsubsound
int32_t ___initialsubsound_7;
// System.Int32 FMOD.CREATESOUNDEXINFO::numsubsounds
int32_t ___numsubsounds_8;
// System.IntPtr FMOD.CREATESOUNDEXINFO::inclusionlist
intptr_t ___inclusionlist_9;
// System.Int32 FMOD.CREATESOUNDEXINFO::inclusionlistnum
int32_t ___inclusionlistnum_10;
// System.IntPtr FMOD.CREATESOUNDEXINFO::pcmreadcallback_internal
intptr_t ___pcmreadcallback_internal_11;
// System.IntPtr FMOD.CREATESOUNDEXINFO::pcmsetposcallback_internal
intptr_t ___pcmsetposcallback_internal_12;
// System.IntPtr FMOD.CREATESOUNDEXINFO::nonblockcallback_internal
intptr_t ___nonblockcallback_internal_13;
// System.IntPtr FMOD.CREATESOUNDEXINFO::dlsname
intptr_t ___dlsname_14;
// System.IntPtr FMOD.CREATESOUNDEXINFO::encryptionkey
intptr_t ___encryptionkey_15;
// System.Int32 FMOD.CREATESOUNDEXINFO::maxpolyphony
int32_t ___maxpolyphony_16;
// System.IntPtr FMOD.CREATESOUNDEXINFO::userdata
intptr_t ___userdata_17;
// FMOD.SOUND_TYPE FMOD.CREATESOUNDEXINFO::suggestedsoundtype
int32_t ___suggestedsoundtype_18;
// System.IntPtr FMOD.CREATESOUNDEXINFO::fileuseropen_internal
intptr_t ___fileuseropen_internal_19;
// System.IntPtr FMOD.CREATESOUNDEXINFO::fileuserclose_internal
intptr_t ___fileuserclose_internal_20;
// System.IntPtr FMOD.CREATESOUNDEXINFO::fileuserread_internal
intptr_t ___fileuserread_internal_21;
// System.IntPtr FMOD.CREATESOUNDEXINFO::fileuserseek_internal
intptr_t ___fileuserseek_internal_22;
// System.IntPtr FMOD.CREATESOUNDEXINFO::fileuserasyncread_internal
intptr_t ___fileuserasyncread_internal_23;
// System.IntPtr FMOD.CREATESOUNDEXINFO::fileuserasynccancel_internal
intptr_t ___fileuserasynccancel_internal_24;
// System.IntPtr FMOD.CREATESOUNDEXINFO::fileuserdata
intptr_t ___fileuserdata_25;
// System.Int32 FMOD.CREATESOUNDEXINFO::filebuffersize
int32_t ___filebuffersize_26;
// FMOD.CHANNELORDER FMOD.CREATESOUNDEXINFO::channelorder
int32_t ___channelorder_27;
// System.IntPtr FMOD.CREATESOUNDEXINFO::initialsoundgroup
intptr_t ___initialsoundgroup_28;
// System.UInt32 FMOD.CREATESOUNDEXINFO::initialseekposition
uint32_t ___initialseekposition_29;
// FMOD.TIMEUNIT FMOD.CREATESOUNDEXINFO::initialseekpostype
uint32_t ___initialseekpostype_30;
// System.Int32 FMOD.CREATESOUNDEXINFO::ignoresetfilesystem
int32_t ___ignoresetfilesystem_31;
// System.UInt32 FMOD.CREATESOUNDEXINFO::audioqueuepolicy
uint32_t ___audioqueuepolicy_32;
// System.UInt32 FMOD.CREATESOUNDEXINFO::minmidigranularity
uint32_t ___minmidigranularity_33;
// System.Int32 FMOD.CREATESOUNDEXINFO::nonblockthreadid
int32_t ___nonblockthreadid_34;
// System.IntPtr FMOD.CREATESOUNDEXINFO::fsbguid
intptr_t ___fsbguid_35;
};
// FMOD.Channel
struct Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197
{
// System.IntPtr FMOD.Channel::handle
intptr_t ___handle_0;
};
// FMOD.ChannelGroup
struct ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD
{
// System.IntPtr FMOD.ChannelGroup::handle
intptr_t ___handle_0;
};
// FMOD.Studio.CommandReplay
struct CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181
{
// System.IntPtr FMOD.Studio.CommandReplay::handle
intptr_t ___handle_0;
};
// FMOD.DSP
struct DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD
{
// System.IntPtr FMOD.DSP::handle
intptr_t ___handle_0;
};
// FMOD.DSPConnection
struct DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4
{
// System.IntPtr FMOD.DSPConnection::handle
intptr_t ___handle_0;
};
// FMOD.DSP_BUFFER_ARRAY
struct DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C
{
// System.Int32 FMOD.DSP_BUFFER_ARRAY::numbuffers
int32_t ___numbuffers_0;
// System.Int32[] FMOD.DSP_BUFFER_ARRAY::buffernumchannels
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___buffernumchannels_1;
// FMOD.CHANNELMASK[] FMOD.DSP_BUFFER_ARRAY::bufferchannelmask
CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B* ___bufferchannelmask_2;
// System.IntPtr[] FMOD.DSP_BUFFER_ARRAY::buffers
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___buffers_3;
// FMOD.SPEAKERMODE FMOD.DSP_BUFFER_ARRAY::speakermode
int32_t ___speakermode_4;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_BUFFER_ARRAY
struct DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke
{
int32_t ___numbuffers_0;
Il2CppSafeArray/*NONE*/* ___buffernumchannels_1;
uint32_t* ___bufferchannelmask_2;
Il2CppSafeArray/*NONE*/* ___buffers_3;
int32_t ___speakermode_4;
};
// Native definition for COM marshalling of FMOD.DSP_BUFFER_ARRAY
struct DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_com
{
int32_t ___numbuffers_0;
Il2CppSafeArray/*NONE*/* ___buffernumchannels_1;
uint32_t* ___bufferchannelmask_2;
Il2CppSafeArray/*NONE*/* ___buffers_3;
int32_t ___speakermode_4;
};
// FMOD.DSP_DESCRIPTION
struct DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674
{
// System.UInt32 FMOD.DSP_DESCRIPTION::pluginsdkversion
uint32_t ___pluginsdkversion_0;
// System.Byte[] FMOD.DSP_DESCRIPTION::name
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___name_1;
// System.UInt32 FMOD.DSP_DESCRIPTION::version
uint32_t ___version_2;
// System.Int32 FMOD.DSP_DESCRIPTION::numinputbuffers
int32_t ___numinputbuffers_3;
// System.Int32 FMOD.DSP_DESCRIPTION::numoutputbuffers
int32_t ___numoutputbuffers_4;
// FMOD.DSP_CREATE_CALLBACK FMOD.DSP_DESCRIPTION::create
DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505* ___create_5;
// FMOD.DSP_RELEASE_CALLBACK FMOD.DSP_DESCRIPTION::release
DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32* ___release_6;
// FMOD.DSP_RESET_CALLBACK FMOD.DSP_DESCRIPTION::reset
DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3* ___reset_7;
// FMOD.DSP_READ_CALLBACK FMOD.DSP_DESCRIPTION::read
DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E* ___read_8;
// FMOD.DSP_PROCESS_CALLBACK FMOD.DSP_DESCRIPTION::process
DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6* ___process_9;
// FMOD.DSP_SETPOSITION_CALLBACK FMOD.DSP_DESCRIPTION::setposition
DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58* ___setposition_10;
// System.Int32 FMOD.DSP_DESCRIPTION::numparameters
int32_t ___numparameters_11;
// System.IntPtr FMOD.DSP_DESCRIPTION::paramdesc
intptr_t ___paramdesc_12;
// FMOD.DSP_SETPARAM_FLOAT_CALLBACK FMOD.DSP_DESCRIPTION::setparameterfloat
DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5* ___setparameterfloat_13;
// FMOD.DSP_SETPARAM_INT_CALLBACK FMOD.DSP_DESCRIPTION::setparameterint
DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114* ___setparameterint_14;
// FMOD.DSP_SETPARAM_BOOL_CALLBACK FMOD.DSP_DESCRIPTION::setparameterbool
DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3* ___setparameterbool_15;
// FMOD.DSP_SETPARAM_DATA_CALLBACK FMOD.DSP_DESCRIPTION::setparameterdata
DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F* ___setparameterdata_16;
// FMOD.DSP_GETPARAM_FLOAT_CALLBACK FMOD.DSP_DESCRIPTION::getparameterfloat
DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F* ___getparameterfloat_17;
// FMOD.DSP_GETPARAM_INT_CALLBACK FMOD.DSP_DESCRIPTION::getparameterint
DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C* ___getparameterint_18;
// FMOD.DSP_GETPARAM_BOOL_CALLBACK FMOD.DSP_DESCRIPTION::getparameterbool
DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191* ___getparameterbool_19;
// FMOD.DSP_GETPARAM_DATA_CALLBACK FMOD.DSP_DESCRIPTION::getparameterdata
DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B* ___getparameterdata_20;
// FMOD.DSP_SHOULDIPROCESS_CALLBACK FMOD.DSP_DESCRIPTION::shouldiprocess
DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B* ___shouldiprocess_21;
// System.IntPtr FMOD.DSP_DESCRIPTION::userdata
intptr_t ___userdata_22;
// FMOD.DSP_SYSTEM_REGISTER_CALLBACK FMOD.DSP_DESCRIPTION::sys_register
DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F* ___sys_register_23;
// FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK FMOD.DSP_DESCRIPTION::sys_deregister
DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574* ___sys_deregister_24;
// FMOD.DSP_SYSTEM_MIX_CALLBACK FMOD.DSP_DESCRIPTION::sys_mix
DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172* ___sys_mix_25;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_DESCRIPTION
struct DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshaled_pinvoke
{
uint32_t ___pluginsdkversion_0;
uint8_t ___name_1[32];
uint32_t ___version_2;
int32_t ___numinputbuffers_3;
int32_t ___numoutputbuffers_4;
Il2CppMethodPointer ___create_5;
Il2CppMethodPointer ___release_6;
Il2CppMethodPointer ___reset_7;
Il2CppMethodPointer ___read_8;
Il2CppMethodPointer ___process_9;
Il2CppMethodPointer ___setposition_10;
int32_t ___numparameters_11;
intptr_t ___paramdesc_12;
Il2CppMethodPointer ___setparameterfloat_13;
Il2CppMethodPointer ___setparameterint_14;
Il2CppMethodPointer ___setparameterbool_15;
Il2CppMethodPointer ___setparameterdata_16;
Il2CppMethodPointer ___getparameterfloat_17;
Il2CppMethodPointer ___getparameterint_18;
Il2CppMethodPointer ___getparameterbool_19;
Il2CppMethodPointer ___getparameterdata_20;
Il2CppMethodPointer ___shouldiprocess_21;
intptr_t ___userdata_22;
Il2CppMethodPointer ___sys_register_23;
Il2CppMethodPointer ___sys_deregister_24;
Il2CppMethodPointer ___sys_mix_25;
};
// Native definition for COM marshalling of FMOD.DSP_DESCRIPTION
struct DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshaled_com
{
uint32_t ___pluginsdkversion_0;
uint8_t ___name_1[32];
uint32_t ___version_2;
int32_t ___numinputbuffers_3;
int32_t ___numoutputbuffers_4;
Il2CppMethodPointer ___create_5;
Il2CppMethodPointer ___release_6;
Il2CppMethodPointer ___reset_7;
Il2CppMethodPointer ___read_8;
Il2CppMethodPointer ___process_9;
Il2CppMethodPointer ___setposition_10;
int32_t ___numparameters_11;
intptr_t ___paramdesc_12;
Il2CppMethodPointer ___setparameterfloat_13;
Il2CppMethodPointer ___setparameterint_14;
Il2CppMethodPointer ___setparameterbool_15;
Il2CppMethodPointer ___setparameterdata_16;
Il2CppMethodPointer ___getparameterfloat_17;
Il2CppMethodPointer ___getparameterint_18;
Il2CppMethodPointer ___getparameterbool_19;
Il2CppMethodPointer ___getparameterdata_20;
Il2CppMethodPointer ___shouldiprocess_21;
intptr_t ___userdata_22;
Il2CppMethodPointer ___sys_register_23;
Il2CppMethodPointer ___sys_deregister_24;
Il2CppMethodPointer ___sys_mix_25;
};
// FMOD.DSP_LOUDNESS_METER_INFO_TYPE
struct DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6
{
// System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::momentaryloudness
float ___momentaryloudness_0;
// System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::shorttermloudness
float ___shorttermloudness_1;
// System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::integratedloudness
float ___integratedloudness_2;
// System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::loudness10thpercentile
float ___loudness10thpercentile_3;
// System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::loudness95thpercentile
float ___loudness95thpercentile_4;
// System.Single[] FMOD.DSP_LOUDNESS_METER_INFO_TYPE::loudnesshistogram
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___loudnesshistogram_5;
// System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::maxtruepeak
float ___maxtruepeak_6;
// System.Single FMOD.DSP_LOUDNESS_METER_INFO_TYPE::maxmomentaryloudness
float ___maxmomentaryloudness_7;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_LOUDNESS_METER_INFO_TYPE
struct DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshaled_pinvoke
{
float ___momentaryloudness_0;
float ___shorttermloudness_1;
float ___integratedloudness_2;
float ___loudness10thpercentile_3;
float ___loudness95thpercentile_4;
float ___loudnesshistogram_5[66];
float ___maxtruepeak_6;
float ___maxmomentaryloudness_7;
};
// Native definition for COM marshalling of FMOD.DSP_LOUDNESS_METER_INFO_TYPE
struct DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshaled_com
{
float ___momentaryloudness_0;
float ___shorttermloudness_1;
float ___integratedloudness_2;
float ___loudness10thpercentile_3;
float ___loudness95thpercentile_4;
float ___loudnesshistogram_5[66];
float ___maxtruepeak_6;
float ___maxmomentaryloudness_7;
};
// FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE
struct DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91
{
// System.Single[] FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE::channelweight
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___channelweight_0;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE
struct DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshaled_pinvoke
{
float ___channelweight_0[32];
};
// Native definition for COM marshalling of FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE
struct DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshaled_com
{
float ___channelweight_0[32];
};
// FMOD.DSP_METERING_INFO
struct DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33
{
// System.Int32 FMOD.DSP_METERING_INFO::numsamples
int32_t ___numsamples_0;
// System.Single[] FMOD.DSP_METERING_INFO::peaklevel
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___peaklevel_1;
// System.Single[] FMOD.DSP_METERING_INFO::rmslevel
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___rmslevel_2;
// System.Int16 FMOD.DSP_METERING_INFO::numchannels
int16_t ___numchannels_3;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_METERING_INFO
struct DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke
{
int32_t ___numsamples_0;
float ___peaklevel_1[32];
float ___rmslevel_2[32];
int16_t ___numchannels_3;
};
// Native definition for COM marshalling of FMOD.DSP_METERING_INFO
struct DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_com
{
int32_t ___numsamples_0;
float ___peaklevel_1[32];
float ___rmslevel_2[32];
int16_t ___numchannels_3;
};
// FMOD.DSP_PARAMETER_DESC_BOOL
struct DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C
{
// System.Boolean FMOD.DSP_PARAMETER_DESC_BOOL::defaultval
bool ___defaultval_0;
// System.IntPtr FMOD.DSP_PARAMETER_DESC_BOOL::valuenames
intptr_t ___valuenames_1;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_PARAMETER_DESC_BOOL
struct DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_pinvoke
{
int32_t ___defaultval_0;
intptr_t ___valuenames_1;
};
// Native definition for COM marshalling of FMOD.DSP_PARAMETER_DESC_BOOL
struct DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_com
{
int32_t ___defaultval_0;
intptr_t ___valuenames_1;
};
// FMOD.DSP_PARAMETER_DESC_INT
struct DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC
{
// System.Int32 FMOD.DSP_PARAMETER_DESC_INT::min
int32_t ___min_0;
// System.Int32 FMOD.DSP_PARAMETER_DESC_INT::max
int32_t ___max_1;
// System.Int32 FMOD.DSP_PARAMETER_DESC_INT::defaultval
int32_t ___defaultval_2;
// System.Boolean FMOD.DSP_PARAMETER_DESC_INT::goestoinf
bool ___goestoinf_3;
// System.IntPtr FMOD.DSP_PARAMETER_DESC_INT::valuenames
intptr_t ___valuenames_4;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_PARAMETER_DESC_INT
struct DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_pinvoke
{
int32_t ___min_0;
int32_t ___max_1;
int32_t ___defaultval_2;
int32_t ___goestoinf_3;
intptr_t ___valuenames_4;
};
// Native definition for COM marshalling of FMOD.DSP_PARAMETER_DESC_INT
struct DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_com
{
int32_t ___min_0;
int32_t ___max_1;
int32_t ___defaultval_2;
int32_t ___goestoinf_3;
intptr_t ___valuenames_4;
};
// FMOD.DSP_PARAMETER_FFT
struct DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6
{
// System.Int32 FMOD.DSP_PARAMETER_FFT::length
int32_t ___length_0;
// System.Int32 FMOD.DSP_PARAMETER_FFT::numchannels
int32_t ___numchannels_1;
// System.IntPtr[] FMOD.DSP_PARAMETER_FFT::spectrum_internal
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___spectrum_internal_2;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_PARAMETER_FFT
struct DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshaled_pinvoke
{
int32_t ___length_0;
int32_t ___numchannels_1;
intptr_t ___spectrum_internal_2[32];
};
// Native definition for COM marshalling of FMOD.DSP_PARAMETER_FFT
struct DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshaled_com
{
int32_t ___length_0;
int32_t ___numchannels_1;
intptr_t ___spectrum_internal_2[32];
};
// FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR
struct DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR_t9BF665875049500A235417C4C95ABBC75FE5AE19
{
// System.Int32 FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR::numpoints
int32_t ___numpoints_0;
// System.IntPtr FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR::pointparamvalues
intptr_t ___pointparamvalues_1;
// System.IntPtr FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR::pointpositions
intptr_t ___pointpositions_2;
};
// FMOD.DSP_STATE
struct DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08
{
// System.IntPtr FMOD.DSP_STATE::instance
intptr_t ___instance_0;
// System.IntPtr FMOD.DSP_STATE::plugindata
intptr_t ___plugindata_1;
// System.UInt32 FMOD.DSP_STATE::channelmask
uint32_t ___channelmask_2;
// System.Int32 FMOD.DSP_STATE::source_speakermode
int32_t ___source_speakermode_3;
// System.IntPtr FMOD.DSP_STATE::sidechaindata
intptr_t ___sidechaindata_4;
// System.Int32 FMOD.DSP_STATE::sidechainchannels
int32_t ___sidechainchannels_5;
// System.IntPtr FMOD.DSP_STATE::functions
intptr_t ___functions_6;
// System.Int32 FMOD.DSP_STATE::systemobject
int32_t ___systemobject_7;
};
// FMOD.DSP_STATE_FUNCTIONS
struct DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854
{
// FMOD.DSP_ALLOC_FUNC FMOD.DSP_STATE_FUNCTIONS::alloc
DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D* ___alloc_0;
// FMOD.DSP_REALLOC_FUNC FMOD.DSP_STATE_FUNCTIONS::realloc
DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D* ___realloc_1;
// FMOD.DSP_FREE_FUNC FMOD.DSP_STATE_FUNCTIONS::free
DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB* ___free_2;
// FMOD.DSP_GETSAMPLERATE_FUNC FMOD.DSP_STATE_FUNCTIONS::getsamplerate
DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B* ___getsamplerate_3;
// FMOD.DSP_GETBLOCKSIZE_FUNC FMOD.DSP_STATE_FUNCTIONS::getblocksize
DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471* ___getblocksize_4;
// System.IntPtr FMOD.DSP_STATE_FUNCTIONS::dft
intptr_t ___dft_5;
// System.IntPtr FMOD.DSP_STATE_FUNCTIONS::pan
intptr_t ___pan_6;
// FMOD.DSP_GETSPEAKERMODE_FUNC FMOD.DSP_STATE_FUNCTIONS::getspeakermode
DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA* ___getspeakermode_7;
// FMOD.DSP_GETCLOCK_FUNC FMOD.DSP_STATE_FUNCTIONS::getclock
DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4* ___getclock_8;
// FMOD.DSP_GETLISTENERATTRIBUTES_FUNC FMOD.DSP_STATE_FUNCTIONS::getlistenerattributes
DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1* ___getlistenerattributes_9;
// FMOD.DSP_LOG_FUNC FMOD.DSP_STATE_FUNCTIONS::log
DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0* ___log_10;
// FMOD.DSP_GETUSERDATA_FUNC FMOD.DSP_STATE_FUNCTIONS::getuserdata
DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1* ___getuserdata_11;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_STATE_FUNCTIONS
struct DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshaled_pinvoke
{
Il2CppMethodPointer ___alloc_0;
Il2CppMethodPointer ___realloc_1;
Il2CppMethodPointer ___free_2;
Il2CppMethodPointer ___getsamplerate_3;
Il2CppMethodPointer ___getblocksize_4;
intptr_t ___dft_5;
intptr_t ___pan_6;
Il2CppMethodPointer ___getspeakermode_7;
Il2CppMethodPointer ___getclock_8;
Il2CppMethodPointer ___getlistenerattributes_9;
Il2CppMethodPointer ___log_10;
Il2CppMethodPointer ___getuserdata_11;
};
// Native definition for COM marshalling of FMOD.DSP_STATE_FUNCTIONS
struct DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshaled_com
{
Il2CppMethodPointer ___alloc_0;
Il2CppMethodPointer ___realloc_1;
Il2CppMethodPointer ___free_2;
Il2CppMethodPointer ___getsamplerate_3;
Il2CppMethodPointer ___getblocksize_4;
intptr_t ___dft_5;
intptr_t ___pan_6;
Il2CppMethodPointer ___getspeakermode_7;
Il2CppMethodPointer ___getclock_8;
Il2CppMethodPointer ___getlistenerattributes_9;
Il2CppMethodPointer ___log_10;
Il2CppMethodPointer ___getuserdata_11;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject* ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// FMOD.Studio.EventDescription
struct EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C
{
// System.IntPtr FMOD.Studio.EventDescription::handle
intptr_t ___handle_0;
};
// FMOD.Studio.EventInstance
struct EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF
{
// System.IntPtr FMOD.Studio.EventInstance::handle
intptr_t ___handle_0;
};
// System.Runtime.InteropServices.GCHandle
struct GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC
{
// System.IntPtr System.Runtime.InteropServices.GCHandle::handle
intptr_t ___handle_0;
};
// FMOD.Geometry
struct Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A
{
// System.IntPtr FMOD.Geometry::handle
intptr_t ___handle_0;
};
// FMOD.Studio.PLUGIN_INSTANCE_PROPERTIES
struct PLUGIN_INSTANCE_PROPERTIES_tF16C682EA20EC705CFC118255577C2639AA07CDF
{
// System.IntPtr FMOD.Studio.PLUGIN_INSTANCE_PROPERTIES::name
intptr_t ___name_0;
// System.IntPtr FMOD.Studio.PLUGIN_INSTANCE_PROPERTIES::dsp
intptr_t ___dsp_1;
};
// FMOD.Reverb3D
struct Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90
{
// System.IntPtr FMOD.Reverb3D::handle
intptr_t ___handle_0;
};
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
{
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
};
// FMOD.Sound
struct Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD
{
// System.IntPtr FMOD.Sound::handle
intptr_t ___handle_0;
};
// FMOD.SoundGroup
struct SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE
{
// System.IntPtr FMOD.SoundGroup::handle
intptr_t ___handle_0;
};
// FMOD.StringWrapper
struct StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53
{
// System.IntPtr FMOD.StringWrapper::nativeUtf8Ptr
intptr_t ___nativeUtf8Ptr_0;
};
// FMOD.System
struct System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20
{
// System.IntPtr FMOD.System::handle
intptr_t ___handle_0;
};
// FMOD.Studio.System
struct System_t9A51FE13708186A22E9D4454A7EA18347C389FEC
{
// System.IntPtr FMOD.Studio.System::handle
intptr_t ___handle_0;
};
// FMOD.Studio.TIMELINE_NESTED_BEAT_PROPERTIES
struct TIMELINE_NESTED_BEAT_PROPERTIES_t95DA039306EF32019ACA3124E9903DF883866E0D
{
// FMOD.GUID FMOD.Studio.TIMELINE_NESTED_BEAT_PROPERTIES::eventid
GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___eventid_0;
// FMOD.Studio.TIMELINE_BEAT_PROPERTIES FMOD.Studio.TIMELINE_NESTED_BEAT_PROPERTIES::properties
TIMELINE_BEAT_PROPERTIES_t8853DE3DF8556C35E652B4F8CBA6ECC588E72A3A ___properties_1;
};
// FMOD.Studio.VCA
struct VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98
{
// System.IntPtr FMOD.Studio.VCA::handle
intptr_t ___handle_0;
};
// FMOD.Studio.COMMAND_INFO
struct COMMAND_INFO_tCBBD3E3B8F206BDA068D1F5E8DE83DC4327B0FDE
{
// FMOD.StringWrapper FMOD.Studio.COMMAND_INFO::commandname
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___commandname_0;
// System.Int32 FMOD.Studio.COMMAND_INFO::parentcommandindex
int32_t ___parentcommandindex_1;
// System.Int32 FMOD.Studio.COMMAND_INFO::framenumber
int32_t ___framenumber_2;
// System.Single FMOD.Studio.COMMAND_INFO::frametime
float ___frametime_3;
// FMOD.Studio.INSTANCETYPE FMOD.Studio.COMMAND_INFO::instancetype
int32_t ___instancetype_4;
// FMOD.Studio.INSTANCETYPE FMOD.Studio.COMMAND_INFO::outputtype
int32_t ___outputtype_5;
// System.UInt32 FMOD.Studio.COMMAND_INFO::instancehandle
uint32_t ___instancehandle_6;
// System.UInt32 FMOD.Studio.COMMAND_INFO::outputhandle
uint32_t ___outputhandle_7;
};
// FMOD.DSP_PARAMETER_3DATTRIBUTES
struct DSP_PARAMETER_3DATTRIBUTES_tB070BE77ABC49527CCD5D41A026AB6350B504FD0
{
// FMOD.ATTRIBUTES_3D FMOD.DSP_PARAMETER_3DATTRIBUTES::relative
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___relative_0;
// FMOD.ATTRIBUTES_3D FMOD.DSP_PARAMETER_3DATTRIBUTES::absolute
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___absolute_1;
};
// FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI
struct DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400
{
// System.Int32 FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI::numlisteners
int32_t ___numlisteners_0;
// FMOD.ATTRIBUTES_3D[] FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI::relative
ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0* ___relative_1;
// System.Single[] FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI::weight
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___weight_2;
// FMOD.ATTRIBUTES_3D FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI::absolute
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___absolute_3;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI
struct DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshaled_pinvoke
{
int32_t ___numlisteners_0;
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___relative_1[8];
float ___weight_2[8];
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___absolute_3;
};
// Native definition for COM marshalling of FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI
struct DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshaled_com
{
int32_t ___numlisteners_0;
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___relative_1[8];
float ___weight_2[8];
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___absolute_3;
};
// FMOD.DSP_PARAMETER_FLOAT_MAPPING
struct DSP_PARAMETER_FLOAT_MAPPING_tCA70A5BE89A6C003CE9BFF122DA6861912FC92ED
{
// FMOD.DSP_PARAMETER_FLOAT_MAPPING_TYPE FMOD.DSP_PARAMETER_FLOAT_MAPPING::type
int32_t ___type_0;
// FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR FMOD.DSP_PARAMETER_FLOAT_MAPPING::piecewiselinearmapping
DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR_t9BF665875049500A235417C4C95ABBC75FE5AE19 ___piecewiselinearmapping_1;
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// FMOD.Studio.PARAMETER_DESCRIPTION
struct PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7
{
// FMOD.StringWrapper FMOD.Studio.PARAMETER_DESCRIPTION::name
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___name_0;
// FMOD.Studio.PARAMETER_ID FMOD.Studio.PARAMETER_DESCRIPTION::id
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___id_1;
// System.Single FMOD.Studio.PARAMETER_DESCRIPTION::minimum
float ___minimum_2;
// System.Single FMOD.Studio.PARAMETER_DESCRIPTION::maximum
float ___maximum_3;
// System.Single FMOD.Studio.PARAMETER_DESCRIPTION::defaultvalue
float ___defaultvalue_4;
// FMOD.Studio.PARAMETER_TYPE FMOD.Studio.PARAMETER_DESCRIPTION::type
int32_t ___type_5;
// FMOD.Studio.PARAMETER_FLAGS FMOD.Studio.PARAMETER_DESCRIPTION::flags
uint32_t ___flags_6;
// FMOD.GUID FMOD.Studio.PARAMETER_DESCRIPTION::guid
GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___guid_7;
};
// FMOD.Studio.PROGRAMMER_SOUND_PROPERTIES
struct PROGRAMMER_SOUND_PROPERTIES_t6EBA56CFCC9E60BD4A2D43DBD4B1A59D57C6A926
{
// FMOD.StringWrapper FMOD.Studio.PROGRAMMER_SOUND_PROPERTIES::name
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___name_0;
// System.IntPtr FMOD.Studio.PROGRAMMER_SOUND_PROPERTIES::sound
intptr_t ___sound_1;
// System.Int32 FMOD.Studio.PROGRAMMER_SOUND_PROPERTIES::subsoundIndex
int32_t ___subsoundIndex_2;
};
// FMOD.Studio.SOUND_INFO
struct SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6
{
// System.IntPtr FMOD.Studio.SOUND_INFO::name_or_data
intptr_t ___name_or_data_0;
// FMOD.MODE FMOD.Studio.SOUND_INFO::mode
uint32_t ___mode_1;
// FMOD.CREATESOUNDEXINFO FMOD.Studio.SOUND_INFO::exinfo
CREATESOUNDEXINFO_t235DED43691E1BCA6EFFF53DE47E9A5A7A4A8077 ___exinfo_2;
// System.Int32 FMOD.Studio.SOUND_INFO::subsoundindex
int32_t ___subsoundindex_3;
};
// FMOD.TAG
struct TAG_tF804B7171492DD25F531BD89995CF467495846BA
{
// FMOD.TAGTYPE FMOD.TAG::type
int32_t ___type_0;
// FMOD.TAGDATATYPE FMOD.TAG::datatype
int32_t ___datatype_1;
// FMOD.StringWrapper FMOD.TAG::name
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___name_2;
// System.IntPtr FMOD.TAG::data
intptr_t ___data_3;
// System.UInt32 FMOD.TAG::datalen
uint32_t ___datalen_4;
// System.Boolean FMOD.TAG::updated
bool ___updated_5;
};
// Native definition for P/Invoke marshalling of FMOD.TAG
struct TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshaled_pinvoke
{
int32_t ___type_0;
int32_t ___datatype_1;
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___name_2;
intptr_t ___data_3;
uint32_t ___datalen_4;
int32_t ___updated_5;
};
// Native definition for COM marshalling of FMOD.TAG
struct TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshaled_com
{
int32_t ___type_0;
int32_t ___datatype_1;
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___name_2;
intptr_t ___data_3;
uint32_t ___datalen_4;
int32_t ___updated_5;
};
// FMOD.Studio.TIMELINE_MARKER_PROPERTIES
struct TIMELINE_MARKER_PROPERTIES_tAE2C4424597F92FAB2C426922596BB37D653CE6D
{
// FMOD.StringWrapper FMOD.Studio.TIMELINE_MARKER_PROPERTIES::name
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___name_0;
// System.Int32 FMOD.Studio.TIMELINE_MARKER_PROPERTIES::position
int32_t ___position_1;
};
// System.Type
struct Type_t : public MemberInfo_t
{
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
};
// FMOD.Studio.Union_IntBoolFloatString
struct Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 FMOD.Studio.Union_IntBoolFloatString::intvalue
int32_t ___intvalue_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___intvalue_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Boolean FMOD.Studio.Union_IntBoolFloatString::boolvalue
bool ___boolvalue_1;
};
#pragma pack(pop, tp)
struct
{
bool ___boolvalue_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Single FMOD.Studio.Union_IntBoolFloatString::floatvalue
float ___floatvalue_2;
};
#pragma pack(pop, tp)
struct
{
float ___floatvalue_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// FMOD.StringWrapper FMOD.Studio.Union_IntBoolFloatString::stringvalue
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___stringvalue_3;
};
#pragma pack(pop, tp)
struct
{
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___stringvalue_3_forAlignmentOnly;
};
};
};
// Native definition for P/Invoke marshalling of FMOD.Studio.Union_IntBoolFloatString
struct Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_pinvoke
{
union
{
#pragma pack(push, tp, 1)
struct
{
int32_t ___intvalue_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___intvalue_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
int32_t ___boolvalue_1;
};
#pragma pack(pop, tp)
struct
{
int32_t ___boolvalue_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
float ___floatvalue_2;
};
#pragma pack(pop, tp)
struct
{
float ___floatvalue_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___stringvalue_3;
};
#pragma pack(pop, tp)
struct
{
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___stringvalue_3_forAlignmentOnly;
};
};
};
// Native definition for COM marshalling of FMOD.Studio.Union_IntBoolFloatString
struct Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_com
{
union
{
#pragma pack(push, tp, 1)
struct
{
int32_t ___intvalue_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___intvalue_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
int32_t ___boolvalue_1;
};
#pragma pack(pop, tp)
struct
{
int32_t ___boolvalue_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
float ___floatvalue_2;
};
#pragma pack(pop, tp)
struct
{
float ___floatvalue_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___stringvalue_3;
};
#pragma pack(pop, tp)
struct
{
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___stringvalue_3_forAlignmentOnly;
};
};
};
// FMOD.StringHelper/ThreadSafeEncoding
struct ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59 : public RuntimeObject
{
// System.Text.UTF8Encoding FMOD.StringHelper/ThreadSafeEncoding::encoding
UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* ___encoding_0;
// System.Byte[] FMOD.StringHelper/ThreadSafeEncoding::encodedBuffer
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___encodedBuffer_1;
// System.Char[] FMOD.StringHelper/ThreadSafeEncoding::decodedBuffer
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___decodedBuffer_2;
// System.Boolean FMOD.StringHelper/ThreadSafeEncoding::inUse
bool ___inUse_3;
// System.Runtime.InteropServices.GCHandle FMOD.StringHelper/ThreadSafeEncoding::gcHandle
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC ___gcHandle_4;
};
// System.AsyncCallback
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t
{
};
// FMOD.CHANNELCONTROL_CALLBACK
struct CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1 : public MulticastDelegate_t
{
};
// FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK
struct COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83 : public MulticastDelegate_t
{
};
// FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK
struct COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5 : public MulticastDelegate_t
{
};
// FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK
struct COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71 : public MulticastDelegate_t
{
};
// FMOD.DSP_ALLOC_FUNC
struct DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D : public MulticastDelegate_t
{
};
// FMOD.DSP_CALLBACK
struct DSP_CALLBACK_t3152E5C5677757C6347EF6172B9AFC5900FEF317 : public MulticastDelegate_t
{
};
// FMOD.DSP_CREATE_CALLBACK
struct DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505 : public MulticastDelegate_t
{
};
// FMOD.DSP_DFT_FFTREAL_FUNC
struct DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF : public MulticastDelegate_t
{
};
// FMOD.DSP_DFT_IFFTREAL_FUNC
struct DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56 : public MulticastDelegate_t
{
};
// FMOD.DSP_FREE_FUNC
struct DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB : public MulticastDelegate_t
{
};
// FMOD.DSP_GETBLOCKSIZE_FUNC
struct DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471 : public MulticastDelegate_t
{
};
// FMOD.DSP_GETCLOCK_FUNC
struct DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4 : public MulticastDelegate_t
{
};
// FMOD.DSP_GETLISTENERATTRIBUTES_FUNC
struct DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1 : public MulticastDelegate_t
{
};
// FMOD.DSP_GETPARAM_BOOL_CALLBACK
struct DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191 : public MulticastDelegate_t
{
};
// FMOD.DSP_GETPARAM_DATA_CALLBACK
struct DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B : public MulticastDelegate_t
{
};
// FMOD.DSP_GETPARAM_FLOAT_CALLBACK
struct DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F : public MulticastDelegate_t
{
};
// FMOD.DSP_GETPARAM_INT_CALLBACK
struct DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C : public MulticastDelegate_t
{
};
// FMOD.DSP_GETSAMPLERATE_FUNC
struct DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B : public MulticastDelegate_t
{
};
// FMOD.DSP_GETSPEAKERMODE_FUNC
struct DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA : public MulticastDelegate_t
{
};
// FMOD.DSP_GETUSERDATA_FUNC
struct DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1 : public MulticastDelegate_t
{
};
// FMOD.DSP_LOG_FUNC
struct DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0 : public MulticastDelegate_t
{
};
// FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC
struct DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD : public MulticastDelegate_t
{
};
// FMOD.DSP_PAN_SUMMONOMATRIX_FUNC
struct DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17 : public MulticastDelegate_t
{
};
// FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC
struct DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9 : public MulticastDelegate_t
{
};
// FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC
struct DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B : public MulticastDelegate_t
{
};
// FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC
struct DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042 : public MulticastDelegate_t
{
};
// FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC
struct DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E : public MulticastDelegate_t
{
};
// FMOD.DSP_PARAMETER_DESC_FLOAT
struct DSP_PARAMETER_DESC_FLOAT_tA7E87345E4118D0E284B5F56DC5101A86C0C7777
{
// System.Single FMOD.DSP_PARAMETER_DESC_FLOAT::min
float ___min_0;
// System.Single FMOD.DSP_PARAMETER_DESC_FLOAT::max
float ___max_1;
// System.Single FMOD.DSP_PARAMETER_DESC_FLOAT::defaultval
float ___defaultval_2;
// FMOD.DSP_PARAMETER_FLOAT_MAPPING FMOD.DSP_PARAMETER_DESC_FLOAT::mapping
DSP_PARAMETER_FLOAT_MAPPING_tCA70A5BE89A6C003CE9BFF122DA6861912FC92ED ___mapping_3;
};
// FMOD.DSP_PROCESS_CALLBACK
struct DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6 : public MulticastDelegate_t
{
};
// FMOD.DSP_READ_CALLBACK
struct DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E : public MulticastDelegate_t
{
};
// FMOD.DSP_REALLOC_FUNC
struct DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D : public MulticastDelegate_t
{
};
// FMOD.DSP_RELEASE_CALLBACK
struct DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32 : public MulticastDelegate_t
{
};
// FMOD.DSP_RESET_CALLBACK
struct DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3 : public MulticastDelegate_t
{
};
// FMOD.DSP_SETPARAM_BOOL_CALLBACK
struct DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3 : public MulticastDelegate_t
{
};
// FMOD.DSP_SETPARAM_DATA_CALLBACK
struct DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F : public MulticastDelegate_t
{
};
// FMOD.DSP_SETPARAM_FLOAT_CALLBACK
struct DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5 : public MulticastDelegate_t
{
};
// FMOD.DSP_SETPARAM_INT_CALLBACK
struct DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114 : public MulticastDelegate_t
{
};
// FMOD.DSP_SETPOSITION_CALLBACK
struct DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58 : public MulticastDelegate_t
{
};
// FMOD.DSP_SHOULDIPROCESS_CALLBACK
struct DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B : public MulticastDelegate_t
{
};
// FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK
struct DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574 : public MulticastDelegate_t
{
};
// FMOD.DSP_SYSTEM_MIX_CALLBACK
struct DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172 : public MulticastDelegate_t
{
};
// FMOD.DSP_SYSTEM_REGISTER_CALLBACK
struct DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F : public MulticastDelegate_t
{
};
// FMOD.Studio.EVENT_CALLBACK
struct EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184 : public MulticastDelegate_t
{
};
// FMOD.FILE_CLOSE_CALLBACK
struct FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F : public MulticastDelegate_t
{
};
// FMOD.FILE_OPEN_CALLBACK
struct FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617 : public MulticastDelegate_t
{
};
// FMOD.FILE_READ_CALLBACK
struct FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631 : public MulticastDelegate_t
{
};
// FMOD.FILE_SEEK_CALLBACK
struct FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D : public MulticastDelegate_t
{
};
// FMOD.Studio.SYSTEM_CALLBACK
struct SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF : public MulticastDelegate_t
{
};
// FMOD.Studio.USER_PROPERTY
struct USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228
{
// FMOD.StringWrapper FMOD.Studio.USER_PROPERTY::name
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___name_0;
// FMOD.Studio.USER_PROPERTY_TYPE FMOD.Studio.USER_PROPERTY::type
int32_t ___type_1;
// FMOD.Studio.Union_IntBoolFloatString FMOD.Studio.USER_PROPERTY::value
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3 ___value_2;
};
// Native definition for P/Invoke marshalling of FMOD.Studio.USER_PROPERTY
struct USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke
{
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___name_0;
int32_t ___type_1;
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_pinvoke ___value_2;
};
// Native definition for COM marshalling of FMOD.Studio.USER_PROPERTY
struct USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_com
{
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___name_0;
int32_t ___type_1;
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_com ___value_2;
};
// FMOD.DSP_PARAMETER_DESC_UNION
struct DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80
{
union
{
#pragma pack(push, tp, 1)
struct
{
// FMOD.DSP_PARAMETER_DESC_FLOAT FMOD.DSP_PARAMETER_DESC_UNION::floatdesc
DSP_PARAMETER_DESC_FLOAT_tA7E87345E4118D0E284B5F56DC5101A86C0C7777 ___floatdesc_0;
};
#pragma pack(pop, tp)
struct
{
DSP_PARAMETER_DESC_FLOAT_tA7E87345E4118D0E284B5F56DC5101A86C0C7777 ___floatdesc_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// FMOD.DSP_PARAMETER_DESC_INT FMOD.DSP_PARAMETER_DESC_UNION::intdesc
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC ___intdesc_1;
};
#pragma pack(pop, tp)
struct
{
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC ___intdesc_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// FMOD.DSP_PARAMETER_DESC_BOOL FMOD.DSP_PARAMETER_DESC_UNION::booldesc
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C ___booldesc_2;
};
#pragma pack(pop, tp)
struct
{
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C ___booldesc_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// FMOD.DSP_PARAMETER_DESC_DATA FMOD.DSP_PARAMETER_DESC_UNION::datadesc
DSP_PARAMETER_DESC_DATA_t2EE12A7E17C79D309D42BDAADAE228B99D1399DB ___datadesc_3;
};
#pragma pack(pop, tp)
struct
{
DSP_PARAMETER_DESC_DATA_t2EE12A7E17C79D309D42BDAADAE228B99D1399DB ___datadesc_3_forAlignmentOnly;
};
};
};
// Native definition for P/Invoke marshalling of FMOD.DSP_PARAMETER_DESC_UNION
struct DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_pinvoke
{
union
{
#pragma pack(push, tp, 1)
struct
{
DSP_PARAMETER_DESC_FLOAT_tA7E87345E4118D0E284B5F56DC5101A86C0C7777 ___floatdesc_0;
};
#pragma pack(pop, tp)
struct
{
DSP_PARAMETER_DESC_FLOAT_tA7E87345E4118D0E284B5F56DC5101A86C0C7777 ___floatdesc_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_pinvoke ___intdesc_1;
};
#pragma pack(pop, tp)
struct
{
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_pinvoke ___intdesc_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_pinvoke ___booldesc_2;
};
#pragma pack(pop, tp)
struct
{
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_pinvoke ___booldesc_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
DSP_PARAMETER_DESC_DATA_t2EE12A7E17C79D309D42BDAADAE228B99D1399DB ___datadesc_3;
};
#pragma pack(pop, tp)
struct
{
DSP_PARAMETER_DESC_DATA_t2EE12A7E17C79D309D42BDAADAE228B99D1399DB ___datadesc_3_forAlignmentOnly;
};
};
};
// Native definition for COM marshalling of FMOD.DSP_PARAMETER_DESC_UNION
struct DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_com
{
union
{
#pragma pack(push, tp, 1)
struct
{
DSP_PARAMETER_DESC_FLOAT_tA7E87345E4118D0E284B5F56DC5101A86C0C7777 ___floatdesc_0;
};
#pragma pack(pop, tp)
struct
{
DSP_PARAMETER_DESC_FLOAT_tA7E87345E4118D0E284B5F56DC5101A86C0C7777 ___floatdesc_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_com ___intdesc_1;
};
#pragma pack(pop, tp)
struct
{
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_com ___intdesc_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_com ___booldesc_2;
};
#pragma pack(pop, tp)
struct
{
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_com ___booldesc_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
DSP_PARAMETER_DESC_DATA_t2EE12A7E17C79D309D42BDAADAE228B99D1399DB ___datadesc_3;
};
#pragma pack(pop, tp)
struct
{
DSP_PARAMETER_DESC_DATA_t2EE12A7E17C79D309D42BDAADAE228B99D1399DB ___datadesc_3_forAlignmentOnly;
};
};
};
// FMOD.DSP_PARAMETER_DESC
struct DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D
{
// FMOD.DSP_PARAMETER_TYPE FMOD.DSP_PARAMETER_DESC::type
int32_t ___type_0;
// System.Byte[] FMOD.DSP_PARAMETER_DESC::name
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___name_1;
// System.Byte[] FMOD.DSP_PARAMETER_DESC::label
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___label_2;
// System.String FMOD.DSP_PARAMETER_DESC::description
String_t* ___description_3;
// FMOD.DSP_PARAMETER_DESC_UNION FMOD.DSP_PARAMETER_DESC::desc
DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80 ___desc_4;
};
// Native definition for P/Invoke marshalling of FMOD.DSP_PARAMETER_DESC
struct DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshaled_pinvoke
{
int32_t ___type_0;
uint8_t ___name_1[16];
uint8_t ___label_2[16];
char* ___description_3;
DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_pinvoke ___desc_4;
};
// Native definition for COM marshalling of FMOD.DSP_PARAMETER_DESC
struct DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshaled_com
{
int32_t ___type_0;
uint8_t ___name_1[16];
uint8_t ___label_2[16];
Il2CppChar* ___description_3;
DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_com ___desc_4;
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Object>
// System.Collections.Generic.List`1<FMOD.StringHelper/ThreadSafeEncoding>
struct List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
ThreadSafeEncodingU5BU5D_t4833122F64D0714510488E3847418B5562441BED* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<FMOD.StringHelper/ThreadSafeEncoding>
// System.Text.Encoding
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields
{
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding_7;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding> modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject* ___s_InternalSyncObject_15;
};
// System.Text.Encoding
// FMOD.Error
// FMOD.Error
// FMOD.MarshalHelper
// FMOD.MarshalHelper
// FMOD.Studio.STUDIO_VERSION
// FMOD.Studio.STUDIO_VERSION
// System.String
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.String
// FMOD.StringHelper
struct StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_StaticFields
{
// System.Collections.Generic.List`1<FMOD.StringHelper/ThreadSafeEncoding> FMOD.StringHelper::encoders
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* ___encoders_0;
};
// FMOD.StringHelper
// FMOD.Studio.BUFFER_INFO
// FMOD.Studio.BUFFER_INFO
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Boolean
// System.Byte
// System.Byte
// FMOD.COMPLEX
// FMOD.COMPLEX
// FMOD.CPU_USAGE
// FMOD.CPU_USAGE
// FMOD.Studio.CPU_USAGE
// FMOD.Studio.CPU_USAGE
// System.Char
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
{
// System.Byte[] System.Char::s_categoryForLatin1
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
};
// System.Char
// FMOD.DSP_PARAMETER_ATTENUATION_RANGE
// FMOD.DSP_PARAMETER_ATTENUATION_RANGE
// FMOD.DSP_PARAMETER_DESC_DATA
// FMOD.DSP_PARAMETER_DESC_DATA
// FMOD.DSP_PARAMETER_OVERALLGAIN
// FMOD.DSP_PARAMETER_OVERALLGAIN
// FMOD.DSP_PARAMETER_SIDECHAIN
// FMOD.DSP_PARAMETER_SIDECHAIN
// FMOD.DSP_STATE_DFT_FUNCTIONS
// FMOD.DSP_STATE_DFT_FUNCTIONS
// FMOD.DSP_STATE_PAN_FUNCTIONS
// FMOD.DSP_STATE_PAN_FUNCTIONS
// FMOD.GUID
// FMOD.GUID
// System.Int32
// System.Int32
// System.IntPtr
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// System.IntPtr
// FMOD.Studio.MEMORY_USAGE
// FMOD.Studio.MEMORY_USAGE
// FMOD.Studio.PARAMETER_ID
// FMOD.Studio.PARAMETER_ID
// FMOD.REVERB_PROPERTIES
// FMOD.REVERB_PROPERTIES
// System.Single
// System.Single
// FMOD.Studio.TIMELINE_BEAT_PROPERTIES
// FMOD.Studio.TIMELINE_BEAT_PROPERTIES
// System.UInt32
// System.UInt32
// System.UInt64
// System.UInt64
// System.Text.UTF8Encoding
struct UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE_StaticFields
{
// System.Text.UTF8Encoding/UTF8EncodingSealed System.Text.UTF8Encoding::s_default
UTF8EncodingSealed_tF97A34F40CABE9CE1C168967D60396F51C43DD36* ___s_default_16;
// System.Byte[] System.Text.UTF8Encoding::s_preamble
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_preamble_17;
};
// System.Text.UTF8Encoding
// FMOD.Studio.Util
// FMOD.Studio.Util
// FMOD.VECTOR
// FMOD.VECTOR
// System.Void
// System.Void
// FMOD.Studio.ADVANCEDSETTINGS
// FMOD.Studio.ADVANCEDSETTINGS
// FMOD.ATTRIBUTES_3D
// FMOD.ATTRIBUTES_3D
// FMOD.Studio.BANK_INFO
// FMOD.Studio.BANK_INFO
// FMOD.Studio.BUFFER_USAGE
// FMOD.Studio.BUFFER_USAGE
// FMOD.Studio.Bank
// FMOD.Studio.Bank
// FMOD.Studio.Bus
// FMOD.Studio.Bus
// FMOD.CHANNELMASK
// FMOD.CHANNELMASK
// FMOD.Channel
// FMOD.Channel
// FMOD.ChannelGroup
// FMOD.ChannelGroup
// FMOD.Studio.CommandReplay
// FMOD.Studio.CommandReplay
// FMOD.DSP
// FMOD.DSP
// FMOD.DSPConnection
// FMOD.DSPConnection
// FMOD.DSP_BUFFER_ARRAY
// FMOD.DSP_BUFFER_ARRAY
// FMOD.DSP_DESCRIPTION
// FMOD.DSP_DESCRIPTION
// FMOD.DSP_LOUDNESS_METER_INFO_TYPE
// FMOD.DSP_LOUDNESS_METER_INFO_TYPE
// FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE
// FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE
// FMOD.DSP_METERING_INFO
// FMOD.DSP_METERING_INFO
// FMOD.DSP_PARAMETER_DESC_BOOL
// FMOD.DSP_PARAMETER_DESC_BOOL
// FMOD.DSP_PARAMETER_DESC_INT
// FMOD.DSP_PARAMETER_DESC_INT
// FMOD.DSP_PARAMETER_FFT
// FMOD.DSP_PARAMETER_FFT
// FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR
// FMOD.DSP_PARAMETER_FLOAT_MAPPING_PIECEWISE_LINEAR
// FMOD.DSP_STATE
// FMOD.DSP_STATE
// FMOD.DSP_STATE_FUNCTIONS
// FMOD.DSP_STATE_FUNCTIONS
// System.Delegate
// System.Delegate
// FMOD.Studio.EventDescription
// FMOD.Studio.EventDescription
// FMOD.Studio.EventInstance
// FMOD.Studio.EventInstance
// System.Runtime.InteropServices.GCHandle
// System.Runtime.InteropServices.GCHandle
// FMOD.Geometry
// FMOD.Geometry
// FMOD.Studio.PLUGIN_INSTANCE_PROPERTIES
// FMOD.Studio.PLUGIN_INSTANCE_PROPERTIES
// FMOD.Reverb3D
// FMOD.Reverb3D
// System.RuntimeTypeHandle
// System.RuntimeTypeHandle
// FMOD.Sound
// FMOD.Sound
// FMOD.SoundGroup
// FMOD.SoundGroup
// FMOD.StringWrapper
// FMOD.StringWrapper
// FMOD.System
// FMOD.System
// FMOD.Studio.System
// FMOD.Studio.System
// FMOD.Studio.TIMELINE_NESTED_BEAT_PROPERTIES
// FMOD.Studio.TIMELINE_NESTED_BEAT_PROPERTIES
// FMOD.Studio.VCA
// FMOD.Studio.VCA
// FMOD.Studio.COMMAND_INFO
// FMOD.Studio.COMMAND_INFO
// FMOD.DSP_PARAMETER_3DATTRIBUTES
// FMOD.DSP_PARAMETER_3DATTRIBUTES
// FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI
// FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI
// FMOD.DSP_PARAMETER_FLOAT_MAPPING
// FMOD.DSP_PARAMETER_FLOAT_MAPPING
// FMOD.Studio.PARAMETER_DESCRIPTION
// FMOD.Studio.PARAMETER_DESCRIPTION
// FMOD.Studio.PROGRAMMER_SOUND_PROPERTIES
// FMOD.Studio.PROGRAMMER_SOUND_PROPERTIES
// FMOD.Studio.SOUND_INFO
// FMOD.Studio.SOUND_INFO
// FMOD.TAG
// FMOD.TAG
// FMOD.Studio.TIMELINE_MARKER_PROPERTIES
// FMOD.Studio.TIMELINE_MARKER_PROPERTIES
// System.Type
struct Type_t_StaticFields
{
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_1;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
// System.Object System.Type::Missing
RuntimeObject* ___Missing_3;
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
};
// System.Type
// FMOD.Studio.Union_IntBoolFloatString
// FMOD.Studio.Union_IntBoolFloatString
// FMOD.StringHelper/ThreadSafeEncoding
// FMOD.StringHelper/ThreadSafeEncoding
// System.AsyncCallback
// System.AsyncCallback
// FMOD.CHANNELCONTROL_CALLBACK
// FMOD.CHANNELCONTROL_CALLBACK
// FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK
// FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK
// FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK
// FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK
// FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK
// FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK
// FMOD.DSP_ALLOC_FUNC
// FMOD.DSP_ALLOC_FUNC
// FMOD.DSP_CALLBACK
// FMOD.DSP_CALLBACK
// FMOD.DSP_CREATE_CALLBACK
// FMOD.DSP_CREATE_CALLBACK
// FMOD.DSP_DFT_FFTREAL_FUNC
// FMOD.DSP_DFT_FFTREAL_FUNC
// FMOD.DSP_DFT_IFFTREAL_FUNC
// FMOD.DSP_DFT_IFFTREAL_FUNC
// FMOD.DSP_FREE_FUNC
// FMOD.DSP_FREE_FUNC
// FMOD.DSP_GETBLOCKSIZE_FUNC
// FMOD.DSP_GETBLOCKSIZE_FUNC
// FMOD.DSP_GETCLOCK_FUNC
// FMOD.DSP_GETCLOCK_FUNC
// FMOD.DSP_GETLISTENERATTRIBUTES_FUNC
// FMOD.DSP_GETLISTENERATTRIBUTES_FUNC
// FMOD.DSP_GETPARAM_BOOL_CALLBACK
// FMOD.DSP_GETPARAM_BOOL_CALLBACK
// FMOD.DSP_GETPARAM_DATA_CALLBACK
// FMOD.DSP_GETPARAM_DATA_CALLBACK
// FMOD.DSP_GETPARAM_FLOAT_CALLBACK
// FMOD.DSP_GETPARAM_FLOAT_CALLBACK
// FMOD.DSP_GETPARAM_INT_CALLBACK
// FMOD.DSP_GETPARAM_INT_CALLBACK
// FMOD.DSP_GETSAMPLERATE_FUNC
// FMOD.DSP_GETSAMPLERATE_FUNC
// FMOD.DSP_GETSPEAKERMODE_FUNC
// FMOD.DSP_GETSPEAKERMODE_FUNC
// FMOD.DSP_GETUSERDATA_FUNC
// FMOD.DSP_GETUSERDATA_FUNC
// FMOD.DSP_LOG_FUNC
// FMOD.DSP_LOG_FUNC
// FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC
// FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC
// FMOD.DSP_PAN_SUMMONOMATRIX_FUNC
// FMOD.DSP_PAN_SUMMONOMATRIX_FUNC
// FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC
// FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC
// FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC
// FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC
// FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC
// FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC
// FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC
// FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC
// FMOD.DSP_PARAMETER_DESC_FLOAT
// FMOD.DSP_PARAMETER_DESC_FLOAT
// FMOD.DSP_PROCESS_CALLBACK
// FMOD.DSP_PROCESS_CALLBACK
// FMOD.DSP_READ_CALLBACK
// FMOD.DSP_READ_CALLBACK
// FMOD.DSP_REALLOC_FUNC
// FMOD.DSP_REALLOC_FUNC
// FMOD.DSP_RELEASE_CALLBACK
// FMOD.DSP_RELEASE_CALLBACK
// FMOD.DSP_RESET_CALLBACK
// FMOD.DSP_RESET_CALLBACK
// FMOD.DSP_SETPARAM_BOOL_CALLBACK
// FMOD.DSP_SETPARAM_BOOL_CALLBACK
// FMOD.DSP_SETPARAM_DATA_CALLBACK
// FMOD.DSP_SETPARAM_DATA_CALLBACK
// FMOD.DSP_SETPARAM_FLOAT_CALLBACK
// FMOD.DSP_SETPARAM_FLOAT_CALLBACK
// FMOD.DSP_SETPARAM_INT_CALLBACK
// FMOD.DSP_SETPARAM_INT_CALLBACK
// FMOD.DSP_SETPOSITION_CALLBACK
// FMOD.DSP_SETPOSITION_CALLBACK
// FMOD.DSP_SHOULDIPROCESS_CALLBACK
// FMOD.DSP_SHOULDIPROCESS_CALLBACK
// FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK
// FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK
// FMOD.DSP_SYSTEM_MIX_CALLBACK
// FMOD.DSP_SYSTEM_MIX_CALLBACK
// FMOD.DSP_SYSTEM_REGISTER_CALLBACK
// FMOD.DSP_SYSTEM_REGISTER_CALLBACK
// FMOD.Studio.EVENT_CALLBACK
// FMOD.Studio.EVENT_CALLBACK
// FMOD.FILE_CLOSE_CALLBACK
// FMOD.FILE_CLOSE_CALLBACK
// FMOD.FILE_OPEN_CALLBACK
// FMOD.FILE_OPEN_CALLBACK
// FMOD.FILE_READ_CALLBACK
// FMOD.FILE_READ_CALLBACK
// FMOD.FILE_SEEK_CALLBACK
// FMOD.FILE_SEEK_CALLBACK
// FMOD.Studio.SYSTEM_CALLBACK
// FMOD.Studio.SYSTEM_CALLBACK
// FMOD.Studio.USER_PROPERTY
// FMOD.Studio.USER_PROPERTY
// FMOD.DSP_PARAMETER_DESC_UNION
// FMOD.DSP_PARAMETER_DESC_UNION
// FMOD.DSP_PARAMETER_DESC
// FMOD.DSP_PARAMETER_DESC
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Byte[]
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
{
ALIGN_FIELD (8) uint8_t m_Items[1];
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Single[]
struct SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C : public RuntimeArray
{
ALIGN_FIELD (8) float m_Items[1];
inline float GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline float* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, float value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline float GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline float* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, float value)
{
m_Items[index] = value;
}
};
// System.UInt64[]
struct UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299 : public RuntimeArray
{
ALIGN_FIELD (8) uint64_t m_Items[1];
inline uint64_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint64_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint64_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint64_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint64_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint64_t value)
{
m_Items[index] = value;
}
};
// FMOD.VECTOR[]
struct VECTORU5BU5D_t2A9509AF20B5FC20F177D1D4540ABA40461124E9 : public RuntimeArray
{
ALIGN_FIELD (8) VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F m_Items[1];
inline VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F value)
{
m_Items[index] = value;
}
};
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray
{
ALIGN_FIELD (8) Il2CppChar m_Items[1];
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// FMOD.CHANNELMASK[]
struct CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B : public RuntimeArray
{
ALIGN_FIELD (8) uint32_t m_Items[1];
inline uint32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
{
m_Items[index] = value;
}
};
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832 : public RuntimeArray
{
ALIGN_FIELD (8) intptr_t m_Items[1];
inline intptr_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline intptr_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, intptr_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline intptr_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline intptr_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, intptr_t value)
{
m_Items[index] = value;
}
};
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
{
ALIGN_FIELD (8) Delegate_t* m_Items[1];
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// FMOD.ATTRIBUTES_3D[]
struct ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0 : public RuntimeArray
{
ALIGN_FIELD (8) ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 m_Items[1];
inline ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 value)
{
m_Items[index] = value;
}
};
// System.Single[][]
struct SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4 : public RuntimeArray
{
ALIGN_FIELD (8) SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* m_Items[1];
inline SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// FMOD.Studio.PARAMETER_ID[]
struct PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2 : public RuntimeArray
{
ALIGN_FIELD (8) PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 m_Items[1];
inline PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 value)
{
m_Items[index] = value;
}
};
// FMOD.Studio.Bank[]
struct BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50 : public RuntimeArray
{
ALIGN_FIELD (8) Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA m_Items[1];
inline Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA value)
{
m_Items[index] = value;
}
};
// FMOD.Studio.PARAMETER_DESCRIPTION[]
struct PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA : public RuntimeArray
{
ALIGN_FIELD (8) PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7 m_Items[1];
inline PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7 value)
{
m_Items[index] = value;
}
};
// FMOD.Studio.EventInstance[]
struct EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1 : public RuntimeArray
{
ALIGN_FIELD (8) EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF m_Items[1];
inline EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF value)
{
m_Items[index] = value;
}
};
// FMOD.Studio.EventDescription[]
struct EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD : public RuntimeArray
{
ALIGN_FIELD (8) EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C m_Items[1];
inline EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C value)
{
m_Items[index] = value;
}
};
// FMOD.Studio.Bus[]
struct BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A : public RuntimeArray
{
ALIGN_FIELD (8) Bus_t0858329521D636D685370BE433B68C792F12CB7C m_Items[1];
inline Bus_t0858329521D636D685370BE433B68C792F12CB7C GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Bus_t0858329521D636D685370BE433B68C792F12CB7C* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Bus_t0858329521D636D685370BE433B68C792F12CB7C value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Bus_t0858329521D636D685370BE433B68C792F12CB7C GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Bus_t0858329521D636D685370BE433B68C792F12CB7C* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Bus_t0858329521D636D685370BE433B68C792F12CB7C value)
{
m_Items[index] = value;
}
};
// FMOD.Studio.VCA[]
struct VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296 : public RuntimeArray
{
ALIGN_FIELD (8) VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98 m_Items[1];
inline VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98 value)
{
m_Items[index] = value;
}
};
// System.Object[]
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
{
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
IL2CPP_EXTERN_C void TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshal_pinvoke(const TAG_tF804B7171492DD25F531BD89995CF467495846BA& unmarshaled, TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshal_pinvoke_back(const TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshaled_pinvoke& marshaled, TAG_tF804B7171492DD25F531BD89995CF467495846BA& unmarshaled);
IL2CPP_EXTERN_C void TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshal_pinvoke_cleanup(TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke(const DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33& unmarshaled, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke_back(const DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke& marshaled, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33& unmarshaled);
IL2CPP_EXTERN_C void DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke_cleanup(DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_pinvoke(const DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C& unmarshaled, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_pinvoke_back(const DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke& marshaled, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C& unmarshaled);
IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_pinvoke_cleanup(DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_pinvoke(const DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC& unmarshaled, DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_pinvoke_back(const DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC& unmarshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_pinvoke(const DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C& unmarshaled, DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_pinvoke_back(const DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C& unmarshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_com(const DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC& unmarshaled, DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_com& marshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_com_back(const DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_com& marshaled, DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC& unmarshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_com_cleanup(DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_com& marshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_com(const DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C& unmarshaled, DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_com& marshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_com_back(const DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_com& marshaled, DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C& unmarshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_com_cleanup(DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_com& marshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_pinvoke(const DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80& unmarshaled, DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_pinvoke_back(const DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80& unmarshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_com(const DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80& unmarshaled, DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_com& marshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_com_back(const DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_com& marshaled, DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80& unmarshaled);
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_com_cleanup(DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_com& marshaled);
IL2CPP_EXTERN_C void Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_pinvoke(const Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3& unmarshaled, Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_pinvoke_back(const Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_pinvoke& marshaled, Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3& unmarshaled);
IL2CPP_EXTERN_C void Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_pinvoke_cleanup(Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_com(const Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3& unmarshaled, Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_com& marshaled);
IL2CPP_EXTERN_C void Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_com_back(const Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_com& marshaled, Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3& unmarshaled);
IL2CPP_EXTERN_C void Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_com_cleanup(Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_com& marshaled);
IL2CPP_EXTERN_C void BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshal_pinvoke(const BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B& unmarshaled, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshal_pinvoke_back(const BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke& marshaled, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B& unmarshaled);
IL2CPP_EXTERN_C void BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshal_pinvoke_cleanup(BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_pinvoke(const USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228& unmarshaled, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_pinvoke_back(const USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke& marshaled, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228& unmarshaled);
IL2CPP_EXTERN_C void USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_pinvoke_cleanup(USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke& marshaled);
// System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement<System.Byte>(T[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mC2CDD900B2BAE8DEAF428D11AF4E0DA4363B7801_gshared (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_arr, int32_t ___1_index, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
// System.Void System.Array::Resize<FMOD.Studio.PARAMETER_DESCRIPTION>(T[]&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisPARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7_mF41A253E6AB5ACA0FC81089E32A5EC414F957F27_gshared (PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA** ___0_array, int32_t ___1_newSize, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Release_m25D76754736858D4B3B9C72FFA1B07498456960D (intptr_t ___0_sound, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_release_mF762B8DA83EA8601937252629824DD2061B53E64 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSystemObject(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSystemObject_mF8507DC0E9A6EC2B5B7617D0DE86744E2F971274 (intptr_t ___0_sound, intptr_t* ___1_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getSystemObject(FMOD.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSystemObject_m3DB42BB71DA6107E539BBA8173FB95E1679A2919 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Lock(System.IntPtr,System.UInt32,System.UInt32,System.IntPtr&,System.IntPtr&,System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Lock_m385577A3001BDBCA22124BD51254A4CEF9CC9046 (intptr_t ___0_sound, uint32_t ___1_offset, uint32_t ___2_length, intptr_t* ___3_ptr1, intptr_t* ___4_ptr2, uint32_t* ___5_len1, uint32_t* ___6_len2, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::lock(System.UInt32,System.UInt32,System.IntPtr&,System.IntPtr&,System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_lock_m7FFE775C04BA958C87DFCDD5F3C60A86821449C2 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t ___0_offset, uint32_t ___1_length, intptr_t* ___2_ptr1, intptr_t* ___3_ptr2, uint32_t* ___4_len1, uint32_t* ___5_len2, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Unlock(System.IntPtr,System.IntPtr,System.IntPtr,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Unlock_m88783861E856DD1119F4DB3B75A8244B61889A40 (intptr_t ___0_sound, intptr_t ___1_ptr1, intptr_t ___2_ptr2, uint32_t ___3_len1, uint32_t ___4_len2, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::unlock(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_unlock_m20F38BF213A52EDD59ECBBAD8A084B3B86F95DBB (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_ptr1, intptr_t ___1_ptr2, uint32_t ___2_len1, uint32_t ___3_len2, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetDefaults(System.IntPtr,System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetDefaults_mC973D4236D6465307B3EF7B137CE39C2EFC9C42E (intptr_t ___0_sound, float ___1_frequency, int32_t ___2_priority, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::setDefaults(System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setDefaults_m2AB71B2FDDD66FE6C876B6000198333AA8C26045 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float ___0_frequency, int32_t ___1_priority, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetDefaults(System.IntPtr,System.Single&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetDefaults_m3237E2E0B0110621A34A4914D50748A67E05B650 (intptr_t ___0_sound, float* ___1_frequency, int32_t* ___2_priority, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getDefaults(System.Single&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getDefaults_m20C8F456C625627DC132486A70E4413A36742B89 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float* ___0_frequency, int32_t* ___1_priority, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Set3DMinMaxDistance(System.IntPtr,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Set3DMinMaxDistance_m7E5C3FEBD138D024141616AB3AD6BBDC1C564743 (intptr_t ___0_sound, float ___1_min, float ___2_max, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::set3DMinMaxDistance(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_set3DMinMaxDistance_mA0A65A38D3B1FE366CBD65995E1A42D1A27483BC (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float ___0_min, float ___1_max, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Get3DMinMaxDistance(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Get3DMinMaxDistance_mF4794EB242ED6187F37A1F2045B3F12B39E7E0C7 (intptr_t ___0_sound, float* ___1_min, float* ___2_max, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::get3DMinMaxDistance(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_get3DMinMaxDistance_mF4614F59E08C891298BD1D66251BA992A8918F4E (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float* ___0_min, float* ___1_max, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Set3DConeSettings(System.IntPtr,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Set3DConeSettings_mBDDB4FAB2F92712C2B03A64D7195DDC8142F0890 (intptr_t ___0_sound, float ___1_insideconeangle, float ___2_outsideconeangle, float ___3_outsidevolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::set3DConeSettings(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_set3DConeSettings_mFD7D2777ADF22A63B9F307573EC9F48D85FFC791 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float ___0_insideconeangle, float ___1_outsideconeangle, float ___2_outsidevolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Get3DConeSettings(System.IntPtr,System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Get3DConeSettings_mB25371293CD435151313DE866FF6364D91E47BEB (intptr_t ___0_sound, float* ___1_insideconeangle, float* ___2_outsideconeangle, float* ___3_outsidevolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::get3DConeSettings(System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_get3DConeSettings_m5371E8D587D0E69707692FDC87BA410050D7FBA2 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float* ___0_insideconeangle, float* ___1_outsideconeangle, float* ___2_outsidevolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Set3DCustomRolloff(System.IntPtr,FMOD.VECTOR&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Set3DCustomRolloff_m2C8CD65CAFB506913EEFA700FFA9AAFFE7149297 (intptr_t ___0_sound, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_points, int32_t ___2_numpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::set3DCustomRolloff(FMOD.VECTOR&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_set3DCustomRolloff_m0D21F48E43A17B84CAAB9FE556389E62755D8CF3 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_points, int32_t ___1_numpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Get3DCustomRolloff(System.IntPtr,System.IntPtr&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Get3DCustomRolloff_m2C53634F450525EABC6701F766B39D58211AAEAF (intptr_t ___0_sound, intptr_t* ___1_points, int32_t* ___2_numpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::get3DCustomRolloff(System.IntPtr&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_get3DCustomRolloff_mEE3F74ACF5EFD87E95DE3729E11CC2E1CEC5BBB0 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t* ___0_points, int32_t* ___1_numpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSubSound(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSubSound_mA2481192985ACEB1700376694C80D4FB1580E973 (intptr_t ___0_sound, int32_t ___1_index, intptr_t* ___2_subsound, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getSubSound(System.Int32,FMOD.Sound&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSubSound_mAE244860EBFC5D112328E3C4E26530E6E4C0708B (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t ___0_index, Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* ___1_subsound, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSubSoundParent(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSubSoundParent_m86321C0EC4DD163A201D78D27E0843CA1BB030E4 (intptr_t ___0_sound, intptr_t* ___1_parentsound, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getSubSoundParent(FMOD.Sound&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSubSoundParent_mBF6D6124B4D3C563BC5190D3451D5930734C0902 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* ___0_parentsound, const RuntimeMethod* method) ;
// System.IntPtr System.Runtime.InteropServices.Marshal::AllocHGlobal(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F (int32_t ___0_cb, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetName(System.IntPtr,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetName_m49B2234D7704878C05357853361B462BFC0C7383 (intptr_t ___0_sound, intptr_t ___1_name, int32_t ___2_namelen, const RuntimeMethod* method) ;
// FMOD.StringHelper/ThreadSafeEncoding FMOD.StringHelper::GetFreeHelper()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2 (const RuntimeMethod* method) ;
// System.String FMOD.StringHelper/ThreadSafeEncoding::stringFromNative(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979 (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, intptr_t ___0_nativePtr, const RuntimeMethod* method) ;
// System.Void System.Runtime.InteropServices.Marshal::FreeHGlobal(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9 (intptr_t ___0_hglobal, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getName(System.String&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getName_mE78AEC4D5A0263B2A0103CD651E5EF777C3C101F (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, String_t** ___0_name, int32_t ___1_namelen, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetLength(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetLength_m5FF68327F9C56103C93B658FC2D98AD13ECEF7B4 (intptr_t ___0_sound, uint32_t* ___1_length, uint32_t ___2_lengthtype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getLength(System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getLength_m83FA3D301A0A49EBC1244C699E911CB4B3472738 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t* ___0_length, uint32_t ___1_lengthtype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetFormat(System.IntPtr,FMOD.SOUND_TYPE&,FMOD.SOUND_FORMAT&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetFormat_mCEF2D7EC47303013E7962FD434C6F3750D133B49 (intptr_t ___0_sound, int32_t* ___1_type, int32_t* ___2_format, int32_t* ___3_channels, int32_t* ___4_bits, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getFormat(FMOD.SOUND_TYPE&,FMOD.SOUND_FORMAT&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getFormat_mA14368D88013EB335F5A326281D85B28EFC5062A (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_type, int32_t* ___1_format, int32_t* ___2_channels, int32_t* ___3_bits, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetNumSubSounds(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetNumSubSounds_mF761ADE9310DE5C8BCF36786E2E7D59E43C15532 (intptr_t ___0_sound, int32_t* ___1_numsubsounds, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getNumSubSounds(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getNumSubSounds_mD15C020693A615422D0AF5E96C7936B086CBDEE9 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_numsubsounds, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetNumTags(System.IntPtr,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetNumTags_m7A12A0064A489062CB2EEFB1FF723246EAD9E9A1 (intptr_t ___0_sound, int32_t* ___1_numtags, int32_t* ___2_numtagsupdated, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getNumTags(System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getNumTags_m31903E03985C270B9D71993F9CBC04692191E0AF (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_numtags, int32_t* ___1_numtagsupdated, const RuntimeMethod* method) ;
// System.Byte[] FMOD.StringHelper/ThreadSafeEncoding::byteFromStringUTF8(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495 (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, String_t* ___0_s, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetTag(System.IntPtr,System.Byte[],System.Int32,FMOD.TAG&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetTag_m947A50EEF4017C51D07A9483485FA908E5414D70 (intptr_t ___0_sound, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, int32_t ___2_index, TAG_tF804B7171492DD25F531BD89995CF467495846BA* ___3_tag, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getTag(System.String,System.Int32,FMOD.TAG&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getTag_mE1BC5F03D22879C62E15F1C40B23F953B8061CAF (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, String_t* ___0_name, int32_t ___1_index, TAG_tF804B7171492DD25F531BD89995CF467495846BA* ___2_tag, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetOpenState(System.IntPtr,FMOD.OPENSTATE&,System.UInt32&,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetOpenState_m53C5A47F3D9C8C36E5F6B81842332E78DCEB3E06 (intptr_t ___0_sound, int32_t* ___1_openstate, uint32_t* ___2_percentbuffered, bool* ___3_starving, bool* ___4_diskbusy, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getOpenState(FMOD.OPENSTATE&,System.UInt32&,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getOpenState_m93DE1239F445C93C1EBDFB8AE3ABB1985F261B84 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_openstate, uint32_t* ___1_percentbuffered, bool* ___2_starving, bool* ___3_diskbusy, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_ReadData(System.IntPtr,System.Byte[],System.UInt32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_ReadData_mC8FBC49A2CDB7CB39951E0DB0DC1B1C9957B1EA7 (intptr_t ___0_sound, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_buffer, uint32_t ___2_length, intptr_t ___3_zero, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::readData(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_readData_mE618D117C9FD85FFE7DEC6D773AE94AAFC1850EF (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_ReadData(System.IntPtr,System.Byte[],System.UInt32,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_ReadData_m57B6AE2821F1963177569BD416A417587298B5A0 (intptr_t ___0_sound, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_buffer, uint32_t ___2_length, uint32_t* ___3_read, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::readData(System.Byte[],System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_readData_m3F58232798825561F06EC40791FC8D6E68C8F48B (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, uint32_t* ___1_read, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_ReadData(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_ReadData_mE97F2100D212890623F913DBA2D3BCF974E1E17E (intptr_t ___0_sound, intptr_t ___1_buffer, uint32_t ___2_length, uint32_t* ___3_read, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::readData(System.IntPtr,System.UInt32,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_readData_m59C8712B0D9BF4C7558DC2462F1DFB54070BAAA0 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_buffer, uint32_t ___1_length, uint32_t* ___2_read, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SeekData(System.IntPtr,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SeekData_m84C20DB009EAD5533D3D49D801B2221F4389834D (intptr_t ___0_sound, uint32_t ___1_pcm, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::seekData(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_seekData_m4BB28B3A9A1F4D1E26138E39D1AF911F20D04985 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t ___0_pcm, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetSoundGroup(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetSoundGroup_m44752F9118F4501DEEB0EA332726588645C60A73 (intptr_t ___0_sound, intptr_t ___1_soundgroup, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::setSoundGroup(FMOD.SoundGroup)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setSoundGroup_mF82C6F50F2458CF481EA7AB541795D2C9C47C3E9 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE ___0_soundgroup, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSoundGroup(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSoundGroup_m266436C6CB516E0CBCF6F4A83280A9731C766B45 (intptr_t ___0_sound, intptr_t* ___1_soundgroup, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getSoundGroup(FMOD.SoundGroup&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSoundGroup_m0B6B546EDBE91CB0EE13C0E294C80C8DFAD1BC7B (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* ___0_soundgroup, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetNumSyncPoints(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetNumSyncPoints_mD4BFBCC392BB3D9FC809C2AEF24A4E5980C99F99 (intptr_t ___0_sound, int32_t* ___1_numsyncpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getNumSyncPoints(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getNumSyncPoints_mBBD7791E4D152EDA52C09980FCFD638C4CAFAC33 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_numsyncpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSyncPoint(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSyncPoint_m8B0F2723A1B4F6D3F66BB7B35277FEBF99D94D72 (intptr_t ___0_sound, int32_t ___1_index, intptr_t* ___2_point, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getSyncPoint(System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSyncPoint_m9838D543612F43ECAC0C732A5DC84BDC2FD2D699 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t ___0_index, intptr_t* ___1_point, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSyncPointInfo(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSyncPointInfo_m7484D9C778C268DA99FB0C635B2782E8414FF712 (intptr_t ___0_sound, intptr_t ___1_point, intptr_t ___2_name, int32_t ___3_namelen, uint32_t* ___4_offset, uint32_t ___5_offsettype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getSyncPointInfo(System.IntPtr,System.String&,System.Int32,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSyncPointInfo_mBA32D9E8194B5D5890FAE14D6F557FA9A534FB4D (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_point, String_t** ___1_name, int32_t ___2_namelen, uint32_t* ___3_offset, uint32_t ___4_offsettype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getSyncPointInfo(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSyncPointInfo_mAC724F10E5ED2D74A609E31136453DD8E2E57BE2 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_point, uint32_t* ___1_offset, uint32_t ___2_offsettype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_AddSyncPoint(System.IntPtr,System.UInt32,FMOD.TIMEUNIT,System.Byte[],System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_AddSyncPoint_m636018305BF2CC4FB8B100DB78DD090809AAC5FF (intptr_t ___0_sound, uint32_t ___1_offset, uint32_t ___2_offsettype, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_name, intptr_t* ___4_point, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::addSyncPoint(System.UInt32,FMOD.TIMEUNIT,System.String,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_addSyncPoint_m2910833E00921A347E9A0F4DBD85EC12B5E6A640 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t ___0_offset, uint32_t ___1_offsettype, String_t* ___2_name, intptr_t* ___3_point, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_DeleteSyncPoint(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_DeleteSyncPoint_m645897ACACECBC9E05B5C57831AFBFE3156CD8CF (intptr_t ___0_sound, intptr_t ___1_point, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::deleteSyncPoint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_deleteSyncPoint_m1B378F26DADBA728F52FF0514F8808C3BB231083 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_point, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetMode(System.IntPtr,FMOD.MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetMode_m8019D3780B2BCA2A009F9B10185A9AC8A30BFE88 (intptr_t ___0_sound, uint32_t ___1_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::setMode(FMOD.MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setMode_m86FE587985341BAD1652BC7A40A17589379FFE2C (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t ___0_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMode(System.IntPtr,FMOD.MODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMode_m4782D70989CA45EFEC26D31B2A0ED9A027899CE3 (intptr_t ___0_sound, uint32_t* ___1_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getMode(FMOD.MODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMode_mBB119B265B8554C6472EBAD61D4DCE64D4F089BB (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t* ___0_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetLoopCount(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetLoopCount_mADC52D08858F4B9EB1BADA9220E8268D8F6629DA (intptr_t ___0_sound, int32_t ___1_loopcount, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::setLoopCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setLoopCount_mCA1DF1FB5E00F248FBD2F2E86E75DA8C6F746FFC (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t ___0_loopcount, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetLoopCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetLoopCount_m84E701237FFC2E64EB2C1BF7F471CD93AE4FA2C6 (intptr_t ___0_sound, int32_t* ___1_loopcount, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getLoopCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getLoopCount_m4D726EB9622933D0F89FB1BB428923BBB6788A02 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_loopcount, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetLoopPoints(System.IntPtr,System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetLoopPoints_m0C3CB8BC66020CCC99A971E03DAD2742D7E70016 (intptr_t ___0_sound, uint32_t ___1_loopstart, uint32_t ___2_loopstarttype, uint32_t ___3_loopend, uint32_t ___4_loopendtype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::setLoopPoints(System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setLoopPoints_m5ACD453EFDCD53F8B39C97E7C3E3476CB5A68A25 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t ___0_loopstart, uint32_t ___1_loopstarttype, uint32_t ___2_loopend, uint32_t ___3_loopendtype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetLoopPoints(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetLoopPoints_mB5863BF9754AC96BEC46211CEAA6F9CED9F8F732 (intptr_t ___0_sound, uint32_t* ___1_loopstart, uint32_t ___2_loopstarttype, uint32_t* ___3_loopend, uint32_t ___4_loopendtype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getLoopPoints(System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getLoopPoints_m90621386254C627B1B0CDAB6DCF1465AD6B5D6A8 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t* ___0_loopstart, uint32_t ___1_loopstarttype, uint32_t* ___2_loopend, uint32_t ___3_loopendtype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMusicNumChannels(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMusicNumChannels_mCBEB9FAF59C97F02D05D0D75B4E139B4F4BA7854 (intptr_t ___0_sound, int32_t* ___1_numchannels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getMusicNumChannels(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMusicNumChannels_mFC0B9059D72A1F6E34449018A134526DE1BE86C0 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_numchannels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetMusicChannelVolume(System.IntPtr,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetMusicChannelVolume_mF15E64DE9215509955917772B80FB4008728A2CE (intptr_t ___0_sound, int32_t ___1_channel, float ___2_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::setMusicChannelVolume(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setMusicChannelVolume_mA85CF52889EE1C8DB45E28E4F3D54EA343A6F6DD (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t ___0_channel, float ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMusicChannelVolume(System.IntPtr,System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMusicChannelVolume_m34CB2BC249AD52A25C8036FBECAD7A9D8A53CD6A (intptr_t ___0_sound, int32_t ___1_channel, float* ___2_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getMusicChannelVolume(System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMusicChannelVolume_m0843ABEB4CD3D59E89AB412289CDDB2E3F2435A1 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t ___0_channel, float* ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetMusicSpeed(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetMusicSpeed_m033E7311A1EDF9AA610376BC6D72DADA312EED92 (intptr_t ___0_sound, float ___1_speed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::setMusicSpeed(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setMusicSpeed_m3EB51F68C2CAC2859C2CA2D26B02261BE3DA8F9A (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float ___0_speed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMusicSpeed(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMusicSpeed_mA83B90C63147C4A2EA6E5E273218C0FCDA6D3230 (intptr_t ___0_sound, float* ___1_speed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getMusicSpeed(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMusicSpeed_m67CCE3CC42F24888048B13A7EAAE4ED8309AAA04 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float* ___0_speed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetUserData_m46874029CB765EA6AC576A3CEFF1198F8890EB75 (intptr_t ___0_sound, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setUserData_m70FA97B95456BFD4C11950AB82CD919DC1A8B864 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetUserData_m5D2D1545B1FEC8993A48EC9E3407BB68D2FB9BED (intptr_t ___0_sound, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Sound::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getUserData_m72B2C45C90CB29B6D926B2D711D19A848CC9F1EF (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// System.Void FMOD.Sound::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Sound__ctor_m1E30CE5F7D6814445755A110A36997FB7F9B07B5_inline (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ;
// System.Boolean FMOD.Sound::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Sound_hasHandle_mCDA64A5530F4B2092FC7557978B27DC50A3EC087 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, const RuntimeMethod* method) ;
// System.Void FMOD.Sound::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sound_clearHandle_mF9143AD5FBF214862236F73A022FE318C21B682C (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetFrequency(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetFrequency_mA46A43E8C1C04F04BAFA521083C6798D4CF5A5BA (intptr_t ___0_channel, float ___1_frequency, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setFrequency(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setFrequency_m569066E8F76501F1EBF4F2C20136E44A82B8263F (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_frequency, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetFrequency(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetFrequency_m67BBBA1DCC7C098A286A09B42BB81AC883B4E291 (intptr_t ___0_channel, float* ___1_frequency, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getFrequency(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getFrequency_m0C0F18528032921D81D7A7CF75F4DB19EA90EE4C (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_frequency, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPriority(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPriority_m2EC4C84F9BDC193F70BC386A933C7916FAFE4846 (intptr_t ___0_channel, int32_t ___1_priority, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setPriority(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPriority_m3335B982F892C948F1DBC4A6BC923A4A80D265C3 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t ___0_priority, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPriority(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPriority_mF0B32C44D5336749C88B9475EBE7CDC22486B0B7 (intptr_t ___0_channel, int32_t* ___1_priority, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getPriority(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPriority_mE38D73327BAF5503E55814EBB2B0E2E0ED1214E1 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t* ___0_priority, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPosition(System.IntPtr,System.UInt32,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPosition_m67482DB22CD81C7C33AC87E4DD2C3F8C3114E92D (intptr_t ___0_channel, uint32_t ___1_position, uint32_t ___2_postype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setPosition(System.UInt32,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPosition_m169EFD9BAF7EAB030D81D3248C586084027855D6 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t ___0_position, uint32_t ___1_postype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPosition(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPosition_m6C145E1B3E6074FAEC00EE6A220B82A7F61DF27C (intptr_t ___0_channel, uint32_t* ___1_position, uint32_t ___2_postype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getPosition(System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPosition_m6660724F8F6FDAA3758B3B7C86C52FA1F38E6AC8 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t* ___0_position, uint32_t ___1_postype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetChannelGroup(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetChannelGroup_mEDCAFF8DAD423F57F531255C7C3EAC047896ACE1 (intptr_t ___0_channel, intptr_t ___1_channelgroup, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setChannelGroup(FMOD.ChannelGroup)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setChannelGroup_mCA1E3F8364A88DC44CED6A605CA885CD643835E8 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD ___0_channelgroup, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetChannelGroup(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetChannelGroup_m53FDCB1635E2F93B82FC19ACAFEE31E83BD3270F (intptr_t ___0_channel, intptr_t* ___1_channelgroup, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getChannelGroup(FMOD.ChannelGroup&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getChannelGroup_mA5CF14EDB62D820FFAEE575883CB83667C82C3AD (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___0_channelgroup, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetLoopCount(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetLoopCount_m2E8CBDC2EB43DE1DE5F568D21C6602060B60F73C (intptr_t ___0_channel, int32_t ___1_loopcount, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setLoopCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setLoopCount_mB7B489680878569239821DBC72375509071488CE (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t ___0_loopcount, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetLoopCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetLoopCount_m7C65DF9B1B5AA47BC847141A71121FA2C071ACBF (intptr_t ___0_channel, int32_t* ___1_loopcount, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getLoopCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getLoopCount_m1E10C9768C11F89D4453FA64318FCCB2F10D5EB8 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t* ___0_loopcount, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetLoopPoints(System.IntPtr,System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetLoopPoints_mB30000D6139DDF0450591197DF1E90AD8F8685DA (intptr_t ___0_channel, uint32_t ___1_loopstart, uint32_t ___2_loopstarttype, uint32_t ___3_loopend, uint32_t ___4_loopendtype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setLoopPoints(System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setLoopPoints_m863E50DE3A7EA4432409E6EBDFBD5FBB6060957A (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t ___0_loopstart, uint32_t ___1_loopstarttype, uint32_t ___2_loopend, uint32_t ___3_loopendtype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetLoopPoints(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetLoopPoints_m37DF2D18827A8F497FCFAA7C19B79DDF2DB65912 (intptr_t ___0_channel, uint32_t* ___1_loopstart, uint32_t ___2_loopstarttype, uint32_t* ___3_loopend, uint32_t ___4_loopendtype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getLoopPoints(System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getLoopPoints_m3040FFFA60C5A959B14F300BF912D025DD7188C0 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t* ___0_loopstart, uint32_t ___1_loopstarttype, uint32_t* ___2_loopend, uint32_t ___3_loopendtype, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_IsVirtual(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_IsVirtual_mD75789A848C3919420C298F577D1D03C788BAA80 (intptr_t ___0_channel, bool* ___1_isvirtual, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::isVirtual(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_isVirtual_m161BDB1BB7C2A249AB998A198E73285D495758BE (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool* ___0_isvirtual, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetCurrentSound(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetCurrentSound_m73E11CA3203B3E9B4214054F9B5AE481A85C075C (intptr_t ___0_channel, intptr_t* ___1_sound, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getCurrentSound(FMOD.Sound&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getCurrentSound_m7534FC22CBA10213429F256779D6CDDD82EDB4A8 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* ___0_sound, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetIndex(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetIndex_m293960AAE361DC67ED77C31D303BA3BADA7488DA (intptr_t ___0_channel, int32_t* ___1_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getIndex(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getIndex_m704931B772310F0F2AF97981015D807AF592E699 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t* ___0_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetSystemObject(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetSystemObject_m6A92B957B7FE90EA5D0104594FB92AD9BBBF5A75 (intptr_t ___0_channel, intptr_t* ___1_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getSystemObject(FMOD.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getSystemObject_m01CAD4C2C16306E9B354B2E6A50CCC2391F3D27B (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Stop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Stop_mC232569048761E3828C7B89A79BF5A2C195AF120 (intptr_t ___0_channel, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_stop_m482BE587AFF8BEED8A7B1BCA85F476968CA0DF74 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPaused(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPaused_mF11887F8E5879A72A96FBA7D5B86076EC65485D8 (intptr_t ___0_channel, bool ___1_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPaused_m72C9DCD06A7C6B14DEE7A0683731F82ED7B1F4FB (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool ___0_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPaused(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPaused_m5912BD4DB0730FF288FE460DAE051F8AA8F2A445 (intptr_t ___0_channel, bool* ___1_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getPaused(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPaused_m4C33AA8CC0082E820C74593A53FEFF29E29D7594 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool* ___0_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetVolume(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetVolume_mAE0457AB33B7BD54942AAA89AB42CF32CB85FEFC (intptr_t ___0_channel, float ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setVolume_m51B6AF772DF8FFDD16A8B035425B66BCF6BA0606 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetVolume(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetVolume_m6522BA871C8FB04F10DD5A598A67357E0DDF741D (intptr_t ___0_channel, float* ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getVolume(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getVolume_mB3621E52F9A8B77D9F9DFE232A49AEED8B70D837 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetVolumeRamp(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetVolumeRamp_mFF5E34A85190CD34B0D341A6185294F6FD9F64ED (intptr_t ___0_channel, bool ___1_ramp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setVolumeRamp(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setVolumeRamp_m9E80A59AF7A698C6315E35738C4038B862FD8AF6 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool ___0_ramp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetVolumeRamp(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetVolumeRamp_mB04C9FC8AE233B7AD5F59EDE8D61F74A2C82F8D6 (intptr_t ___0_channel, bool* ___1_ramp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getVolumeRamp(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getVolumeRamp_m0C6F21D5B32DD1B052F5E4551E9F0A2F9C053AAC (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool* ___0_ramp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetAudibility(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetAudibility_m0A0F8EF5049D76C2AC139F55A5BCC838470CF72A (intptr_t ___0_channel, float* ___1_audibility, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getAudibility(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getAudibility_m5B3A0B760BB796175F8C028846F330A90BC11DCF (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_audibility, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPitch(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPitch_mA9A7E220DBE8EF3EF2BF1DE243EE53A4E02DDFAC (intptr_t ___0_channel, float ___1_pitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setPitch(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPitch_m66B41C232DF34E65DA00A00B929093017A1A0269 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_pitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPitch(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPitch_m06585690198BE78F823DC35DE136CF29BB32CA2C (intptr_t ___0_channel, float* ___1_pitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getPitch(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPitch_mAF435013FF8B0FFEEFE4FDC757CF259457238DA7 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_pitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMute(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMute_mEBC8CCC05E6718375146EDDCB433E6D67A727C98 (intptr_t ___0_channel, bool ___1_mute, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setMute(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMute_mA1B06C3933BBAA45A54DB31A7B38DCC53B02003A (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool ___0_mute, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetMute(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetMute_mA96954DE61D9920DB129FD92FC85F25F13C0230D (intptr_t ___0_channel, bool* ___1_mute, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getMute(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getMute_mD83D3687F2BA06A889AF362A0345C51137A09A02 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool* ___0_mute, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetReverbProperties(System.IntPtr,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetReverbProperties_mF5B8C9A18EAE9D922452F8F47D8BACD21C25508C (intptr_t ___0_channel, int32_t ___1_instance, float ___2_wet, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setReverbProperties(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setReverbProperties_m5B26B3E290D48955587AB783E44D49F146B55212 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t ___0_instance, float ___1_wet, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetReverbProperties(System.IntPtr,System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetReverbProperties_m4B297DD845B9E8239DCC87C065C227FBD7639579 (intptr_t ___0_channel, int32_t ___1_instance, float* ___2_wet, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getReverbProperties(System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getReverbProperties_mD56B2F2ACEEF9ED994B090915726EBFA0647BBDC (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t ___0_instance, float* ___1_wet, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetLowPassGain(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetLowPassGain_m686CD185F1F9E1889B89369CFFB9549570085439 (intptr_t ___0_channel, float ___1_gain, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setLowPassGain(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setLowPassGain_m80AB212E24291FA11DEE5F862CE8B5BDE27086DC (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_gain, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetLowPassGain(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetLowPassGain_m1C2DEDC5895EB397D61ABB99BC17C16C779BAF06 (intptr_t ___0_channel, float* ___1_gain, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getLowPassGain(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getLowPassGain_m435A18F35E4F215CA9352EDA13FDEAB1CC8524CA (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_gain, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMode(System.IntPtr,FMOD.MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMode_mBBB7E0C66EF86A8CDB0F861A1A971D9F6681F9C3 (intptr_t ___0_channel, uint32_t ___1_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setMode(FMOD.MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMode_m606B42DED8B2D10DB9479B57CBE980C1C8737586 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t ___0_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetMode(System.IntPtr,FMOD.MODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetMode_mD72B7F6EC21A6BB9DEA5F553CF450804009ACE55 (intptr_t ___0_channel, uint32_t* ___1_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getMode(FMOD.MODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getMode_m924F503FC7C065D80BE3B7B1C1C54AEEFBF44DD3 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t* ___0_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetCallback(System.IntPtr,FMOD.CHANNELCONTROL_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetCallback_m78B51FC0790F8032FB2AA988288A35EB5874CDAD (intptr_t ___0_channel, CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1* ___1_callback, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setCallback(FMOD.CHANNELCONTROL_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setCallback_mC849AA9D9AD04AEA428128494B1AB37FA281763F (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1* ___0_callback, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_IsPlaying(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_IsPlaying_mC60C7F0FEEDD5A15DFB4E8B7F70C7D37C73EE681 (intptr_t ___0_channel, bool* ___1_isplaying, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::isPlaying(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_isPlaying_m4395F6FC6311612294DC790306DC57454A0F8929 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool* ___0_isplaying, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPan(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPan_m33E53CB85CF8E399B7C1BF86573FBCFDE6DAA53F (intptr_t ___0_channel, float ___1_pan, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setPan(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPan_m106C59A0E3FE4D8DE395F0902A058CD2CE325AED (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_pan, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMixLevelsOutput(System.IntPtr,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMixLevelsOutput_mAD63637673045DA16A93FED8D77C2A99DD951A51 (intptr_t ___0_channel, float ___1_frontleft, float ___2_frontright, float ___3_center, float ___4_lfe, float ___5_surroundleft, float ___6_surroundright, float ___7_backleft, float ___8_backright, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setMixLevelsOutput(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMixLevelsOutput_m11AC68C39D33E5A13C5A18090F51F7D8A577C500 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_frontleft, float ___1_frontright, float ___2_center, float ___3_lfe, float ___4_surroundleft, float ___5_surroundright, float ___6_backleft, float ___7_backright, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMixLevelsInput(System.IntPtr,System.Single[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMixLevelsInput_m9B1BD722CBE2ED2C7866D4A93C34343D89197634 (intptr_t ___0_channel, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_levels, int32_t ___2_numlevels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setMixLevelsInput(System.Single[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMixLevelsInput_m1136301093B2657DE2719B73337685D8EA7F1515 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_levels, int32_t ___1_numlevels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMixMatrix(System.IntPtr,System.Single[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMixMatrix_m74DB3B1735F4527E5A7716420418E35086C30585 (intptr_t ___0_channel, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_matrix, int32_t ___2_outchannels, int32_t ___3_inchannels, int32_t ___4_inchannel_hop, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setMixMatrix(System.Single[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMixMatrix_mA981185F0CFFBEB6CF9F135B68D3B069693FD2EC (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t ___1_outchannels, int32_t ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetMixMatrix(System.IntPtr,System.Single[],System.Int32&,System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetMixMatrix_mC516E4A7B52EDDC468CDB9CBB469588B6DD5EB8B (intptr_t ___0_channel, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_matrix, int32_t* ___2_outchannels, int32_t* ___3_inchannels, int32_t ___4_inchannel_hop, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getMixMatrix(System.Single[],System.Int32&,System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getMixMatrix_m9FE4480A2B3E020398B666926CEB5823B99169C6 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t* ___1_outchannels, int32_t* ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDSPClock(System.IntPtr,System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDSPClock_mA68B1E94D6CC4F92E3255BEC0E6F0947D81A93BA (intptr_t ___0_channel, uint64_t* ___1_dspclock, uint64_t* ___2_parentclock, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getDSPClock(System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDSPClock_m051E045232A5ADF7670C5949AE63CFA6E8B0DF11 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t* ___0_dspclock, uint64_t* ___1_parentclock, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetDelay(System.IntPtr,System.UInt64,System.UInt64,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetDelay_m7F5556A320A98C3E0220BD5E835FD0EEDAEEC105 (intptr_t ___0_channel, uint64_t ___1_dspclock_start, uint64_t ___2_dspclock_end, bool ___3_stopchannels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setDelay(System.UInt64,System.UInt64,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setDelay_mA31959CBB24F2B7FFC248022B2D2B2B298A15E06 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t ___0_dspclock_start, uint64_t ___1_dspclock_end, bool ___2_stopchannels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDelay_mB8932F3B80611190C1220B992EB93E118EB08B6C (intptr_t ___0_channel, uint64_t* ___1_dspclock_start, uint64_t* ___2_dspclock_end, intptr_t ___3_zero, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getDelay(System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDelay_m4FF8DA91D9AC728DD956C78DA6DE717486AF2B8E (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t* ___0_dspclock_start, uint64_t* ___1_dspclock_end, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDelay_m0FF3CA2DB82E32A8F9C6D37F187975CBE1ED1FFF (intptr_t ___0_channel, uint64_t* ___1_dspclock_start, uint64_t* ___2_dspclock_end, bool* ___3_stopchannels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getDelay(System.UInt64&,System.UInt64&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDelay_mE88DC8CD6F67CDD24845C40C334B017ACFF95B23 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t* ___0_dspclock_start, uint64_t* ___1_dspclock_end, bool* ___2_stopchannels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_AddFadePoint(System.IntPtr,System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_AddFadePoint_m98C5ACDD5CBB61C94EFAC1EA9264A06942B4B922 (intptr_t ___0_channel, uint64_t ___1_dspclock, float ___2_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::addFadePoint(System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_addFadePoint_mD59D5A18D34AD2441475EB3987F69B099D922666 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t ___0_dspclock, float ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetFadePointRamp(System.IntPtr,System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetFadePointRamp_m3F27B10994B0573F7098D15F45F96678B4281491 (intptr_t ___0_channel, uint64_t ___1_dspclock, float ___2_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setFadePointRamp(System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setFadePointRamp_m854DD5E04EB1C73A367F8C190430F5BC72E206F1 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t ___0_dspclock, float ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_RemoveFadePoints(System.IntPtr,System.UInt64,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_RemoveFadePoints_m6A6F7D820CE2046E20766E817AB67A703C4E55A0 (intptr_t ___0_channel, uint64_t ___1_dspclock_start, uint64_t ___2_dspclock_end, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::removeFadePoints(System.UInt64,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_removeFadePoints_m179BBE531AAD97BE55F4FC57E7F42BF5A34F6CAB (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t ___0_dspclock_start, uint64_t ___1_dspclock_end, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetFadePoints(System.IntPtr,System.UInt32&,System.UInt64[],System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetFadePoints_m7DC0C0565C1BAC98306BEAE214AAF7A693A8174B (intptr_t ___0_channel, uint32_t* ___1_numpoints, UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___2_point_dspclock, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___3_point_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getFadePoints(System.UInt32&,System.UInt64[],System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getFadePoints_mD5C05722BBDB225A9B5F00BFD3C6B9FD762A699A (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t* ___0_numpoints, UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___1_point_dspclock, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___2_point_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDSP(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDSP_m79955BFC14FFA506E7EC355B90889DD71DAD9D7C (intptr_t ___0_channel, int32_t ___1_index, intptr_t* ___2_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getDSP(System.Int32,FMOD.DSP&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDSP_m369B484E3654E786D92807E1DE602F9DB8D3D8F4 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___1_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_AddDSP(System.IntPtr,System.Int32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_AddDSP_mB68835968BC49FE4C4B5860109A3321CD57C3833 (intptr_t ___0_channel, int32_t ___1_index, intptr_t ___2_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::addDSP(System.Int32,FMOD.DSP)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_addDSP_m39F0395A66E6F11A20377E6274BAFA755925B2AF (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___1_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_RemoveDSP(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_RemoveDSP_mDDA356B45D1DA867446E9859FC5239AC4A4792A8 (intptr_t ___0_channel, intptr_t ___1_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::removeDSP(FMOD.DSP)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_removeDSP_m45F986EFB9E79AE7C2D6DB9E979E1721962792C0 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetNumDSPs(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetNumDSPs_m2350AFED5CC4ECA2BA879BD9259CDD36307A629E (intptr_t ___0_channel, int32_t* ___1_numdsps, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getNumDSPs(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getNumDSPs_m0EA9F75F33707B9A9185E386858768409B993DB6 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t* ___0_numdsps, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetDSPIndex(System.IntPtr,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetDSPIndex_m572E0700498CA6383BB55A2AB65C7A46046642AC (intptr_t ___0_channel, intptr_t ___1_dsp, int32_t ___2_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setDSPIndex(FMOD.DSP,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setDSPIndex_mFCEE1E1D86FFF61A7C35E3A6596B168406403AC9 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, int32_t ___1_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDSPIndex(System.IntPtr,System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDSPIndex_m66E79F96942DFA5CF9E60A411524F56BA531EB63 (intptr_t ___0_channel, intptr_t ___1_dsp, int32_t* ___2_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getDSPIndex(FMOD.DSP,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDSPIndex_m1BC8C09B8B03589CB02EF5D988DB190E67F35BA0 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, int32_t* ___1_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DAttributes_m4470AFF3422D37B240C45C41C8C57F4814594E7B (intptr_t ___0_channel, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vel, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::set3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DAttributes_m27BF917421C9E683722CD328E4F093FE122E631D (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_vel, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DAttributes_m3D82324335CF831411FB094F6CA4DBA6FED91352 (intptr_t ___0_channel, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vel, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::get3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DAttributes_mAD3008FC4893D49A4340FA4D9099CE432558230A (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_vel, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DMinMaxDistance(System.IntPtr,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DMinMaxDistance_m2719DD50DA060C96A0277652EA013F21252C535A (intptr_t ___0_channel, float ___1_mindistance, float ___2_maxdistance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::set3DMinMaxDistance(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DMinMaxDistance_m7A6C29F7AB5AEF8CF9B33962AFE7DA9B62CBDEB5 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_mindistance, float ___1_maxdistance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DMinMaxDistance(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DMinMaxDistance_mB37B87B3ABDBF9B3C90FC32354C92F3893563A22 (intptr_t ___0_channel, float* ___1_mindistance, float* ___2_maxdistance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::get3DMinMaxDistance(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DMinMaxDistance_m9A9F7045FF38BB5EDF01A0DA2F4A933FF3E3DB64 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_mindistance, float* ___1_maxdistance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DConeSettings(System.IntPtr,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DConeSettings_m4E05DB978922222DCDCAC8B456D87783C06D5202 (intptr_t ___0_channel, float ___1_insideconeangle, float ___2_outsideconeangle, float ___3_outsidevolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::set3DConeSettings(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DConeSettings_mC73C3E0F4CF4D4CEC100D956F71108E055540CD6 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_insideconeangle, float ___1_outsideconeangle, float ___2_outsidevolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DConeSettings(System.IntPtr,System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DConeSettings_mCF3AA1E25FEAA8B2C4BE58D6F06AF8D64496C8AA (intptr_t ___0_channel, float* ___1_insideconeangle, float* ___2_outsideconeangle, float* ___3_outsidevolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::get3DConeSettings(System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DConeSettings_m1F6258D08621B8236856980A2D9C93EC769A2254 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_insideconeangle, float* ___1_outsideconeangle, float* ___2_outsidevolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DConeOrientation(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DConeOrientation_m120865B07B41250E73D43346CD72F4509B7556B5 (intptr_t ___0_channel, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_orientation, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::set3DConeOrientation(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DConeOrientation_m128FE173C16C9B753CA3D02A325ECB45947FCEAC (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_orientation, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DConeOrientation(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DConeOrientation_mB52DEC64AA713A746C9E45A9188CD1C496D8B74D (intptr_t ___0_channel, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_orientation, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::get3DConeOrientation(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DConeOrientation_mC3049BDAC5B8301A0B3A2C46D60DBD9035AE5076 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_orientation, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DCustomRolloff(System.IntPtr,FMOD.VECTOR&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DCustomRolloff_m3DE62B7012D84F4ECA1FADB8751EB563BF68DAF1 (intptr_t ___0_channel, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_points, int32_t ___2_numpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::set3DCustomRolloff(FMOD.VECTOR&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DCustomRolloff_m0F89FDA0B93DA3C2593BBF3E77F4CE0DBDCDE091 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_points, int32_t ___1_numpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DCustomRolloff(System.IntPtr,System.IntPtr&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DCustomRolloff_m2D3615DCAF54804B8A0FA56FA1ED321B39ECA62F (intptr_t ___0_channel, intptr_t* ___1_points, int32_t* ___2_numpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::get3DCustomRolloff(System.IntPtr&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DCustomRolloff_m018D63095A60874D1F08116F132CE669A7DDB650 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, intptr_t* ___0_points, int32_t* ___1_numpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DOcclusion(System.IntPtr,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DOcclusion_mAFC88E4B202A21CD9238C83D7382F493D7928E7B (intptr_t ___0_channel, float ___1_directocclusion, float ___2_reverbocclusion, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::set3DOcclusion(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DOcclusion_m685A0F8987704575155CC9A9657578CBE5C8A505 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_directocclusion, float ___1_reverbocclusion, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DOcclusion(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DOcclusion_mE1092CE552651AC17404EC37F389019A7F4300BF (intptr_t ___0_channel, float* ___1_directocclusion, float* ___2_reverbocclusion, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::get3DOcclusion(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DOcclusion_mF488F69F63AA2D07B6279E5E29987A58108883A5 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_directocclusion, float* ___1_reverbocclusion, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DSpread(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DSpread_m7B50726D19D2C37F36B593846FDAA5FFB454127D (intptr_t ___0_channel, float ___1_angle, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::set3DSpread(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DSpread_mAEF5B259A44463A7120764A6F842801610DD7231 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_angle, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DSpread(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DSpread_m312B596BF518B9AE3BDB4B055034353CD0376516 (intptr_t ___0_channel, float* ___1_angle, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::get3DSpread(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DSpread_m14A7FA7DF47D01C98859E965F4191AD926C007AF (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_angle, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DLevel(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DLevel_mCB1E8131EF1FDF383A365C53ECC53B52421A1838 (intptr_t ___0_channel, float ___1_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::set3DLevel(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DLevel_mD766947C832F97725DE28807ECA55BE096CCC004 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DLevel(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DLevel_m50AB9D7823B3463CA56018103A87022D0605295A (intptr_t ___0_channel, float* ___1_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::get3DLevel(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DLevel_m3E39A3377BF514B68071D1C0CB7619C52E6FCCE0 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DDopplerLevel(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DDopplerLevel_m362CC110B1688AE6A20E52106EF3964A4602846F (intptr_t ___0_channel, float ___1_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::set3DDopplerLevel(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DDopplerLevel_m8D349C3F233BB0842212F115AD736F54923F8D93 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DDopplerLevel(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DDopplerLevel_m24838201810DE4A17804D732868DE25164388024 (intptr_t ___0_channel, float* ___1_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::get3DDopplerLevel(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DDopplerLevel_m546AF3EF4F9F8279F1988622E571A55B89ECBEA0 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DDistanceFilter(System.IntPtr,System.Boolean,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DDistanceFilter_m7677CD0B0636F76265E726F8B5B48C2F86955849 (intptr_t ___0_channel, bool ___1_custom, float ___2_customLevel, float ___3_centerFreq, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::set3DDistanceFilter(System.Boolean,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DDistanceFilter_m832FAA0472D7869D5A2190516922BC317317C84A (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool ___0_custom, float ___1_customLevel, float ___2_centerFreq, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DDistanceFilter(System.IntPtr,System.Boolean&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DDistanceFilter_m95E4E399597395472F299344772CBC19BFC4F4D8 (intptr_t ___0_channel, bool* ___1_custom, float* ___2_customLevel, float* ___3_centerFreq, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::get3DDistanceFilter(System.Boolean&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DDistanceFilter_mC1213624CEB4600114A25BFBCAD4F728DD706FD6 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool* ___0_custom, float* ___1_customLevel, float* ___2_centerFreq, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetUserData_mDAA23CCB3E45F3A669927AC177330F8364CE1DC5 (intptr_t ___0_channel, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setUserData_mC6164D0F175F15B8CCDD7FE367ED366B661B616A (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetUserData_m95F0F474F074310F26382BC2A0411B3439EC2DA2 (intptr_t ___0_channel, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Channel::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getUserData_m9D19292A26E0092D1737595CFD0D980E204D4C96 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// System.Void FMOD.Channel::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Channel__ctor_m057E713EB6CB075350FCB422B640AACCFE4F7201_inline (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.Channel::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Channel_hasHandle_mAB80A06C656F6F1D3C94CD79AF90CC8952F7D2C4 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, const RuntimeMethod* method) ;
// System.Void FMOD.Channel::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Channel_clearHandle_mF9EDED8BC3B2C55F25E3C490A6DFC589EE0FF329 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Release_m8693BE2C57411E612005C69592EDA0D33B084DB5 (intptr_t ___0_channelgroup, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_release_m074DEA81BD8FA55A5572A08449B3F60A92CEC682 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddGroup(System.IntPtr,System.IntPtr,System.Boolean,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddGroup_mB2CD8CB50D43150C6466A3685AB31DC2BAE08B7D (intptr_t ___0_channelgroup, intptr_t ___1_group, bool ___2_propagatedspclock, intptr_t ___3_zero, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::addGroup(FMOD.ChannelGroup,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addGroup_m89BCBA7AE528913769242924F5B53E25512E94E3 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD ___0_group, bool ___1_propagatedspclock, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddGroup(System.IntPtr,System.IntPtr,System.Boolean,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddGroup_m45424DACA9F3DE76ECFFE79407242E32DEBBA06C (intptr_t ___0_channelgroup, intptr_t ___1_group, bool ___2_propagatedspclock, intptr_t* ___3_connection, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::addGroup(FMOD.ChannelGroup,System.Boolean,FMOD.DSPConnection&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addGroup_mB847733731EAF94969B3560E9D2E75B0A62E773E (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD ___0_group, bool ___1_propagatedspclock, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* ___2_connection, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetNumGroups(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetNumGroups_mAD2A66805274A1BC7325EBFA7B4186EC696A1ACE (intptr_t ___0_channelgroup, int32_t* ___1_numgroups, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getNumGroups(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getNumGroups_mE66FAF69E3D28D4F1AD5FC37D53865B353699328 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t* ___0_numgroups, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetGroup(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetGroup_m80B1306635000C1DD93A1523CB4E730992D79228 (intptr_t ___0_channelgroup, int32_t ___1_index, intptr_t* ___2_group, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getGroup(System.Int32,FMOD.ChannelGroup&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getGroup_mBC9298CDA42FF20E08F64B8EE602C533CA10AF2F (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t ___0_index, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___1_group, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetParentGroup(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetParentGroup_mEB49899EA8EF7E0AA06C8BB4775D652F4509FCBA (intptr_t ___0_channelgroup, intptr_t* ___1_group, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getParentGroup(FMOD.ChannelGroup&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getParentGroup_m84A9D84DE8C0B7A3F08AB3BCA793340FAB293E42 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___0_group, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetName(System.IntPtr,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetName_mA459EB592EDBE4CA7544E0BDCC7A3697D10F9154 (intptr_t ___0_channelgroup, intptr_t ___1_name, int32_t ___2_namelen, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getName(System.String&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getName_mDE468B4183E8F67A155A46A17545A5C8AB53EB1A (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, String_t** ___0_name, int32_t ___1_namelen, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetNumChannels(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetNumChannels_mE06DD179EA866A313476DB701B0C89C07ABCCBC3 (intptr_t ___0_channelgroup, int32_t* ___1_numchannels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getNumChannels(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getNumChannels_m16D7AD2EE7D61344717627BFAB700473286D8E7B (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t* ___0_numchannels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetChannel(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetChannel_m3AD90FF0C667A3A8328C422BB6D6053CD22D2420 (intptr_t ___0_channelgroup, int32_t ___1_index, intptr_t* ___2_channel, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getChannel(System.Int32,FMOD.Channel&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getChannel_mE380B0C4364AE73C8B7D0900A2EF562CC3D6FDFD (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t ___0_index, Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* ___1_channel, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetSystemObject(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetSystemObject_mBE30A3514B4547EC8C3F8FEDA366C8560E1D7944 (intptr_t ___0_channelgroup, intptr_t* ___1_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getSystemObject(FMOD.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getSystemObject_mBE4CE156CFF3C16932B9304B6AB1C073D3A2E23C (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Stop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Stop_m017345CF2E3E4F1FB50BCA9800DA5817896E6DA4 (intptr_t ___0_channelgroup, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_stop_m9BFCA79557C61D10D76EBF59F6D4A36AAD6DA2B5 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetPaused(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetPaused_mBD3353FDB53DE02CF840534861AE1EB3C8FE625E (intptr_t ___0_channelgroup, bool ___1_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setPaused_m8CA58FB38F5291572C3510B6DF50CA77FB31A53D (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool ___0_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetPaused(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetPaused_mAE4F44224BB7C7A9790F02789EFF05F4AA57EDE7 (intptr_t ___0_channelgroup, bool* ___1_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getPaused(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getPaused_m99F6C163EAACB43B89B6DE3F6E05D8C5A8D001BE (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool* ___0_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetVolume(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetVolume_m9782927FB7175877F9F20DF1F4F6725D0D735B16 (intptr_t ___0_channelgroup, float ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setVolume_m17E77FE666996F38385A209AAD8428AAE0D9E2FB (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetVolume(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetVolume_m572195BB9D3EEFC9EB8CB13FE0C9835380242693 (intptr_t ___0_channelgroup, float* ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getVolume(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getVolume_m968CF6137FCF628B911B35FCA884493D16805BE3 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetVolumeRamp(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetVolumeRamp_m77D7E62587111F395CAD1D4C5DCB4506BE8DA996 (intptr_t ___0_channelgroup, bool ___1_ramp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setVolumeRamp(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setVolumeRamp_m423F8099777450FE5AF3A0090897D61A488B4DB6 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool ___0_ramp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetVolumeRamp(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetVolumeRamp_mB2DFE883D2FB7DB504D89B438DAC1479B9A55E87 (intptr_t ___0_channelgroup, bool* ___1_ramp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getVolumeRamp(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getVolumeRamp_m598DA26BD81FF3B5C339921B8E093A4ECA490CF6 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool* ___0_ramp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetAudibility(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetAudibility_m5A3FD0BB8DDEF10F5BA88ED1DE05652B45DCEBD7 (intptr_t ___0_channelgroup, float* ___1_audibility, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getAudibility(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getAudibility_mDA5062D58CB03645B6629CE6C6034AD24F0E7DAB (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_audibility, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetPitch(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetPitch_mFAC758BF58D9E4675B6A41677B8533AC94CFB37C (intptr_t ___0_channelgroup, float ___1_pitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setPitch(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setPitch_m8F948B7395E0157C5BA9F8E03060DC1085DD2244 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_pitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetPitch(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetPitch_m9376D6704535B6A6FE0F772314215FBAC48AA730 (intptr_t ___0_channelgroup, float* ___1_pitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getPitch(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getPitch_m223F1F994088FDF26BCFA4C9E41E2D0E3B3E7C7A (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_pitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMute(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMute_m191327825CAFAE58159DCB12BBC60B2707FFC0A0 (intptr_t ___0_channelgroup, bool ___1_mute, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setMute(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMute_m6E3098C070A8F872065B3197E4CCCEEBF999D8D1 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool ___0_mute, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetMute(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetMute_m5FE54C17A90FFEEEB335D471DAF353B655CF69A4 (intptr_t ___0_channelgroup, bool* ___1_mute, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getMute(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getMute_mA7CDAAB5B062CCF78F8CF9D8AD9E1774C858DD6A (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool* ___0_mute, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetReverbProperties(System.IntPtr,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetReverbProperties_m0E7BA4E922480B1F0C2AE0CF0D1A37B7C509B9B5 (intptr_t ___0_channelgroup, int32_t ___1_instance, float ___2_wet, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setReverbProperties(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setReverbProperties_m48A46545592487DBCAD63EAC0400C51BAC47710C (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t ___0_instance, float ___1_wet, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetReverbProperties(System.IntPtr,System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetReverbProperties_m4740EEE1EA8D4010089478296708FEC12857D506 (intptr_t ___0_channelgroup, int32_t ___1_instance, float* ___2_wet, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getReverbProperties(System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getReverbProperties_mE0647633F16ABBF7100CA97B44C931D568FBFC7B (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t ___0_instance, float* ___1_wet, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetLowPassGain(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetLowPassGain_m49BD255930CEB1D2AEEC4673E1B969EFF816FB60 (intptr_t ___0_channelgroup, float ___1_gain, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setLowPassGain(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setLowPassGain_m902DCECEA568D3BDFF49E9B9E7AF95AA7EA7F52C (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_gain, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetLowPassGain(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetLowPassGain_m7C2BBEE191027E780D00B57DAD01D7DD68475EFA (intptr_t ___0_channelgroup, float* ___1_gain, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getLowPassGain(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getLowPassGain_mB999E3C77AF06AF6C5E245DE1DFB628D3CB1CD00 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_gain, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMode(System.IntPtr,FMOD.MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMode_mC61BA6AECF868AA0EADBC871D002D8B5F60FBD85 (intptr_t ___0_channelgroup, uint32_t ___1_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setMode(FMOD.MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMode_m217944625528EA0642747EE1B3E668602B9ACC8C (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint32_t ___0_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetMode(System.IntPtr,FMOD.MODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetMode_m29389C793D1FDF69C9C31115B6E0B3C5330B5243 (intptr_t ___0_channelgroup, uint32_t* ___1_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getMode(FMOD.MODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getMode_mD470383350BE3924C3E07B7CB8CB3ED5D8CF1F61 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint32_t* ___0_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetCallback(System.IntPtr,FMOD.CHANNELCONTROL_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetCallback_mB58B6C7938AF2BAB3BF4DE4B30275190FFF3F110 (intptr_t ___0_channelgroup, CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1* ___1_callback, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setCallback(FMOD.CHANNELCONTROL_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setCallback_mF895F57AC09AFEA9838ACAF4746E797115A3DEB2 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1* ___0_callback, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_IsPlaying(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_IsPlaying_m86CF31BA5DEC84AFF28310B25BB28983DAB45E11 (intptr_t ___0_channelgroup, bool* ___1_isplaying, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::isPlaying(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_isPlaying_mD2A8CD48769D8AB28FA7DFD003D04E7B0E2A5CF5 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool* ___0_isplaying, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetPan(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetPan_m34BA5CD99F468CE3AE8B99D1BC8897EF06B3256A (intptr_t ___0_channelgroup, float ___1_pan, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setPan(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setPan_mEB16285E398A99173F2779B05D9D739A60D68C4B (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_pan, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMixLevelsOutput(System.IntPtr,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMixLevelsOutput_m53B53AEB612B1E3A61CBC088AEE93135A15D7AAB (intptr_t ___0_channelgroup, float ___1_frontleft, float ___2_frontright, float ___3_center, float ___4_lfe, float ___5_surroundleft, float ___6_surroundright, float ___7_backleft, float ___8_backright, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setMixLevelsOutput(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMixLevelsOutput_m98538A7C020493A588BE49694D6FE3D08D24FAEC (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_frontleft, float ___1_frontright, float ___2_center, float ___3_lfe, float ___4_surroundleft, float ___5_surroundright, float ___6_backleft, float ___7_backright, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMixLevelsInput(System.IntPtr,System.Single[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMixLevelsInput_m49426393F70988FA86448CEACB8AE8BFC9AED9FD (intptr_t ___0_channelgroup, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_levels, int32_t ___2_numlevels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setMixLevelsInput(System.Single[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMixLevelsInput_m0B41F548D16401E2A10FAFB04C9890CA1EFF4BD0 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_levels, int32_t ___1_numlevels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMixMatrix(System.IntPtr,System.Single[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMixMatrix_mF42C67DCF94DBF78563A9702E52C61F17D2A59FA (intptr_t ___0_channelgroup, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_matrix, int32_t ___2_outchannels, int32_t ___3_inchannels, int32_t ___4_inchannel_hop, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setMixMatrix(System.Single[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMixMatrix_mFADE578E4D283E0601C0E2F578532F139F0C55E3 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t ___1_outchannels, int32_t ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetMixMatrix(System.IntPtr,System.Single[],System.Int32&,System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetMixMatrix_m91982080E3832A51C721F5D4946A0A93ADCA024B (intptr_t ___0_channelgroup, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_matrix, int32_t* ___2_outchannels, int32_t* ___3_inchannels, int32_t ___4_inchannel_hop, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getMixMatrix(System.Single[],System.Int32&,System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getMixMatrix_m7CE6CC1D0DC6E78235AC682C66387DC3A541E140 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t* ___1_outchannels, int32_t* ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDSPClock(System.IntPtr,System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDSPClock_mFAA8C6DC5D4AFBEC04891BE44CDB3892DF470F57 (intptr_t ___0_channelgroup, uint64_t* ___1_dspclock, uint64_t* ___2_parentclock, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getDSPClock(System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDSPClock_mBD9E81D60B2303082F9695AD00ED03BC8A85D973 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t* ___0_dspclock, uint64_t* ___1_parentclock, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetDelay(System.IntPtr,System.UInt64,System.UInt64,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetDelay_m97AE7584FA90CC5530CB051FD59EC8ABEB8A2B12 (intptr_t ___0_channelgroup, uint64_t ___1_dspclock_start, uint64_t ___2_dspclock_end, bool ___3_stopchannels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setDelay(System.UInt64,System.UInt64,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setDelay_mDECB156E520D8C43D178398FF215F8D9EF952A37 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t ___0_dspclock_start, uint64_t ___1_dspclock_end, bool ___2_stopchannels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDelay_mC8F3A58FA1374F8340E5CD79998DACCE0CD8E94A (intptr_t ___0_channelgroup, uint64_t* ___1_dspclock_start, uint64_t* ___2_dspclock_end, intptr_t ___3_zero, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getDelay(System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDelay_mADEE42A1372C47BA3403F59428D57881F2C622DB (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t* ___0_dspclock_start, uint64_t* ___1_dspclock_end, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDelay_m92595BDE1FE55C5F5B4939D7640FBEDAAAF0C0F1 (intptr_t ___0_channelgroup, uint64_t* ___1_dspclock_start, uint64_t* ___2_dspclock_end, bool* ___3_stopchannels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getDelay(System.UInt64&,System.UInt64&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDelay_m1F3E764A7CDD0CE3FA20575CD33D5A3802DA8400 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t* ___0_dspclock_start, uint64_t* ___1_dspclock_end, bool* ___2_stopchannels, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddFadePoint(System.IntPtr,System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddFadePoint_mB1DE8E1BA9FE3ED4C08F1020FC876649F24AB5C8 (intptr_t ___0_channelgroup, uint64_t ___1_dspclock, float ___2_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::addFadePoint(System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addFadePoint_m96E27AF9B460122116F07985CFD6355518CFD3C5 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t ___0_dspclock, float ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetFadePointRamp(System.IntPtr,System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetFadePointRamp_m8CF99E73C86FAF5D26C652FCBA3C3E7DA88133D1 (intptr_t ___0_channelgroup, uint64_t ___1_dspclock, float ___2_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setFadePointRamp(System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setFadePointRamp_m67D9B48DDF8B9347A1178926B8E6A2EA4B2B7B9D (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t ___0_dspclock, float ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_RemoveFadePoints(System.IntPtr,System.UInt64,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_RemoveFadePoints_mE8FC639D3AFB58F08FF955758D74B471A7BD2DB5 (intptr_t ___0_channelgroup, uint64_t ___1_dspclock_start, uint64_t ___2_dspclock_end, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::removeFadePoints(System.UInt64,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_removeFadePoints_m0CC162FF3454D4C36DDF8720828ED9DEC15EED92 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t ___0_dspclock_start, uint64_t ___1_dspclock_end, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetFadePoints(System.IntPtr,System.UInt32&,System.UInt64[],System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetFadePoints_m1F443177F7797570E778667CE9BFF24B2CC4A0D8 (intptr_t ___0_channelgroup, uint32_t* ___1_numpoints, UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___2_point_dspclock, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___3_point_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getFadePoints(System.UInt32&,System.UInt64[],System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getFadePoints_m6FAC18CAE8CD31E75C5E33F4D4DDD211F322C8EF (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint32_t* ___0_numpoints, UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___1_point_dspclock, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___2_point_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDSP(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDSP_m5502970C84B4668786AE332BB64B5E50338EC1A9 (intptr_t ___0_channelgroup, int32_t ___1_index, intptr_t* ___2_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getDSP(System.Int32,FMOD.DSP&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDSP_mD799A7E5A919958BC156AF30C790266D68677D3E (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___1_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddDSP(System.IntPtr,System.Int32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddDSP_m7A176D923BC618F5A8E2CE42F460960FDBD674AA (intptr_t ___0_channelgroup, int32_t ___1_index, intptr_t ___2_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::addDSP(System.Int32,FMOD.DSP)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addDSP_mB3117A0398A7283459BB2B37E4F136ACDB183E8B (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___1_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_RemoveDSP(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_RemoveDSP_mDFD295305E69F842EF048A8FB2CB5A55CE093F92 (intptr_t ___0_channelgroup, intptr_t ___1_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::removeDSP(FMOD.DSP)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_removeDSP_m50D699AD51D784FA4AE1CA523D7F4897D6C5A2F5 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetNumDSPs(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetNumDSPs_mC8129FFBF1BA1C02A71174E98981B70CCDAD63F9 (intptr_t ___0_channelgroup, int32_t* ___1_numdsps, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getNumDSPs(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getNumDSPs_mF195CCD9228B86502562D548D99B7FB8907CC38E (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t* ___0_numdsps, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetDSPIndex(System.IntPtr,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetDSPIndex_m04CDB348B3DD681FD9E675118A9DE3F2CB9AE5F8 (intptr_t ___0_channelgroup, intptr_t ___1_dsp, int32_t ___2_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setDSPIndex(FMOD.DSP,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setDSPIndex_mF9FA7E042A61686655C107F17297CBAFE0CE0CDD (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, int32_t ___1_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDSPIndex(System.IntPtr,System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDSPIndex_m84D129E233D8595D3B84547CDB8D271A9CDB0EF2 (intptr_t ___0_channelgroup, intptr_t ___1_dsp, int32_t* ___2_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getDSPIndex(FMOD.DSP,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDSPIndex_mB0F3270C2D1EEDC8AF71E4D2B3953EFA226D9E67 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, int32_t* ___1_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DAttributes_m0A341CDF2ED4BCD585F89A5DB707729A2C03EFA6 (intptr_t ___0_channelgroup, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vel, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::set3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DAttributes_mBF23DB3EFBF7ECD26463528712A725CAAEA52087 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_vel, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DAttributes_m51BC4548DE5201D92FCF04E5F4FF7AAA85E2D5D0 (intptr_t ___0_channelgroup, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vel, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::get3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DAttributes_mB84CB34D5E427F04FFC404EE003261EC4CCF915E (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_vel, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DMinMaxDistance(System.IntPtr,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DMinMaxDistance_m78F4C21D2A8D5655547349502E12547585C2D5E2 (intptr_t ___0_channelgroup, float ___1_mindistance, float ___2_maxdistance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::set3DMinMaxDistance(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DMinMaxDistance_mAC5EFF74312BA99505777BF635A5066FC9B98612 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_mindistance, float ___1_maxdistance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DMinMaxDistance(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DMinMaxDistance_m96E2CB454BC318615F995D048EFE388FAF2A598D (intptr_t ___0_channelgroup, float* ___1_mindistance, float* ___2_maxdistance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::get3DMinMaxDistance(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DMinMaxDistance_m7B0B9FCAB657F4AAE99EE55AD3E7330BF999240B (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_mindistance, float* ___1_maxdistance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DConeSettings(System.IntPtr,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DConeSettings_m82E95ECBB7CD6471D2DBF0E20C77F9AD0ADC5F25 (intptr_t ___0_channelgroup, float ___1_insideconeangle, float ___2_outsideconeangle, float ___3_outsidevolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::set3DConeSettings(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DConeSettings_mFCD2C0DB8078D4EEC8A959EE9434041D875D9356 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_insideconeangle, float ___1_outsideconeangle, float ___2_outsidevolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DConeSettings(System.IntPtr,System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DConeSettings_m89EA95C0AB3EAFA1D573B8777C40768298CDEDF9 (intptr_t ___0_channelgroup, float* ___1_insideconeangle, float* ___2_outsideconeangle, float* ___3_outsidevolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::get3DConeSettings(System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DConeSettings_m4CBA924302451012FCFA792FA278358B3BB58E9C (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_insideconeangle, float* ___1_outsideconeangle, float* ___2_outsidevolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DConeOrientation(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DConeOrientation_m4C81A8DDD57BB838A36924441D34328BB2620EBA (intptr_t ___0_channelgroup, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_orientation, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::set3DConeOrientation(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DConeOrientation_m8C88D8835E80C64E82151118DCC3759F3FD0781D (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_orientation, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DConeOrientation(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DConeOrientation_m2DD0A6F765CB662FEA0CC92E06A6B516AACA6CDF (intptr_t ___0_channelgroup, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_orientation, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::get3DConeOrientation(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DConeOrientation_mA1597D426F7B93B72D11A08271411E4B1C7F63E4 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_orientation, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DCustomRolloff(System.IntPtr,FMOD.VECTOR&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DCustomRolloff_m2BF8889AF9A3BB931787104C0B7E75136935CC36 (intptr_t ___0_channelgroup, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_points, int32_t ___2_numpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::set3DCustomRolloff(FMOD.VECTOR&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DCustomRolloff_m516EDFFDEE160F5566570AADF4697A82D5FD7DB8 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_points, int32_t ___1_numpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DCustomRolloff(System.IntPtr,System.IntPtr&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DCustomRolloff_mC2FB9541B4CBF2A9C7382656020F68E440AABFE9 (intptr_t ___0_channelgroup, intptr_t* ___1_points, int32_t* ___2_numpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::get3DCustomRolloff(System.IntPtr&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DCustomRolloff_m654D73663CE65B87091537460D80CA7F41BA0E54 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, intptr_t* ___0_points, int32_t* ___1_numpoints, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DOcclusion(System.IntPtr,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DOcclusion_mF01A7E27ED25A337C4E32C550C9DB47C444EEE1E (intptr_t ___0_channelgroup, float ___1_directocclusion, float ___2_reverbocclusion, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::set3DOcclusion(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DOcclusion_mCA253E0A6E296C6586E55F8FAD42ACC05A5D8D71 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_directocclusion, float ___1_reverbocclusion, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DOcclusion(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DOcclusion_m297635F29FD947F42849CA4CDDDFD0607D7D6B96 (intptr_t ___0_channelgroup, float* ___1_directocclusion, float* ___2_reverbocclusion, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::get3DOcclusion(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DOcclusion_mE4301F7E33CA4381DB0187D97211D58E8D2BB5DC (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_directocclusion, float* ___1_reverbocclusion, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DSpread(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DSpread_mB2305391D1DC67D0B2FC4FCD9982441253608789 (intptr_t ___0_channelgroup, float ___1_angle, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::set3DSpread(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DSpread_m1DF6CDE3DF451550428F404F7F2FE1DF74961C13 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_angle, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DSpread(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DSpread_mE0469085C673379BAEB4158965BE560994D71758 (intptr_t ___0_channelgroup, float* ___1_angle, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::get3DSpread(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DSpread_m85E86A26C6C6994E5F49BED42812A9AEEE0A4C70 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_angle, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DLevel(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DLevel_m4842F87D325B9E6241868B564910B898BDC0EB25 (intptr_t ___0_channelgroup, float ___1_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::set3DLevel(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DLevel_mD3AF5F6A9FDFE64F29D944AEEDE0C64F3B4C1C27 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DLevel(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DLevel_m6C80790362477355797A9652F3ABC20310AA0F25 (intptr_t ___0_channelgroup, float* ___1_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::get3DLevel(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DLevel_m1EB7829F6AA5B757FAE323B57320B43C76E72B08 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DDopplerLevel(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DDopplerLevel_m4E9B26EAED1DE7AA65B85744044325B17E3E5F76 (intptr_t ___0_channelgroup, float ___1_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::set3DDopplerLevel(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DDopplerLevel_m50236A00A71E1546FC9DCF1A1195A34C59699FFE (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DDopplerLevel(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DDopplerLevel_m56A867DDBD70B0808CBF9920856FA2CCF5A62369 (intptr_t ___0_channelgroup, float* ___1_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::get3DDopplerLevel(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DDopplerLevel_m9E3558F057BA908BB7B7C900AAC699D605CBC21B (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DDistanceFilter(System.IntPtr,System.Boolean,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DDistanceFilter_m0A97A5FE92CB35FEDD32214CAF75181A7F99AE81 (intptr_t ___0_channelgroup, bool ___1_custom, float ___2_customLevel, float ___3_centerFreq, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::set3DDistanceFilter(System.Boolean,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DDistanceFilter_mF3858FF867D9027950F997AD6B03C0A974B4D8B8 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool ___0_custom, float ___1_customLevel, float ___2_centerFreq, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DDistanceFilter(System.IntPtr,System.Boolean&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DDistanceFilter_mB93753423828523EE3C5A9A9E4BE5324C563FF96 (intptr_t ___0_channelgroup, bool* ___1_custom, float* ___2_customLevel, float* ___3_centerFreq, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::get3DDistanceFilter(System.Boolean&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DDistanceFilter_m49FF1102DFEE5C81E351010F041D8B77B170F598 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool* ___0_custom, float* ___1_customLevel, float* ___2_centerFreq, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetUserData_m5D97D23364918FD6F4CD09DF5745833E30265E98 (intptr_t ___0_channelgroup, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setUserData_m538CB5294DA8684FD85F254E19281900DDF5B937 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetUserData_mD06D84FB4C97BFA9A48AA43EAAB1EA601BE47CA9 (intptr_t ___0_channelgroup, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.ChannelGroup::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getUserData_mCA73A23E13252EF373B6449791594225F3F92422 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// System.Void FMOD.ChannelGroup::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ChannelGroup__ctor_mCB3007BC5EC8F327632F940FD887A361FB3D4036_inline (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.ChannelGroup::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChannelGroup_hasHandle_m9A0F2D3241B19FB791370DC8539AECFDDB1BD3EF (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, const RuntimeMethod* method) ;
// System.Void FMOD.ChannelGroup::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelGroup_clearHandle_m04BB31CEE115D95BA8C395294614531CE44E6985 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_Release_mBEA7452D8D0106D534A82AC50820B2861209171E (intptr_t ___0_soundgroup, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_release_m088B65C08811FF312C6B9A0A596CFA78416D613F (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetSystemObject(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetSystemObject_mFD70889C55AD265C5B689F06D1C9A38AC73F1880 (intptr_t ___0_soundgroup, intptr_t* ___1_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::getSystemObject(FMOD.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getSystemObject_m104DA29C6808768D3075FD05AF404A1A3083B7B8 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetMaxAudible(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetMaxAudible_m3E9C0EB2C00B036B0B6CA5A395423EC78C3665F5 (intptr_t ___0_soundgroup, int32_t ___1_maxaudible, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::setMaxAudible(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setMaxAudible_mA5B5D4CC9F6C126A2EF82C287FC24777F16C538A (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t ___0_maxaudible, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetMaxAudible(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetMaxAudible_mDFFED002C968DF859DD6B887E1290462F282227F (intptr_t ___0_soundgroup, int32_t* ___1_maxaudible, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::getMaxAudible(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getMaxAudible_m268A667858D2817D2B3D705EF13D45C25742B1E1 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t* ___0_maxaudible, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetMaxAudibleBehavior(System.IntPtr,FMOD.SOUNDGROUP_BEHAVIOR)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetMaxAudibleBehavior_m84C2BAB6B13561DB6895578AB914F67E62492123 (intptr_t ___0_soundgroup, int32_t ___1_behavior, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::setMaxAudibleBehavior(FMOD.SOUNDGROUP_BEHAVIOR)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setMaxAudibleBehavior_m4349FFEFACE1732F0BE6E03F3F82974B2D649E33 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t ___0_behavior, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetMaxAudibleBehavior(System.IntPtr,FMOD.SOUNDGROUP_BEHAVIOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetMaxAudibleBehavior_mFE1B64A345D249B8F243D3537084E52C15F61C45 (intptr_t ___0_soundgroup, int32_t* ___1_behavior, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::getMaxAudibleBehavior(FMOD.SOUNDGROUP_BEHAVIOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getMaxAudibleBehavior_mFE35919BA14740BC7D36465BE3CEDE52E7C9DD64 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t* ___0_behavior, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetMuteFadeSpeed(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetMuteFadeSpeed_m3AE09C0DC6E9358CD91A024AD7583380294C3D7B (intptr_t ___0_soundgroup, float ___1_speed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::setMuteFadeSpeed(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setMuteFadeSpeed_m82D466C0CD1D9C360B5C3B45BA6DF563A8004915 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, float ___0_speed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetMuteFadeSpeed(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetMuteFadeSpeed_m297B53DE17499D1993AC9FF013A0A42C89F29A38 (intptr_t ___0_soundgroup, float* ___1_speed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::getMuteFadeSpeed(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getMuteFadeSpeed_mD4653E8E8B3EB5DFDCDD1D5BA799ACB09AA23189 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, float* ___0_speed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetVolume(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetVolume_m602F7DDB7F78D4913876AD7F390464B34B805601 (intptr_t ___0_soundgroup, float ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::setVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setVolume_m6FD8C4D4DF3610C9FB21CF506D060FFFD868D251 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, float ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetVolume(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetVolume_mE8099934E897615A728AFA83E28C5CEDD8D319D3 (intptr_t ___0_soundgroup, float* ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::getVolume(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getVolume_mFCD79B98A17B633AAAC85FF355A67119AB26E2F9 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, float* ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_Stop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_Stop_mE358121E457741686A4A75A5BF5F595C0AEFCFCF (intptr_t ___0_soundgroup, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_stop_m88605DA0A8B1B3B0EF4C39228AD9AD663D4147C8 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetName(System.IntPtr,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetName_mE6ECB990604B38A523E2016A360F3E9918F443EE (intptr_t ___0_soundgroup, intptr_t ___1_name, int32_t ___2_namelen, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::getName(System.String&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getName_mDEA05C7A47F35DB9A4A7223FF099CAE02ABB32BC (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, String_t** ___0_name, int32_t ___1_namelen, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetNumSounds(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetNumSounds_m2FD42EC8B5716EBB9A1542A51EE21B485B47DA18 (intptr_t ___0_soundgroup, int32_t* ___1_numsounds, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::getNumSounds(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getNumSounds_mA47CE831BE46A4F537C6475A8AEBB702A10ED07F (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t* ___0_numsounds, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetSound(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetSound_m508A7F5538D5C796BE5BD2BCE97337C2A0BC6065 (intptr_t ___0_soundgroup, int32_t ___1_index, intptr_t* ___2_sound, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::getSound(System.Int32,FMOD.Sound&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getSound_mE8B4E5488A8BDF3D6D05672774662FE1EB7A741A (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t ___0_index, Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* ___1_sound, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetNumPlaying(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetNumPlaying_m2CEFC9F019B89DA02D18168A753970EDEEEC0FEC (intptr_t ___0_soundgroup, int32_t* ___1_numplaying, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::getNumPlaying(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getNumPlaying_m233A49601C8C3CE2003331DA3EE259AA9F71E5D0 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t* ___0_numplaying, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetUserData_mBC992331E6AB3314DD34474349C937051659F67C (intptr_t ___0_soundgroup, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setUserData_mDE67DA816CB277EB780E75334F1940217702717F (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetUserData_mBA7E9C29795510CC9CD0F3C48AC1E976EE0B3D09 (intptr_t ___0_soundgroup, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.SoundGroup::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getUserData_m10B46BBBC1E016B9FE5BA927188D337D232E9F6A (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// System.Void FMOD.SoundGroup::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SoundGroup__ctor_mCA400B5352119D8BC88B4A65FAC62B0C874936F1_inline (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.SoundGroup::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoundGroup_hasHandle_mADE20643AAA0C2F8CA7040471D60F7D2F4EA6474 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, const RuntimeMethod* method) ;
// System.Void FMOD.SoundGroup::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoundGroup_clearHandle_mE4BFDBFF7E251AFC1C453F3EC6602D03BAEEA14B (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_Release_m901962C2D2124764E8FC76766C4358E526AAEB44 (intptr_t ___0_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_release_mF27BC93DB38C62DCD94F50AC9FCA05D0B0A8390E (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetSystemObject(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetSystemObject_m04DE5A43E31D8CEBA8B20F334B9D2A8168F36E64 (intptr_t ___0_dsp, intptr_t* ___1_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getSystemObject(FMOD.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getSystemObject_mC428557FF68821C0AE04B4C2AC2DCB5DFB9BCD19 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_AddInput(System.IntPtr,System.IntPtr,System.IntPtr,FMOD.DSPCONNECTION_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_AddInput_mCBD01E2827F9C029A28AB1188CA1335D2027BD84 (intptr_t ___0_dsp, intptr_t ___1_input, intptr_t ___2_zero, int32_t ___3_type, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::addInput(FMOD.DSP)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_addInput_m52A0803E49B7C2D98A0AE5B0F2596CB108CE058C (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_input, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_AddInput(System.IntPtr,System.IntPtr,System.IntPtr&,FMOD.DSPCONNECTION_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_AddInput_mBE204B81640105A12E6F1A62ABF4461AB63BBFF7 (intptr_t ___0_dsp, intptr_t ___1_input, intptr_t* ___2_connection, int32_t ___3_type, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::addInput(FMOD.DSP,FMOD.DSPConnection&,FMOD.DSPCONNECTION_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_addInput_m79C5E2A4040793A10AE69BB4BA1E37EAB900C21D (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_input, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* ___1_connection, int32_t ___2_type, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_DisconnectFrom(System.IntPtr,System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_DisconnectFrom_m996ED0FC5E3486184EA214E19299D02D5E4ABD73 (intptr_t ___0_dsp, intptr_t ___1_target, intptr_t ___2_connection, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::disconnectFrom(FMOD.DSP,FMOD.DSPConnection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_disconnectFrom_mA182709F0D49B39162AD267A35552EC524251462 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_target, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4 ___1_connection, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_DisconnectAll(System.IntPtr,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_DisconnectAll_m07E4F19C496A2F54FD0DB334295FE7A26DA96211 (intptr_t ___0_dsp, bool ___1_inputs, bool ___2_outputs, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::disconnectAll(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_disconnectAll_mC7F5816B8C17D4B1A74440ACDD5B6F67023D69A4 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool ___0_inputs, bool ___1_outputs, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetNumInputs(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetNumInputs_mD1700ECDF987B02BC40F76FCC47FAC751839F0A7 (intptr_t ___0_dsp, int32_t* ___1_numinputs, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getNumInputs(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getNumInputs_mC4E9508E3AAF077A7DBA6813CBE87A393DDC8585 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t* ___0_numinputs, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetNumOutputs(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetNumOutputs_m169B8B0D11F5A10568FAC128AC27318415729FFB (intptr_t ___0_dsp, int32_t* ___1_numoutputs, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getNumOutputs(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getNumOutputs_m9E0549B35816FF3B57FC02365A0A7D0613DE5B30 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t* ___0_numoutputs, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetInput(System.IntPtr,System.Int32,System.IntPtr&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetInput_m82664F0235E6C93C90FF6118B513DC91AAECB2C7 (intptr_t ___0_dsp, int32_t ___1_index, intptr_t* ___2_input, intptr_t* ___3_inputconnection, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getInput(System.Int32,FMOD.DSP&,FMOD.DSPConnection&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getInput_m9FA65D7F41AD08BE1091BB7C56FD279DB36C3D15 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___1_input, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* ___2_inputconnection, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetOutput(System.IntPtr,System.Int32,System.IntPtr&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetOutput_m554D641BB1E74D8C68B8E86EDDA593947B01D138 (intptr_t ___0_dsp, int32_t ___1_index, intptr_t* ___2_output, intptr_t* ___3_outputconnection, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getOutput(System.Int32,FMOD.DSP&,FMOD.DSPConnection&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getOutput_mDB5E7C8E19E459227C32E64FA6CCE65EABA119A4 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___1_output, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* ___2_outputconnection, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetActive(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetActive_m4EB8FC889261D6A133D2955336A4313115306B01 (intptr_t ___0_dsp, bool ___1_active, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::setActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setActive_mEF56897044C221E94F099EC305B97CDAFE3D7375 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool ___0_active, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetActive(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetActive_mE1C8808C286CF9D2DB19345B56425CF32CFB43E9 (intptr_t ___0_dsp, bool* ___1_active, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getActive(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getActive_m2326A4B1339AE957897B07A8EEE7FF318856D514 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool* ___0_active, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetBypass(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetBypass_mA2472D99689623ACF6997E9A39CA76D16BD41B92 (intptr_t ___0_dsp, bool ___1_bypass, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::setBypass(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setBypass_m0C5816B56739D1EE2C2C416C9F229FCC2721CB8A (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool ___0_bypass, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetBypass(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetBypass_mE5C55CC9AB5EF6BF3C287AB0F3E41477462EFF5B (intptr_t ___0_dsp, bool* ___1_bypass, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getBypass(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getBypass_m4D7A4CB6E738055449F22C779EFF7AF6119825A3 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool* ___0_bypass, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetWetDryMix(System.IntPtr,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetWetDryMix_m465687179EDB46A27F8AEA519A0C8493CC1BECD0 (intptr_t ___0_dsp, float ___1_prewet, float ___2_postwet, float ___3_dry, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::setWetDryMix(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setWetDryMix_mE36D8F99929F84E3B9FD150B652326552FC2EB3A (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, float ___0_prewet, float ___1_postwet, float ___2_dry, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetWetDryMix(System.IntPtr,System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetWetDryMix_mDDA8D5011E434984C71C8E4EA81CC743B5A7C843 (intptr_t ___0_dsp, float* ___1_prewet, float* ___2_postwet, float* ___3_dry, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getWetDryMix(System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getWetDryMix_mA12EC2025A59B507CCB2A92E4D2F0B3E0DD7F06E (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, float* ___0_prewet, float* ___1_postwet, float* ___2_dry, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetChannelFormat(System.IntPtr,FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetChannelFormat_m45B4D629AFBFDCD4CEFC27E93DDC74A624376492 (intptr_t ___0_dsp, uint32_t ___1_channelmask, int32_t ___2_numchannels, int32_t ___3_source_speakermode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::setChannelFormat(FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setChannelFormat_m047A2C3B3CC61BBB447027A764DC66BE83F2BFA3 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, uint32_t ___0_channelmask, int32_t ___1_numchannels, int32_t ___2_source_speakermode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetChannelFormat(System.IntPtr,FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetChannelFormat_mC257ED567CF4F93A10316D3B2A68721AB5A15D60 (intptr_t ___0_dsp, uint32_t* ___1_channelmask, int32_t* ___2_numchannels, int32_t* ___3_source_speakermode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getChannelFormat(FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getChannelFormat_m89DB6542760B48C6A288CCC7D2E793BECF19D048 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, uint32_t* ___0_channelmask, int32_t* ___1_numchannels, int32_t* ___2_source_speakermode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetOutputChannelFormat(System.IntPtr,FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE,FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetOutputChannelFormat_m9ED980CBC6B1E9F9DABF10CF57A6EC33CA026870 (intptr_t ___0_dsp, uint32_t ___1_inmask, int32_t ___2_inchannels, int32_t ___3_inspeakermode, uint32_t* ___4_outmask, int32_t* ___5_outchannels, int32_t* ___6_outspeakermode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getOutputChannelFormat(FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE,FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getOutputChannelFormat_m9002766852764A698F26ECB5256C6F2BA8CBFBF0 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, uint32_t ___0_inmask, int32_t ___1_inchannels, int32_t ___2_inspeakermode, uint32_t* ___3_outmask, int32_t* ___4_outchannels, int32_t* ___5_outspeakermode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_Reset(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_Reset_m6F9DF00E53F13D4D7351214F7532D47125EE717B (intptr_t ___0_dsp, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_reset_mBB76E44E378F81B9A6DE91766E51C7F9F3264E9F (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetCallback(System.IntPtr,FMOD.DSP_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetCallback_m4F5D6A2CB94B6F6D2EBEA92AF134DB019ACFA733 (intptr_t ___0_dsp, DSP_CALLBACK_t3152E5C5677757C6347EF6172B9AFC5900FEF317* ___1_callback, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::setCallback(FMOD.DSP_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setCallback_mD5F33AB5C424880562986CA20357CA853FCFFC4E (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, DSP_CALLBACK_t3152E5C5677757C6347EF6172B9AFC5900FEF317* ___0_callback, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterFloat(System.IntPtr,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterFloat_m9DF1F7B550E183ED153A721E45A44FF514ED32FC (intptr_t ___0_dsp, int32_t ___1_index, float ___2_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::setParameterFloat(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterFloat_m4E5DE1A4086C31E10551029A0688C439E2702ACA (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, float ___1_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterInt(System.IntPtr,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterInt_m5354966F473E3D45D7C7108CD11A8FCAE2C278D2 (intptr_t ___0_dsp, int32_t ___1_index, int32_t ___2_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::setParameterInt(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterInt_m0EF6219224CC767DF9E1FB53BE5EED654DD8D317 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, int32_t ___1_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterBool(System.IntPtr,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterBool_m5E7D360FC068BD2A3BE9322184D80DC59ACBA4AF (intptr_t ___0_dsp, int32_t ___1_index, bool ___2_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::setParameterBool(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterBool_m5EBEDD2071F0DE9C1669FBDB562AF263DB9ACD78 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, bool ___1_value, const RuntimeMethod* method) ;
// System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement<System.Byte>(T[],System.Int32)
inline intptr_t Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mC2CDD900B2BAE8DEAF428D11AF4E0DA4363B7801 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_arr, int32_t ___1_index, const RuntimeMethod* method)
{
return (( intptr_t (*) (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, const RuntimeMethod*))Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mC2CDD900B2BAE8DEAF428D11AF4E0DA4363B7801_gshared)(___0_arr, ___1_index, method);
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterData(System.IntPtr,System.Int32,System.IntPtr,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterData_mCAC4BAC6036836B2A6D817AFDE6BA8EB54A5DB6B (intptr_t ___0_dsp, int32_t ___1_index, intptr_t ___2_data, uint32_t ___3_length, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::setParameterData(System.Int32,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterData_m9F28CFB3C0427D34E2F00EC4F59FAB554AB55C9D (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_data, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterFloat(System.IntPtr,System.Int32,System.Single&,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterFloat_m45968591EB6E0A4CA2AB218E7C188F2902C817A4 (intptr_t ___0_dsp, int32_t ___1_index, float* ___2_value, intptr_t ___3_valuestr, int32_t ___4_valuestrlen, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getParameterFloat(System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterFloat_m6524193C1059D0456AF30D231C3589C9CF97A94A (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, float* ___1_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterInt(System.IntPtr,System.Int32,System.Int32&,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterInt_m1753C9A8DA1D7B1C582C459ABD55A09D3D46C62B (intptr_t ___0_dsp, int32_t ___1_index, int32_t* ___2_value, intptr_t ___3_valuestr, int32_t ___4_valuestrlen, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getParameterInt(System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterInt_m63D7C4B873D8ADF0FDB10658E10F3CC357A45EE4 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, int32_t* ___1_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterBool(System.IntPtr,System.Int32,System.Boolean&,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterBool_m0AC158B545337160F31442190AD3DE9DD8180867 (intptr_t ___0_dsp, int32_t ___1_index, bool* ___2_value, intptr_t ___3_valuestr, int32_t ___4_valuestrlen, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getParameterBool(System.Int32,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterBool_mF23ED973ACF5703A2A85F60894E1425E36F8196A (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, bool* ___1_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterData(System.IntPtr,System.Int32,System.IntPtr&,System.UInt32&,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterData_mD3FACD6DB66B472B1A61BF66114333DBDA1A944B (intptr_t ___0_dsp, int32_t ___1_index, intptr_t* ___2_data, uint32_t* ___3_length, intptr_t ___4_valuestr, int32_t ___5_valuestrlen, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getParameterData(System.Int32,System.IntPtr&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterData_m79495A7B5F4745A45DBE35075574EA26A3E2EC5C (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, intptr_t* ___1_data, uint32_t* ___2_length, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetNumParameters(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetNumParameters_m5464D5C00597F734F33EDDB769094BF2B8C6B134 (intptr_t ___0_dsp, int32_t* ___1_numparams, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getNumParameters(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getNumParameters_m80F09DE1F665F82AAE88475FC7E9B43D60C0BFB6 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t* ___0_numparams, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterInfo(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterInfo_m5556883ECB31393F693AB24860136FC519290AE7 (intptr_t ___0_dsp, int32_t ___1_index, intptr_t* ___2_desc, const RuntimeMethod* method) ;
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
// System.Object FMOD.MarshalHelper::PtrToStructure(System.IntPtr,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MarshalHelper_PtrToStructure_mB70CF0561233616EC5B0803C645D4DE75818B415 (intptr_t ___0_ptr, Type_t* ___1_structureType, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getParameterInfo(System.Int32,FMOD.DSP_PARAMETER_DESC&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterInfo_mFC5E7FDFA38445B36AC8790D3B6B83E82F2CA983 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D* ___1_desc, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetDataParameterIndex(System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetDataParameterIndex_m39E60BCFA29417DBAA6D36C7CF18B5988F71287A (intptr_t ___0_dsp, int32_t ___1_datatype, int32_t* ___2_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getDataParameterIndex(System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getDataParameterIndex_mB2ED4D6510AF04AF1359A073374192460F188376 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_datatype, int32_t* ___1_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_ShowConfigDialog(System.IntPtr,System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_ShowConfigDialog_mD4204B318544E050FE62F7038651FB1B470584DC (intptr_t ___0_dsp, intptr_t ___1_hwnd, bool ___2_show, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::showConfigDialog(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_showConfigDialog_m807FE8327280D3C4D9F8B64C54F1CE88A9745694 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, intptr_t ___0_hwnd, bool ___1_show, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetInfo(System.IntPtr,System.IntPtr,System.UInt32&,System.Int32&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetInfo_mB47E9B19E17036155109B7199BB6994AC7C75FE9 (intptr_t ___0_dsp, intptr_t ___1_name, uint32_t* ___2_version, int32_t* ___3_channels, int32_t* ___4_configwidth, int32_t* ___5_configheight, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getInfo(System.String&,System.UInt32&,System.Int32&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getInfo_mB51F9D52E187E2FA6F32A964D22B859AB8C7D38F (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, String_t** ___0_name, uint32_t* ___1_version, int32_t* ___2_channels, int32_t* ___3_configwidth, int32_t* ___4_configheight, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getInfo(System.UInt32&,System.Int32&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getInfo_m8DD1036461FC99E020276CEEE58F43D220A0468A (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, uint32_t* ___0_version, int32_t* ___1_channels, int32_t* ___2_configwidth, int32_t* ___3_configheight, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetType(System.IntPtr,FMOD.DSP_TYPE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetType_mC116E72899220C36ADEE53354445312113182680 (intptr_t ___0_dsp, int32_t* ___1_type, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getType(FMOD.DSP_TYPE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getType_mD71C60F6F911B87EF8AA417EEC92073E6E79E1E4 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t* ___0_type, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetIdle(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetIdle_m77ABC9093174553FCF169C97548846B5F1FA4217 (intptr_t ___0_dsp, bool* ___1_idle, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getIdle(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getIdle_m2732565F99AD8AE7695DEC5F8CC3794F29219BAE (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool* ___0_idle, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetUserData_mE22D4D957BF9C2EEDDBF98D18990BD0507AA1602 (intptr_t ___0_dsp, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setUserData_mB204A93E7760D7E03F768A7BB3B1778829DE5A49 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetUserData_mBE1260DFB945CFAB5BC48884898A1404AABBEE33 (intptr_t ___0_dsp, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getUserData_m3598D44B067C71DCADBD5E849BACDABCFE33653F (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetMeteringEnabled(System.IntPtr,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetMeteringEnabled_m9CA8AFEAEBA5947A3AB632A6CE6FEB000248C929 (intptr_t ___0_dsp, bool ___1_inputEnabled, bool ___2_outputEnabled, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::setMeteringEnabled(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setMeteringEnabled_m20E94D90887C44B5D76E058AB3F80EC064271E9F (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool ___0_inputEnabled, bool ___1_outputEnabled, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringEnabled(System.IntPtr,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringEnabled_m66425C266F14B790E5BC98FE2681154A01E41218 (intptr_t ___0_dsp, bool* ___1_inputEnabled, bool* ___2_outputEnabled, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getMeteringEnabled(System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringEnabled_m476C7427DA18A3F7B8CF0BC6BA0D74476A9AA66A (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool* ___0_inputEnabled, bool* ___1_outputEnabled, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringInfo(System.IntPtr,System.IntPtr,FMOD.DSP_METERING_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringInfo_m86F5666A037B50F24AA1B10920DFF6A9C512FDB1 (intptr_t ___0_dsp, intptr_t ___1_zero, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___2_outputInfo, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getMeteringInfo(System.IntPtr,FMOD.DSP_METERING_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringInfo_mD32360068BB3B63673FEC52B4004F6A5ABEC5F97 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, intptr_t ___0_zero, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___1_outputInfo, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringInfo(System.IntPtr,FMOD.DSP_METERING_INFO&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringInfo_m4872E52174A439C375613A44DF124295FC992DA2 (intptr_t ___0_dsp, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___1_inputInfo, intptr_t ___2_zero, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getMeteringInfo(FMOD.DSP_METERING_INFO&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringInfo_m7279D41BF4D0F49BC2119E5C17A52ABB6AA29B16 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___0_inputInfo, intptr_t ___1_zero, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringInfo(System.IntPtr,FMOD.DSP_METERING_INFO&,FMOD.DSP_METERING_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringInfo_m0FDEE03E32A4E4D396962B73A303EBA6E7262D75 (intptr_t ___0_dsp, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___1_inputInfo, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___2_outputInfo, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getMeteringInfo(FMOD.DSP_METERING_INFO&,FMOD.DSP_METERING_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringInfo_m4BE14635C57A35B0DACFA457A68F66911E3D371D (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___0_inputInfo, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___1_outputInfo, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetCPUUsage(System.IntPtr,System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetCPUUsage_mE4F2C9E75CBE98EBD220E0CB8523B6CF20E0F64A (intptr_t ___0_dsp, uint32_t* ___1_exclusive, uint32_t* ___2_inclusive, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSP::getCPUUsage(System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getCPUUsage_mB2E4782BB8EF28C3F4BEFC9C559C5AF6BF97C96D (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, uint32_t* ___0_exclusive, uint32_t* ___1_inclusive, const RuntimeMethod* method) ;
// System.Void FMOD.DSP::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DSP__ctor_mF8DE87E4C00B8B352C4B9EFD487AFB6036C969A4_inline (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.DSP::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSP_hasHandle_m6B7E68A9F0F07B429C856569EE2578DAB6312723 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, const RuntimeMethod* method) ;
// System.Void FMOD.DSP::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_clearHandle_mE77624AA7199F43938FAAEF18F2B03F968E368BF (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetInput(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetInput_m4FFC25178EEBDA669AFF422AA4E9596E3CA7258D (intptr_t ___0_dspconnection, intptr_t* ___1_input, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::getInput(FMOD.DSP&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getInput_m0EF7604CFD6825340547AFFFCEB7BFF81D21CC02 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___0_input, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetOutput(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetOutput_mBB4470EC05BB4C1FC75058A3FFDF297EADEE3810 (intptr_t ___0_dspconnection, intptr_t* ___1_output, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::getOutput(FMOD.DSP&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getOutput_m02E38E93627E4B63E2202D24AC671080BE86B4E2 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___0_output, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_SetMix(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_SetMix_m848940E01C978343AA298859970E80A85C734C4C (intptr_t ___0_dspconnection, float ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::setMix(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_setMix_m7D310CDA1BC6D4D9AB972CECA04FD856F0DC0E4F (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, float ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetMix(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetMix_m46B855D4205ADF35A63D527B14A8415C85767E0F (intptr_t ___0_dspconnection, float* ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::getMix(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getMix_m2B42B90F4ED507897E76DE7E35B929F174C46CC2 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, float* ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_SetMixMatrix(System.IntPtr,System.Single[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_SetMixMatrix_m4AEFACC7A325CED8ED07C68B1743036188BCD412 (intptr_t ___0_dspconnection, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_matrix, int32_t ___2_outchannels, int32_t ___3_inchannels, int32_t ___4_inchannel_hop, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::setMixMatrix(System.Single[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_setMixMatrix_m3B25AEB244F522DE49D07B08806C72684516C083 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t ___1_outchannels, int32_t ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetMixMatrix(System.IntPtr,System.Single[],System.Int32&,System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetMixMatrix_m12A9778ADD378A992AEBD511297F03EC6F4853D7 (intptr_t ___0_dspconnection, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_matrix, int32_t* ___2_outchannels, int32_t* ___3_inchannels, int32_t ___4_inchannel_hop, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::getMixMatrix(System.Single[],System.Int32&,System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getMixMatrix_mFFF59936110354F097BC8E4DCE08D2E6F97C24CA (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t* ___1_outchannels, int32_t* ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetType(System.IntPtr,FMOD.DSPCONNECTION_TYPE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetType_m34700BF88989F0102BEF60B8077A764737B6BE85 (intptr_t ___0_dspconnection, int32_t* ___1_type, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::getType(FMOD.DSPCONNECTION_TYPE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getType_m1977A20BE7F37D43A5E87606F60FAF96FEE19D24 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, int32_t* ___0_type, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_SetUserData_m1B495203ACDC23F3A6DEBF7FD8C1219F630B96E4 (intptr_t ___0_dspconnection, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_setUserData_m5BB7DC8C82F08E5E96819968E2FF858DA6664E8F (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetUserData_m6AF35CA8607BEB6BB43C9864712200AE5C718F48 (intptr_t ___0_dspconnection, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.DSPConnection::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getUserData_m7CC36A4EC7A54CA7920E47FEF25F7761D632C824 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// System.Void FMOD.DSPConnection::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DSPConnection__ctor_m74A08CF744EB299F7D924DC06D28C2CCEE45BA86_inline (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.DSPConnection::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSPConnection_hasHandle_m2C5BF3500B8C7CA3963063B0612BE40F4D1455A1 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, const RuntimeMethod* method) ;
// System.Void FMOD.DSPConnection::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSPConnection_clearHandle_mD811F5DE7953501C3116269FF2517F5045F6A04A (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_Release_mC78924F7FE2C7B6F6BC45AE12C09DD6F2B86E0D4 (intptr_t ___0_geometry, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_release_mEEBBB2FD2874E78028BD003AEBECA78A50389CEE (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_AddPolygon(System.IntPtr,System.Single,System.Single,System.Boolean,System.Int32,FMOD.VECTOR[],System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_AddPolygon_m00B12B4A9A1519EFC9508D7AA3F252CE10B08EE5 (intptr_t ___0_geometry, float ___1_directocclusion, float ___2_reverbocclusion, bool ___3_doublesided, int32_t ___4_numvertices, VECTORU5BU5D_t2A9509AF20B5FC20F177D1D4540ABA40461124E9* ___5_vertices, int32_t* ___6_polygonindex, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::addPolygon(System.Single,System.Single,System.Boolean,System.Int32,FMOD.VECTOR[],System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_addPolygon_m805B55170AF424C0F2B6014262A4251696DD699C (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, float ___0_directocclusion, float ___1_reverbocclusion, bool ___2_doublesided, int32_t ___3_numvertices, VECTORU5BU5D_t2A9509AF20B5FC20F177D1D4540ABA40461124E9* ___4_vertices, int32_t* ___5_polygonindex, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetNumPolygons(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetNumPolygons_mC87BB8DBFA9EB23CB9F3830A5580FFA19AF3C551 (intptr_t ___0_geometry, int32_t* ___1_numpolygons, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::getNumPolygons(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getNumPolygons_mBA12240D6F0D95A8AAF27467B6945DA112197D4E (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t* ___0_numpolygons, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetMaxPolygons(System.IntPtr,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetMaxPolygons_m7F384E5FE478FD3326B6E47A71D08B41661D97AD (intptr_t ___0_geometry, int32_t* ___1_maxpolygons, int32_t* ___2_maxvertices, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::getMaxPolygons(System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getMaxPolygons_m20A60ED527006F59D996DA526234FD1D2157F4AC (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t* ___0_maxpolygons, int32_t* ___1_maxvertices, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPolygonNumVertices(System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPolygonNumVertices_m2E72F82351B7B66A30EE875A72628065013288F5 (intptr_t ___0_geometry, int32_t ___1_index, int32_t* ___2_numvertices, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::getPolygonNumVertices(System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPolygonNumVertices_m784EDE08286AC35E36FFB42CEC2E34375F0B634F (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t ___0_index, int32_t* ___1_numvertices, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetPolygonVertex(System.IntPtr,System.Int32,System.Int32,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetPolygonVertex_m936F28AD63BCDA0C504C84615B49CCC919EC68BA (intptr_t ___0_geometry, int32_t ___1_index, int32_t ___2_vertexindex, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___3_vertex, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::setPolygonVertex(System.Int32,System.Int32,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setPolygonVertex_m92341C6558E2E58EAA840998BE65A84F978757A6 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t ___0_index, int32_t ___1_vertexindex, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vertex, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPolygonVertex(System.IntPtr,System.Int32,System.Int32,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPolygonVertex_m2723BB8AFBC224A4299A3447A59A65A859F12164 (intptr_t ___0_geometry, int32_t ___1_index, int32_t ___2_vertexindex, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___3_vertex, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::getPolygonVertex(System.Int32,System.Int32,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPolygonVertex_m00E6D343FAC0F1ABC00F0CE19F20271C448D852F (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t ___0_index, int32_t ___1_vertexindex, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vertex, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetPolygonAttributes(System.IntPtr,System.Int32,System.Single,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetPolygonAttributes_m241A1CD02DFBECE740F80CDCF3C06C7846E5F0FB (intptr_t ___0_geometry, int32_t ___1_index, float ___2_directocclusion, float ___3_reverbocclusion, bool ___4_doublesided, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::setPolygonAttributes(System.Int32,System.Single,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setPolygonAttributes_m8E92215344BD364A92AB82A0FDB33F0522C68A8A (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t ___0_index, float ___1_directocclusion, float ___2_reverbocclusion, bool ___3_doublesided, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPolygonAttributes(System.IntPtr,System.Int32,System.Single&,System.Single&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPolygonAttributes_mEDA0686A72169A34F07F9A9357636BA46374B505 (intptr_t ___0_geometry, int32_t ___1_index, float* ___2_directocclusion, float* ___3_reverbocclusion, bool* ___4_doublesided, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::getPolygonAttributes(System.Int32,System.Single&,System.Single&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPolygonAttributes_m1E7224CF8A18EF6F0F1FD75229FE48B3511486A0 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t ___0_index, float* ___1_directocclusion, float* ___2_reverbocclusion, bool* ___3_doublesided, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetActive(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetActive_mB168ECF7A83F7D659FCE93A4F6CE91A4D415C925 (intptr_t ___0_geometry, bool ___1_active, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::setActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setActive_m37134C2B51006DA7ED3FC1E2F641E5DDBB03E3C4 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, bool ___0_active, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetActive(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetActive_m0E43EC005EAE683E90BE7B7D53680CEC85111442 (intptr_t ___0_geometry, bool* ___1_active, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::getActive(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getActive_mA03F3DADA2CB5A3B5039EE040496507892BB709D (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, bool* ___0_active, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetRotation(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetRotation_m48594A68C9C7202D27BADD8C6CEC26B028E283FE (intptr_t ___0_geometry, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_forward, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_up, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::setRotation(FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setRotation_mFF6A85C3563B9CDAF21B639F4A2C28F8EBAEF543 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_forward, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_up, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetRotation(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetRotation_mAE516EE769175883A145B3CADC306A28D4BE83FB (intptr_t ___0_geometry, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_forward, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_up, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::getRotation(FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getRotation_m49F01314834593B36EE643054128EED80446FA70 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_forward, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_up, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetPosition(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetPosition_m663CF3411A1F2BECF64805720167F37A85B4A12F (intptr_t ___0_geometry, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_position, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::setPosition(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setPosition_mB4C2E8721BE7E96A2101FB85D40AC4ED879AD024 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_position, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPosition(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPosition_m905AA936D055B9B9F66535389B4118BFDCBBE1AD (intptr_t ___0_geometry, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_position, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::getPosition(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPosition_m191A15FD929327B23EADEA195B5D1C7FD2598D80 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_position, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetScale(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetScale_m29EE447AE91026E12CCA3C5540D0453C05A63B93 (intptr_t ___0_geometry, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_scale, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::setScale(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setScale_m3C313E770523A6C9BA82D32015818F810DCED0BB (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_scale, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetScale(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetScale_mF960ABE373888EFA8B7BB916D15ECCAD952E287D (intptr_t ___0_geometry, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_scale, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::getScale(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getScale_mD8017B7F0D35CC7652A53F16C777A4FA347667E6 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_scale, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_Save(System.IntPtr,System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_Save_m6F1A2DCAAC05D442107A1BA5E0F731ECEB284B9E (intptr_t ___0_geometry, intptr_t ___1_data, int32_t* ___2_datasize, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::save(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_save_mC81E61C5B08BD9ADA8EED65E34200DD2BBF5E21C (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, intptr_t ___0_data, int32_t* ___1_datasize, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetUserData_mE0810A5789812A985E8CE647FA8B6742C135CCA1 (intptr_t ___0_geometry, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setUserData_m6CA067337928A19583B2B05668D7A414F8AC0242 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetUserData_mAD18BBD79A93B6D7362BD8E5599951190682B0F9 (intptr_t ___0_geometry, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Geometry::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getUserData_mF0704ABE3F7980DA7DD6526697A20D0180DCCEE1 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// System.Void FMOD.Geometry::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Geometry__ctor_m314B0455F2188D119CA7310327816B7AB6476DE6_inline (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.Geometry::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Geometry_hasHandle_m1788D6CA684111796B1507CF67E8D111C09AAFAA (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, const RuntimeMethod* method) ;
// System.Void FMOD.Geometry::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Geometry_clearHandle_m454D4E4BCD60797C17551568C7B3C8AD8744AD07 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_Release_m1B95ED3F60D94F9068959E58C6E7C23FCDB15B65 (intptr_t ___0_reverb3d, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_release_mCE95ADF124F6D0080DC57CF2A2BAF06724DE9E37 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_Set3DAttributes(System.IntPtr,FMOD.VECTOR&,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_Set3DAttributes_m8760790B1584416B448428A6F53F543B410B8FEE (intptr_t ___0_reverb3d, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_position, float ___2_mindistance, float ___3_maxdistance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::set3DAttributes(FMOD.VECTOR&,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_set3DAttributes_mF1EEF150BB5EF4286451CE7D4284ED3282901C05 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_position, float ___1_mindistance, float ___2_maxdistance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_Get3DAttributes(System.IntPtr,FMOD.VECTOR&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_Get3DAttributes_mB7BA0ACFA568542AA31E5E7C1DF24150A66C0FAF (intptr_t ___0_reverb3d, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_position, float* ___2_mindistance, float* ___3_maxdistance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::get3DAttributes(FMOD.VECTOR&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_get3DAttributes_mC51EAF9605D41E6FE9BF92DCC71481A6153C55D7 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_position, float* ___1_mindistance, float* ___2_maxdistance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_SetProperties(System.IntPtr,FMOD.REVERB_PROPERTIES&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_SetProperties_mAE3464D22964BE3006DB6B6D66042CAA28DC667A (intptr_t ___0_reverb3d, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91* ___1_properties, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::setProperties(FMOD.REVERB_PROPERTIES&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_setProperties_mF922B36BCBF9A5E02FD251A694CAE6E212089918 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91* ___0_properties, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_GetProperties(System.IntPtr,FMOD.REVERB_PROPERTIES&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_GetProperties_mC24C3F49AE1D224D322386D4045EF6EA34445158 (intptr_t ___0_reverb3d, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91* ___1_properties, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::getProperties(FMOD.REVERB_PROPERTIES&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_getProperties_mE71934CFD5FE03B7E6325EB16DCD82A503BDF33D (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91* ___0_properties, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_SetActive(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_SetActive_m9F8F8D15543AA45CF9DE43B69C932CE8F2B5EBE6 (intptr_t ___0_reverb3d, bool ___1_active, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::setActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_setActive_m9080D57FD787DA920F1835818767AA65DCC149A2 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, bool ___0_active, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_GetActive(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_GetActive_m1271FEDDB7CF300B73592C580677D6E20B0CECD5 (intptr_t ___0_reverb3d, bool* ___1_active, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::getActive(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_getActive_mF03AE4716E1B1CF1B7AFCCD56F02BCF8A1E80B3C (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, bool* ___0_active, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_SetUserData_m3DBF95CD9B9663458FCD00B455DE126FE492D064 (intptr_t ___0_reverb3d, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_setUserData_mADD7F45506CF5B785E0822EC35AAF80509446629 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_GetUserData_m3942B23FAAF05716878BF5E4FD3E681097D5D569 (intptr_t ___0_reverb3d, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Reverb3D::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_getUserData_m6753A2601B3AAB2B1D80EE8AF289B8BC3C73DBA5 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// System.Void FMOD.Reverb3D::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Reverb3D__ctor_m4ABA0D0F7863BF1583995D4FCF632A5829E86885_inline (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.Reverb3D::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reverb3D_hasHandle_m0EC48B4FBA2278C20B272BFD04A8E9F4E65212AB (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, const RuntimeMethod* method) ;
// System.Void FMOD.Reverb3D::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reverb3D_clearHandle_m43CFCB6CDE40C628ABC2E294065FF7B1E92D7A2B (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, const RuntimeMethod* method) ;
// System.Void FMOD.StringWrapper::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StringWrapper__ctor_m2AF574E2FFE735EEAAA07A8DA3B7BBB019E7FFC2_inline (StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<FMOD.StringHelper/ThreadSafeEncoding>::get_Item(System.Int32)
inline ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* List_1_get_Item_m1CA7D4DD176E30C7A4094B9A58B9A7D7D3725988 (List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* __this, int32_t ___0_index, const RuntimeMethod* method)
{
return (( ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* (*) (List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314*, int32_t, const RuntimeMethod*))List_1_get_Item_m33561245D64798C2AB07584C0EC4F240E4839A38_gshared)(__this, ___0_index, method);
}
// System.Boolean FMOD.StringHelper/ThreadSafeEncoding::InUse()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ThreadSafeEncoding_InUse_mB64AB936E529210DB70ABD12FFD2221322E98D21_inline (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<FMOD.StringHelper/ThreadSafeEncoding>::get_Count()
inline int32_t List_1_get_Count_m9C9440AD9D71FC70172766DCDACCA5F114908EE6_inline (List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method);
}
// System.Void FMOD.StringHelper/ThreadSafeEncoding::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeEncoding__ctor_m864FB985A992BD7984C5FE2C2D19132A70FA2C8D (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<FMOD.StringHelper/ThreadSafeEncoding>::Add(T)
inline void List_1_Add_m0BEB379582A81B2C2C1CCBC1A2645D49D93423C1_inline (List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* __this, ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314*, ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59*, const RuntimeMethod*))List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline)(__this, ___0_item, method);
}
// System.Void FMOD.StringHelper/ThreadSafeEncoding::SetInUse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeEncoding_SetInUse_mAB346C9398CD375A03FE8567F77A84A5E35E12F4 (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<FMOD.StringHelper/ThreadSafeEncoding>::.ctor(System.Int32)
inline void List_1__ctor_m85DB35AC1288974B014199BC2D6E3810BAB8E735 (List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314*, int32_t, const RuntimeMethod*))List_1__ctor_m76CBBC3E2F0583F5AD30CE592CEA1225C06A0428_gshared)(__this, ___0_capacity, method);
}
// System.Int32 System.String::get_Length()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
// System.Int32 FMOD.StringHelper/ThreadSafeEncoding::roundUpPowerTwo(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThreadSafeEncoding_roundUpPowerTwo_mA83D19C12014467BE000EB7767E8BAE315411CC9 (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, int32_t ___0_number, const RuntimeMethod* method) ;
// System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object,System.Runtime.InteropServices.GCHandleType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC GCHandle_Alloc_m3BFD398427352FC756FFE078F01A504B681352EC (RuntimeObject* ___0_value, int32_t ___1_type, const RuntimeMethod* method) ;
// System.IntPtr System.Runtime.InteropServices.GCHandle::AddrOfPinnedObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GCHandle_AddrOfPinnedObject_m9C047E154D6F0FE66BE003AB99F0B67A2CA953A6 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
// System.Boolean System.IntPtr::op_Equality(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271 (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ;
// System.Byte System.Runtime.InteropServices.Marshal::ReadByte(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Marshal_ReadByte_m40222A943AEA82FBFAC5D4881CABD56DFFBA7085 (intptr_t ___0_ptr, int32_t ___1_ofs, const RuntimeMethod* method) ;
// System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_mF7402FFDB520EA1B8D1C32B368DBEE4B13F1BE77 (intptr_t ___0_source, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_destination, int32_t ___2_startIndex, int32_t ___3_length, const RuntimeMethod* method) ;
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_val, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) ;
// System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
// System.Void System.Runtime.InteropServices.GCHandle::Free()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3 (GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* __this, const RuntimeMethod* method) ;
// System.Void System.Text.UTF8Encoding::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF8Encoding__ctor_m221CD37E0DBDC63D175FE38646E28CA801D08C00 (UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Int32 System.Runtime.InteropServices.Marshal::SizeOf(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_SizeOf_mED64846722033D6F60C2973CA604B7C2D7D4A1B7 (Type_t* ___0_t, const RuntimeMethod* method) ;
// System.Object System.Runtime.InteropServices.Marshal::PtrToStructure(System.IntPtr,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Marshal_PtrToStructure_m235E141E21BFB69A01B07DDDF1702BA7D5723AC3 (intptr_t ___0_ptr, Type_t* ___1_structureType, const RuntimeMethod* method) ;
// System.Void System.Runtime.InteropServices.Marshal::Copy(System.IntPtr,System.Single[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_Copy_m4744F803E7E605726758725D11D157455BD43775 (intptr_t ___0_source, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_destination, int32_t ___2_startIndex, int32_t ___3_length, const RuntimeMethod* method) ;
// System.Single[][] FMOD.DSP_PARAMETER_FFT::get_spectrum()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4* DSP_PARAMETER_FFT_get_spectrum_m50C7BC0C7BABAB3F57457B57C8F7808559E42A79 (DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6* __this, const RuntimeMethod* method) ;
// System.Int32 System.Math::Min(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52 (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
// System.Void FMOD.DSP_PARAMETER_FFT::getSpectrum(System.Int32,System.Single[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PARAMETER_FFT_getSpectrum_m035A77766C2EA7D151194708ABDB78298E5D88C2 (DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6* __this, int32_t ___0_channel, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** ___1_buffer, const RuntimeMethod* method) ;
// System.Void FMOD.DSP_PARAMETER_FFT::getSpectrum(System.Single[][]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PARAMETER_FFT_getSpectrum_mAB9DA06BD5138A8BC7065A3D0998236DC9DAD43B (DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6* __this, SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4** ___0_buffer, const RuntimeMethod* method) ;
// System.String FMOD.Studio.SOUND_INFO::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SOUND_INFO_get_name_m663EFFF931243227CCF0A8C49669AF1837BB3F08 (SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6* __this, const RuntimeMethod* method) ;
// System.Int32 FMOD.Studio.USER_PROPERTY::intValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t USER_PROPERTY_intValue_m402EC2781809DCB7C707D9F89245BCD7F1CAAD76 (USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* __this, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.USER_PROPERTY::boolValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool USER_PROPERTY_boolValue_m6F86C8FD5EE3E069AE6EB2D7A179C132205CAFDE (USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* __this, const RuntimeMethod* method) ;
// System.Single FMOD.Studio.USER_PROPERTY::floatValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float USER_PROPERTY_floatValue_m9109A644B03E6452FFF3FE57578380FB745F3D8E (USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* __this, const RuntimeMethod* method) ;
// System.String FMOD.StringWrapper::op_Implicit(FMOD.StringWrapper)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringWrapper_op_Implicit_mE9E6519DFDE94CC914F0BCE63AA92A05741B87A6 (StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___0_fstring, const RuntimeMethod* method) ;
// System.String FMOD.Studio.USER_PROPERTY::stringValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* USER_PROPERTY_stringValue_m439402F798EE1C033A5B4DE7DC9665D004955D43 (USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Util::FMOD_Studio_ParseID(System.Byte[],FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Util_FMOD_Studio_ParseID_m8494063CAA9F128E7A46E1DD145A10B1205C3169 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_idString, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Create(System.IntPtr&,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Create_mFAB69F0C156502D555721A2D8FDA91CC0014C9CA (intptr_t* ___0_system, uint32_t ___1_headerversion, const RuntimeMethod* method) ;
// System.Int32 FMOD.MarshalHelper::SizeOf(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MarshalHelper_SizeOf_m6EADA017D07B6F57500D3B0BFBBBA78289C993E3 (Type_t* ___0_t, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetAdvancedSettings(System.IntPtr,FMOD.Studio.ADVANCEDSETTINGS&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetAdvancedSettings_m61656C4B80C607E69B38EB58A3F3F310AB616D1C (intptr_t ___0_system, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02* ___1_settings, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setAdvancedSettings(FMOD.Studio.ADVANCEDSETTINGS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setAdvancedSettings_m6C993CF4C73A748420FDB9B38C3EF7E7223C1974 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02 ___0_settings, const RuntimeMethod* method) ;
// System.IntPtr FMOD.StringHelper/ThreadSafeEncoding::intptrFromStringUTF8(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ThreadSafeEncoding_intptrFromStringUTF8_mC4DB18C6207FD03C32B9FC7BA075B73A5E0D5AFA (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, String_t* ___0_s, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setAdvancedSettings(FMOD.Studio.ADVANCEDSETTINGS,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setAdvancedSettings_m9F9146480565B61FCF7C979D87C72B451611749F (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02 ___0_settings, String_t* ___1_encryptionKey, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetAdvancedSettings(System.IntPtr,FMOD.Studio.ADVANCEDSETTINGS&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetAdvancedSettings_mD4DDA743D22618D085D7EEF9AFF25CFF98A35716 (intptr_t ___0_system, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02* ___1_settings, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getAdvancedSettings(FMOD.Studio.ADVANCEDSETTINGS&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getAdvancedSettings_mDF68705B9FB385EEBE703FE04DF2C023987760E6 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02* ___0_settings, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Initialize(System.IntPtr,System.Int32,FMOD.Studio.INITFLAGS,FMOD.INITFLAGS,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Initialize_mFB0456B8271844C4E6661D8557F6E1C4D180E903 (intptr_t ___0_system, int32_t ___1_maxchannels, uint32_t ___2_studioflags, uint32_t ___3_flags, intptr_t ___4_extradriverdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::initialize(System.Int32,FMOD.Studio.INITFLAGS,FMOD.INITFLAGS,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_initialize_m2E2BF9789F2BE742D58A97A61B9E0DCEBC839D0C (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_maxchannels, uint32_t ___1_studioflags, uint32_t ___2_flags, intptr_t ___3_extradriverdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Release_m5CF0D27DBCF86A5AF0BC7917605994F54CDD2CDB (intptr_t ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_release_m31155CA74A62273131A46410387C4D5B6463DAFE (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Update(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Update_m3E9B3CE1AF080C38FAAE203825D5D75E5D60A9B5 (intptr_t ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_update_m1BD50C425F3FA24E5BE33572F3CA4EF721CDDED1 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetCoreSystem(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetCoreSystem_m7AB28DF994957185F51A50A40990F7E8B11421C0 (intptr_t ___0_system, intptr_t* ___1_coresystem, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getCoreSystem(FMOD.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getCoreSystem_mB844700E72696A01540C9AACE0AB592FD597EB81 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_coresystem, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetEvent(System.IntPtr,System.Byte[],System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetEvent_m2D98C8C4A0AD58614666C70CEDEDACBA0AEA12C1 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_path, intptr_t* ___2__event, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getEvent(System.String,FMOD.Studio.EventDescription&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getEvent_mC6929B3FA5F3E2B8D141065B006FC3F2C26167E6 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_path, EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* ___1__event, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBus(System.IntPtr,System.Byte[],System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBus_mF4ABE3B758D0F6E73DCDB42E4FE62C91486BE76F (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_path, intptr_t* ___2_bus, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getBus(System.String,FMOD.Studio.Bus&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBus_m72A5E19A1084B02B1EF3BB2F71DD87EACFEA40D0 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_path, Bus_t0858329521D636D685370BE433B68C792F12CB7C* ___1_bus, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetVCA(System.IntPtr,System.Byte[],System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetVCA_mB08CA32B6221615F34819FF836BA5F5CA8A1EEDC (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_path, intptr_t* ___2_vca, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getVCA(System.String,FMOD.Studio.VCA&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getVCA_m3C3FC0866A236FA597E8777846DA02A7B83D458E (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_path, VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* ___1_vca, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBank(System.IntPtr,System.Byte[],System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBank_m74595BB26B906C288FA2B67FA648A612D7A36511 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_path, intptr_t* ___2_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getBank(System.String,FMOD.Studio.Bank&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBank_m046587C3141F0BBD6550C40093784A6D54A77242 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_path, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___1_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetEventByID(System.IntPtr,FMOD.GUID&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetEventByID_mAB74FE345B8AF89EC6722044F21AD81BAFE2611E (intptr_t ___0_system, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, intptr_t* ___2__event, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getEventByID(FMOD.GUID,FMOD.Studio.EventDescription&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getEventByID_m59135C89F44B685F1D6BD8F7B8338DEDC7DC6D43 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* ___1__event, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBusByID(System.IntPtr,FMOD.GUID&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBusByID_mCC2BAB9EA172B8A451883EB1D611F63733A542E4 (intptr_t ___0_system, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, intptr_t* ___2_bus, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getBusByID(FMOD.GUID,FMOD.Studio.Bus&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBusByID_m29C816D0E97C2EFCE83DDD324D60F5EFD2CE39B6 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, Bus_t0858329521D636D685370BE433B68C792F12CB7C* ___1_bus, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetVCAByID(System.IntPtr,FMOD.GUID&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetVCAByID_m08548723A3329ACA3755858EB5D61CD67E03928D (intptr_t ___0_system, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, intptr_t* ___2_vca, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getVCAByID(FMOD.GUID,FMOD.Studio.VCA&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getVCAByID_mA90E21ABE52DDA6DF945C110F6B1FD5305ABC6F1 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* ___1_vca, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBankByID(System.IntPtr,FMOD.GUID&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBankByID_m61E3F8E718CF71A6E5798B681F19C09154705A71 (intptr_t ___0_system, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, intptr_t* ___2_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getBankByID(FMOD.GUID,FMOD.Studio.Bank&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBankByID_m7AB38ED8F9317921B35ABE88C5E6EFC1763421D4 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___1_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetSoundInfo(System.IntPtr,System.Byte[],FMOD.Studio.SOUND_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetSoundInfo_m44BB66D5CD01008F79C54FE8E499BAB3683A9198 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_key, SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6* ___2_info, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getSoundInfo(System.String,FMOD.Studio.SOUND_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getSoundInfo_mDB74E04D827F0E2BA4C32BFAFCCDE9512E8CC0AB (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_key, SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6* ___1_info, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionByName(System.IntPtr,System.Byte[],FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionByName_mEC4ADC58917C88950A1AD62A28939401B282F877 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___2_parameter, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getParameterDescriptionByName(System.String,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionByName_m8CB193435E1C95C8EB2DDA3F9370FD3CBEBD7377 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_name, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionByID_mA019D1BC677C4B16EB5E1092DF82C6C2B776B715 (intptr_t ___0_system, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___2_parameter, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getParameterDescriptionByID(FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionByID_m783C192F2633A8B94F84089DEB37BA770EA0DC1A (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterLabelByName(System.IntPtr,System.Byte[],System.Int32,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterLabelByName_mCFD6A859F0D49B6624EDFF6D4EDDCCB185BB3D13 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, int32_t ___2_labelindex, intptr_t ___3_label, int32_t ___4_size, int32_t* ___5_retrieved, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getParameterLabelByName(System.String,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterLabelByName_m61EE74D001230BA985F7F141C129626C2E6F3F04 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_name, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterLabelByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Int32,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterLabelByID_mFC38B3943797F7FB91A2989C97024455FDD30A69 (intptr_t ___0_system, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, int32_t ___2_labelindex, intptr_t ___3_label, int32_t ___4_size, int32_t* ___5_retrieved, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getParameterLabelByID(FMOD.Studio.PARAMETER_ID,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterLabelByID_m9B49CC80956F96AC28024741AC5DBCA8E06083ED (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByID_mF61085C947E295FF945ABA78562E41F46C70D952 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float* ___1_value, float* ___2_finalvalue, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByID_mA1B892DD933344CA6F6A2C18FC43AA7F20E2AB14 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float* ___1_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterByID_mB4169CB89BEE629CCF54D71832B28F16D84031FE (intptr_t ___0_system, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, float* ___2_value, float* ___3_finalvalue, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByID_m420BDBB6F736BB7389E2718A3C59CEDDB7165F1A (intptr_t ___0_system, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, float ___2_value, bool ___3_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setParameterByID(FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByID_mDED76F4A84D3C3588FD426FB0E5512FE2974BA41 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByIDWithLabel(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByIDWithLabel_m2434FCF34808C2DE65FB597A6D74B452BC156189 (intptr_t ___0_system, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_label, bool ___3_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setParameterByIDWithLabel(FMOD.Studio.PARAMETER_ID,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByIDWithLabel_mF51B63FF61D5F7AD57FEE953E4A78CB94EED01B9 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParametersByIDs(System.IntPtr,FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParametersByIDs_m1670A3CAFA1F4AFC93053E92E6E04E951C4E1AD5 (intptr_t ___0_system, PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2* ___1_ids, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___2_values, int32_t ___3_count, bool ___4_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setParametersByIDs(FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParametersByIDs_m48978FD190003A57AFC8A5C214A5B313C64BEE1B (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2* ___0_ids, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_values, int32_t ___2_count, bool ___3_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getParameterByName(System.String,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByName_mD80113EB1B287503CB1052B623311DBD2CC5EC95 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_name, float* ___1_value, float* ___2_finalvalue, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getParameterByName(System.String,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByName_m92608D7D891415A6D78B5FFF7A2E595AB72C7068 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_name, float* ___1_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterByName(System.IntPtr,System.Byte[],System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterByName_m24A7FA21DB7C7BE5BB34B365379B70BA6D92406D (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, float* ___2_value, float* ___3_finalvalue, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByName(System.IntPtr,System.Byte[],System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByName_mDD5919218262DC2D210A0C3CA5822D6D272797F3 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, float ___2_value, bool ___3_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setParameterByName(System.String,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByName_mF86B42FB34E732A20332820E158FEAA173191420 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_name, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByNameWithLabel(System.IntPtr,System.Byte[],System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByNameWithLabel_mB94B2C544E139492758EE93980D951E4560344C1 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_label, bool ___3_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setParameterByNameWithLabel(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByNameWithLabel_m6AD4D6D4E3CCCD403CA69C03A16E2BD111974762 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_name, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LookupID(System.IntPtr,System.Byte[],FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LookupID_m37D5414B58AFA50E16CF73B0D5EA3FE55D2CF081 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_path, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___2_id, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::lookupID(System.String,FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_lookupID_m29030B2AAD21126D2125D2A19749221D81AD0E37 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_path, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LookupPath(System.IntPtr,FMOD.GUID&,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LookupPath_m9002356E87BD618D43F36D045C764CCD28E9C3F0 (intptr_t ___0_system, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, intptr_t ___2_path, int32_t ___3_size, int32_t* ___4_retrieved, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::lookupPath(FMOD.GUID,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_lookupPath_m3547DD1E730DF8D7DEB64BFF30EBEB6DD4F865F2 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, String_t** ___1_path, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetNumListeners(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetNumListeners_mE5B7D59E7D4BA08E262BDBB3D5F3EF5C123CAF75 (intptr_t ___0_system, int32_t* ___1_numlisteners, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getNumListeners(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNumListeners_mE18081189EA3B0165FDD94AB65B925E0446F522F (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t* ___0_numlisteners, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetNumListeners(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetNumListeners_m81C3D1E790F7216F2A28531FC967DFBC9AA787BD (intptr_t ___0_system, int32_t ___1_numlisteners, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setNumListeners(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setNumListeners_mC97D8A425F237186D49308B479494809EF30DCD0 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_numlisteners, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetListenerAttributes_mE2E8115CAB7FAEE94332CD09F2DF5469F0536502 (intptr_t ___0_system, int32_t ___1_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___2_attributes, intptr_t ___3_zero, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getListenerAttributes_m079CBEAB45A5AA0478BBABB442F3B130D5503EAA (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___1_attributes, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetListenerAttributes_m0CEA465CD0F1BEBB52782F25B48052615EB22442 (intptr_t ___0_system, int32_t ___1_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___2_attributes, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___3_attenuationposition, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getListenerAttributes_mC9EC69BC0E88EF42313A23294378982DA6258C5C (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___1_attributes, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_attenuationposition, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetListenerAttributes_m51FA0A39E35C7C926BA4AC829C307F377354B337 (intptr_t ___0_system, int32_t ___1_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___2_attributes, intptr_t ___3_zero, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setListenerAttributes_m1066EE9B13170E9FD02FF8D90D3A97DD136A80DA (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___1_attributes, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetListenerAttributes_mADA0A8367AB84FD7397749D6B71BF7257B2192EF (intptr_t ___0_system, int32_t ___1_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___2_attributes, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___3_attenuationposition, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D,FMOD.VECTOR)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setListenerAttributes_m417F5ABEA63BB5A43F934636AF583E6AFF1F914C (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___1_attributes, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F ___2_attenuationposition, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetListenerWeight(System.IntPtr,System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetListenerWeight_mFC2CBCB8CC2A05DA9559E93A5699834A99681ED3 (intptr_t ___0_system, int32_t ___1_listener, float* ___2_weight, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getListenerWeight(System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getListenerWeight_m340D1279371CC20FAFB8787290F47692A07A1EC8 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_listener, float* ___1_weight, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetListenerWeight(System.IntPtr,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetListenerWeight_m73B09DD4382335B8CB958B6AF781D8660AB0EEEF (intptr_t ___0_system, int32_t ___1_listener, float ___2_weight, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setListenerWeight(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setListenerWeight_m692F65E749DD3FA4A72692206C7F3547E074CBFA (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_listener, float ___1_weight, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadBankFile(System.IntPtr,System.Byte[],FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadBankFile_mBCD8ED0E7A5FD4FC0FD607AE53A10AE3569DAC78 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_filename, uint32_t ___2_flags, intptr_t* ___3_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::loadBankFile(System.String,FMOD.Studio.LOAD_BANK_FLAGS,FMOD.Studio.Bank&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadBankFile_mC9799ECE923C32EDB5BD86B5EEC3F198524F2B54 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_filename, uint32_t ___1_flags, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___2_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadBankMemory(System.IntPtr,System.IntPtr,System.Int32,FMOD.Studio.LOAD_MEMORY_MODE,FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadBankMemory_m5AAE2F49D1AF1DEB72C3270DD9C48D6B8A7E639B (intptr_t ___0_system, intptr_t ___1_buffer, int32_t ___2_length, int32_t ___3_mode, uint32_t ___4_flags, intptr_t* ___5_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::loadBankMemory(System.Byte[],FMOD.Studio.LOAD_BANK_FLAGS,FMOD.Studio.Bank&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadBankMemory_mB2309572AE3E72A170392CD18B137F238A8713AA (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, uint32_t ___1_flags, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___2_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadBankCustom(System.IntPtr,FMOD.Studio.BANK_INFO&,FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadBankCustom_m361A4975683B24A4FEBA4F0C1F9F3A461B99C100 (intptr_t ___0_system, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B* ___1_info, uint32_t ___2_flags, intptr_t* ___3_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::loadBankCustom(FMOD.Studio.BANK_INFO,FMOD.Studio.LOAD_BANK_FLAGS,FMOD.Studio.Bank&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadBankCustom_m79E85FDDF55EAD0D28F18FA267BB8A86498D4D17 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B ___0_info, uint32_t ___1_flags, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___2_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_UnloadAll(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_UnloadAll_m817E55AC2C900C6F94864DD006ED1BFBC26E53B9 (intptr_t ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::unloadAll()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_unloadAll_mEE40B22FB977AEA20B77C3BB37D34BF97F460612 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_FlushCommands(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_FlushCommands_mF3CC3E3D912FB3CDFAC990F2CA9B590F120B5CA8 (intptr_t ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::flushCommands()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_flushCommands_mF8141A609F9E327B16CFA51A0DD488CC49CAA68B (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_FlushSampleLoading(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_FlushSampleLoading_m6437A902248CC59681A50928458E40119CE9956D (intptr_t ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::flushSampleLoading()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_flushSampleLoading_m8591D0CB90706B5BBF09A1D4506C1CB22AC16BA7 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_StartCommandCapture(System.IntPtr,System.Byte[],FMOD.Studio.COMMANDCAPTURE_FLAGS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_StartCommandCapture_m9D0E1ADF316D6E4C124E3C511CC064245320ACA6 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_filename, uint32_t ___2_flags, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::startCommandCapture(System.String,FMOD.Studio.COMMANDCAPTURE_FLAGS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_startCommandCapture_m4B5D2CBCAFD36A1B63AF4E7370CA473BD02B3787 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_filename, uint32_t ___1_flags, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_StopCommandCapture(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_StopCommandCapture_m7A0C83274B3669EB27693845AB08CF0E649B138B (intptr_t ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::stopCommandCapture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_stopCommandCapture_m71FB919E59250F7FA02E75A2766BE45FFEDE00CF (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadCommandReplay(System.IntPtr,System.Byte[],FMOD.Studio.COMMANDREPLAY_FLAGS,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadCommandReplay_m9322B25141C5CF7402F64354F66DA603B4D1294C (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_filename, uint32_t ___2_flags, intptr_t* ___3_replay, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::loadCommandReplay(System.String,FMOD.Studio.COMMANDREPLAY_FLAGS,FMOD.Studio.CommandReplay&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadCommandReplay_mD55EF51DE31FF0421008E5680DEB29F9045DEB01 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_filename, uint32_t ___1_flags, CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* ___2_replay, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBankCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBankCount_mA5E0F564FF47C6CA8EE53B718AE2605D6B8B9FC3 (intptr_t ___0_system, int32_t* ___1_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getBankCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBankCount_m28AF716F1A068059CEF930A8306C5034D6258D7B (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t* ___0_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBankList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBankList_m349D6E3CC1D462F6B1D9511DAE67D6B272B17E27 (intptr_t ___0_system, IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___1_array, int32_t ___2_capacity, int32_t* ___3_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getBankList(FMOD.Studio.Bank[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBankList_m672E0205A7C39538E10C0BB15365BD54653F058D (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50** ___0_array, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionCount_mD58B72249E338D1845EF254F7405C4CD09CD39E3 (intptr_t ___0_system, int32_t* ___1_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getParameterDescriptionCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionCount_m1BDB9EBA7F6AF90548826E8EED4445B36323DD0C (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t* ___0_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionList(System.IntPtr,FMOD.Studio.PARAMETER_DESCRIPTION[],System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionList_mF9B1B7763556C9A1C0CD9BD8DA5A7460D6966D24 (intptr_t ___0_system, PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA* ___1_array, int32_t ___2_capacity, int32_t* ___3_count, const RuntimeMethod* method) ;
// System.Void System.Array::Resize<FMOD.Studio.PARAMETER_DESCRIPTION>(T[]&,System.Int32)
inline void Array_Resize_TisPARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7_mF41A253E6AB5ACA0FC81089E32A5EC414F957F27 (PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA** ___0_array, int32_t ___1_newSize, const RuntimeMethod* method)
{
(( void (*) (PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA**, int32_t, const RuntimeMethod*))Array_Resize_TisPARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7_mF41A253E6AB5ACA0FC81089E32A5EC414F957F27_gshared)(___0_array, ___1_newSize, method);
}
// FMOD.RESULT FMOD.Studio.System::getParameterDescriptionList(FMOD.Studio.PARAMETER_DESCRIPTION[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionList_mC2A1F12A06A5D481771A502B382B59635DB9E093 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA** ___0_array, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetCPUUsage(System.IntPtr,FMOD.Studio.CPU_USAGE&,FMOD.CPU_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetCPUUsage_m557523B3B601C9F7E03CFE8FC8E429BC35A2858E (intptr_t ___0_system, CPU_USAGE_t355918E5C84E4CAF19ADFFDBE369E9D66E96C771* ___1_usage, CPU_USAGE_tB0C4CAFB1080A0F083A5E717DA98D65266D11B68* ___2_usage_core, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getCPUUsage(FMOD.Studio.CPU_USAGE&,FMOD.CPU_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getCPUUsage_m2747D841DF5A1D56A864ED509D200CB1F88FA248 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, CPU_USAGE_t355918E5C84E4CAF19ADFFDBE369E9D66E96C771* ___0_usage, CPU_USAGE_tB0C4CAFB1080A0F083A5E717DA98D65266D11B68* ___1_usage_core, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBufferUsage(System.IntPtr,FMOD.Studio.BUFFER_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBufferUsage_m8C3BA8F65FA56E8BCB9FFFC3D4C04969EBD4C7A4 (intptr_t ___0_system, BUFFER_USAGE_tF466220F15D99A619A5DED266A0E1A3163038A03* ___1_usage, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getBufferUsage(FMOD.Studio.BUFFER_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBufferUsage_m5C8D488233AA90FE6BDE977392718F33363709EA (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, BUFFER_USAGE_tF466220F15D99A619A5DED266A0E1A3163038A03* ___0_usage, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_ResetBufferUsage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_ResetBufferUsage_m6EC2B26298016EC0B745FF85EDDEDC505EF39604 (intptr_t ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::resetBufferUsage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_resetBufferUsage_mCC24CAD643FD39753FC10C698B8B29B2E1D42AD5 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetCallback(System.IntPtr,FMOD.Studio.SYSTEM_CALLBACK,FMOD.Studio.SYSTEM_CALLBACK_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetCallback_mE7F0B60DEE24EF0E4A79B8E96609C06E560DC195 (intptr_t ___0_system, SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* ___1_callback, uint32_t ___2_callbackmask, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setCallback(FMOD.Studio.SYSTEM_CALLBACK,FMOD.Studio.SYSTEM_CALLBACK_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setCallback_m367B78D1355E71CC6C50F4C0523FABC5C739CD32 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* ___0_callback, uint32_t ___1_callbackmask, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetUserData_mA9B846DAEE72B7C6D459CD07C1FC789FF6371EFA (intptr_t ___0_system, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getUserData_mA431F7DBB31A7A66A53CB4D44FB0A34CC5C5F525 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetUserData_m0F2FD8362D10BACD8F45211632EC119ACB300E74 (intptr_t ___0_system, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setUserData_m4895C6457EDCA3980B8EF055F288B010659E5DC9 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetMemoryUsage(System.IntPtr,FMOD.Studio.MEMORY_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetMemoryUsage_m8AB2A92895E4F164B1D158649B78FB59CC9CDD74 (intptr_t ___0_system, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___1_memoryusage, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.System::getMemoryUsage(FMOD.Studio.MEMORY_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getMemoryUsage_m8D47D5138E4EE5235C825770B8298175FD922D49 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___0_memoryusage, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.System::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void System__ctor_m53381AC1F335F9F94B543263E9F1E3F115E0861F_inline (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.System::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_hasHandle_m7BA9A9F32D324546435C11B43CA2E11913B8B895 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.System::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_clearHandle_m453DB14ACF374ADB373BB91ADFDE7F79B5800FFE (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.System::FMOD_Studio_System_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_FMOD_Studio_System_IsValid_m6059608C067196BEC5D3D87118A9C24183485BC0 (intptr_t ___0_system, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.System::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_isValid_m4D4724F64141FF3422860C1C52F3842C76EFD303 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetID(System.IntPtr,FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetID_mA5AC9A5562DE1D887E071E53555C44971DEA8F2C (intptr_t ___0_eventdescription, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getID(FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getID_m202BE569D1861414BF7255A30737C9B61CC24CC1 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___0_id, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetPath_m225588980B89E69029061B3CB4A718A68043D8BD (intptr_t ___0_eventdescription, intptr_t ___1_path, int32_t ___2_size, int32_t* ___3_retrieved, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getPath(System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getPath_m4F38491BF7616429E2D04DAB4D688D9F1E21F34B (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, String_t** ___0_path, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionCount_mAB549AE838DBA94E4B72FC0A8CC9FBC14FEF3426 (intptr_t ___0_eventdescription, int32_t* ___1_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionCount_m65CF418E5E5B3B8423A697256BA054938717861E (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t* ___0_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionByIndex(System.IntPtr,System.Int32,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByIndex_mF54F368BEDB6C75F2E3A4C5E231253590BD27AD0 (intptr_t ___0_eventdescription, int32_t ___1_index, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___2_parameter, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionByIndex(System.Int32,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionByIndex_mDA697723E54E0D22CAEFF318DEE3B54F7136174D (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t ___0_index, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionByName(System.IntPtr,System.Byte[],FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByName_mADFE67CDA4FC4AFBE34A81F5CBEBE448D7FBE420 (intptr_t ___0_eventdescription, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___2_parameter, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionByName(System.String,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionByName_m6B978A29ECEFABAE0DDA8943BEF017BCCC2587EB (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, String_t* ___0_name, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByID_m60805AC8D02B0FFF362F908AFAD4E4E946DF38A9 (intptr_t ___0_eventdescription, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___2_parameter, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionByID(FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionByID_m1D7F7AB88A9BC2BF814343BFE937E104FAB60D1B (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterLabelByIndex(System.IntPtr,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByIndex_mD98887689974DB57AAF828F56DAD88846FDF22D9 (intptr_t ___0_eventdescription, int32_t ___1_index, int32_t ___2_labelindex, intptr_t ___3_label, int32_t ___4_size, int32_t* ___5_retrieved, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterLabelByIndex(System.Int32,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterLabelByIndex_m0200DCE7D9E2CC78086B94930E2E22AB86795BFC (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t ___0_index, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterLabelByName(System.IntPtr,System.Byte[],System.Int32,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByName_mFB53EC5E1848E2CC8C5AB76E603DCF38A48C20D5 (intptr_t ___0_eventdescription, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, int32_t ___2_labelindex, intptr_t ___3_label, int32_t ___4_size, int32_t* ___5_retrieved, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterLabelByName(System.String,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterLabelByName_m7F41501BDB55CC1A02E7BB682F92727250F351F5 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, String_t* ___0_name, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterLabelByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Int32,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByID_mC5688AC501DCC89333ED8255DF2A21ADD4B3626F (intptr_t ___0_eventdescription, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, int32_t ___2_labelindex, intptr_t ___3_label, int32_t ___4_size, int32_t* ___5_retrieved, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterLabelByID(FMOD.Studio.PARAMETER_ID,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterLabelByID_mB6BF91BCAA96B05B84EF5EF2589D058508BA26D5 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserPropertyCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserPropertyCount_mA27092CED7554D6CD710993D976616F28BB96769 (intptr_t ___0_eventdescription, int32_t* ___1_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getUserPropertyCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserPropertyCount_m97C4D7A38E3A301ED4ABB132C5484490CD633208 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t* ___0_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserPropertyByIndex(System.IntPtr,System.Int32,FMOD.Studio.USER_PROPERTY&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserPropertyByIndex_mE53C9EF7CDF0EFF4FF3C8EBE9E8D3AC1FA142D40 (intptr_t ___0_eventdescription, int32_t ___1_index, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* ___2_property, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getUserPropertyByIndex(System.Int32,FMOD.Studio.USER_PROPERTY&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserPropertyByIndex_m8B663040AFAF9A43C65EC47D9D3D5EC42BE2AEF8 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t ___0_index, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* ___1_property, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserProperty(System.IntPtr,System.Byte[],FMOD.Studio.USER_PROPERTY&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserProperty_mA1E807F8EA3CB350203E39EB5C26B1911DE6A7CF (intptr_t ___0_eventdescription, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* ___2_property, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getUserProperty(System.String,FMOD.Studio.USER_PROPERTY&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserProperty_m9649D76D47D89E7B7D20CAC831AEEAB472073943 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, String_t* ___0_name, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* ___1_property, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetLength(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetLength_mE222153278AE3E915D964B6616451760385CBB6F (intptr_t ___0_eventdescription, int32_t* ___1_length, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getLength(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getLength_mEB9643D6833D5827A5832ACA169F2A49B593693E (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t* ___0_length, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetMinMaxDistance(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetMinMaxDistance_mDE8DF8D18CFD5C9975B2F05302FFD3FBF738D3E2 (intptr_t ___0_eventdescription, float* ___1_min, float* ___2_max, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getMinMaxDistance(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getMinMaxDistance_mE654238212BDFC95F39054AA69621A0DD2324E20 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, float* ___0_min, float* ___1_max, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetSoundSize(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetSoundSize_m128D3167C42F3A21A464181438A59761D581617C (intptr_t ___0_eventdescription, float* ___1_size, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getSoundSize(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getSoundSize_m411AC75F4224928815E89EBA8BE43D3EA55541CF (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, float* ___0_size, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsSnapshot(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsSnapshot_m679E04312C9E3621A65AB2862672E757BE4A9201 (intptr_t ___0_eventdescription, bool* ___1_snapshot, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::isSnapshot(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isSnapshot_m64D8130C5FFD7574AF2F2312EB6AD4D2B865E6F5 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, bool* ___0_snapshot, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsOneshot(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsOneshot_mD43C5ABF266B4D2B1C7F6CA411C78DC0261496FF (intptr_t ___0_eventdescription, bool* ___1_oneshot, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::isOneshot(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isOneshot_m52C5136689621465AAEAA5EE6816960BF34FCC35 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, bool* ___0_oneshot, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsStream(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsStream_m9312CDF34DF9D922EE89F8D1453D209D24D6C702 (intptr_t ___0_eventdescription, bool* ___1_isStream, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::isStream(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isStream_m3BB5984927C53245C1A5E77E252CE71D2AC0FA48 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, bool* ___0_isStream, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_Is3D(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_Is3D_m3B5251829B515E5EC686FAFD14AEF768C9501DCB (intptr_t ___0_eventdescription, bool* ___1_is3D, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::is3D(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_is3D_m6857CCAB1EA6FFE6C59E5032507CD844FC209CBF (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, bool* ___0_is3D, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsDopplerEnabled(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsDopplerEnabled_mEEBF90B72747BF0390216533B86525E3F268B4FE (intptr_t ___0_eventdescription, bool* ___1_doppler, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::isDopplerEnabled(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isDopplerEnabled_m35AEE9C3D2760FC7B8EBF15BE9482D4941AE4B5E (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, bool* ___0_doppler, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_HasSustainPoint(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_HasSustainPoint_m57B2DB13BD573E343C7820ECE66C06E6406D4A5B (intptr_t ___0_eventdescription, bool* ___1_sustainPoint, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::hasSustainPoint(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_hasSustainPoint_m58DB60B1B577A996527A12480AD14C037C20A46D (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, bool* ___0_sustainPoint, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_CreateInstance(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_CreateInstance_m3F42CBA5D4779EBDF50EF24D994D0A6D6891F864 (intptr_t ___0_eventdescription, intptr_t* ___1_instance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::createInstance(FMOD.Studio.EventInstance&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_createInstance_mEEADEA8D0DFCC555DFC71ABD968735EAA811A8AF (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* ___0_instance, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetInstanceCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetInstanceCount_m666ECC9D1C5F0B863D14ABFA4D7DC9D9B4BDCA47 (intptr_t ___0_eventdescription, int32_t* ___1_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getInstanceCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getInstanceCount_mCEF7D56BF5ADBCB27DD7212412F249535864DF42 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t* ___0_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetInstanceList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetInstanceList_m4EB87639A08EC3890624DDD07420637ED21F8624 (intptr_t ___0_eventdescription, IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___1_array, int32_t ___2_capacity, int32_t* ___3_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getInstanceList(FMOD.Studio.EventInstance[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getInstanceList_m96410A573DCBCB0D98BA4C6F680AEAB74B90569B (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1** ___0_array, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_LoadSampleData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_LoadSampleData_m11B7B988FFC6BE3083CD669C56C0DCD70E07D157 (intptr_t ___0_eventdescription, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::loadSampleData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_loadSampleData_mCD4E35D915700408D5996005B78C4689E84BB6E9 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_UnloadSampleData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_UnloadSampleData_m20CB2D5ABF30F1A32922EBE1CBB18797A19DC87B (intptr_t ___0_eventdescription, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::unloadSampleData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_unloadSampleData_mF83E0FA28F53E3A730843BDD8E9D1E4CBD25EC82 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetSampleLoadingState(System.IntPtr,FMOD.Studio.LOADING_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetSampleLoadingState_m68E5686A3A117CF3227E4470D9B90E8E58166818 (intptr_t ___0_eventdescription, int32_t* ___1_state, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getSampleLoadingState(FMOD.Studio.LOADING_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getSampleLoadingState_m02CCD348365EB5880D3D9AECE652597AB0A5E81B (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t* ___0_state, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_ReleaseAllInstances(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_ReleaseAllInstances_mDE4C53111A58DC32C41E3A6094A69903C5940D86 (intptr_t ___0_eventdescription, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::releaseAllInstances()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_releaseAllInstances_mCAF942416B2AD1DC9A918BC6033E776BC8EA9AE6 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_SetCallback(System.IntPtr,FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_SetCallback_m4812AC3D0FCB72A981A8ABE26D35839F4EE8291D (intptr_t ___0_eventdescription, EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* ___1_callback, uint32_t ___2_callbackmask, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::setCallback(FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_setCallback_m0487C3926C261A7BE2F159F17572A5ADF16253B3 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* ___0_callback, uint32_t ___1_callbackmask, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserData_mE21603D4B70999906A37CAC73143717B595171FC (intptr_t ___0_eventdescription, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserData_mC30F177D391536FD58EA6A40F19F6BB93F847EF6 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_SetUserData_m35C74A6E0A46EFE0EAFE718A543E33C16C4D273C (intptr_t ___0_eventdescription, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventDescription::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_setUserData_mB48BEE75342B99EE8449100DBF635F05479D9218 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.EventDescription::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventDescription__ctor_mA6BC19364D9FFE4B78EA8DA6D4A2C450A73B5F35_inline (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.EventDescription::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_hasHandle_m105101F88B246358B4610CC102E5928AD6223E2C (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.EventDescription::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescription_clearHandle_m95FFAE0CEE5C25A900CA8A14B1E2BA0A98CBF331 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_FMOD_Studio_EventDescription_IsValid_m6E095909BE76956F6D1209256F7EDA997FFB0ED2 (intptr_t ___0_eventdescription, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.EventDescription::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_isValid_m29F5D59A2E5E7C3DC8DB3BAB49AE6A6AF1015A91 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetDescription(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetDescription_m3BF5C8C0494CBD1D2258B58677953AE5E64884FB (intptr_t ___0__event, intptr_t* ___1_description, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getDescription(FMOD.Studio.EventDescription&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getDescription_m9F6BC148384B2F53DC09EC8D25997A10DA1E1867 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* ___0_description, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetVolume(System.IntPtr,System.Single&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetVolume_mA5E628D87CDB48C40284A61D47BE255804FC56B2 (intptr_t ___0__event, float* ___1_volume, intptr_t ___2_zero, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getVolume(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getVolume_m6E2A0E9C9F06C33DE46CF85A749797FC3BC4D88C (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float* ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetVolume(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetVolume_m77EBE3D65A0C35A9FD00E234D6BBDA02801EF891 (intptr_t ___0__event, float* ___1_volume, float* ___2_finalvolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getVolume(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getVolume_m5B14CC5E0B9E39912870E35D4205A8908916CB82 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float* ___0_volume, float* ___1_finalvolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetVolume(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetVolume_mA7221C51218D0A304417FCE06D78CADE4688B670 (intptr_t ___0__event, float ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setVolume_m9593D31100635F7B5032BAD04BAE93CCC884811D (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPitch(System.IntPtr,System.Single&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPitch_mB0C01384E7F258FB375247786B5B47ED8F670FBF (intptr_t ___0__event, float* ___1_pitch, intptr_t ___2_zero, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getPitch(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPitch_mAD6EDC09CAE65FCF2C1D866ADCBC9FAAC43F4D70 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float* ___0_pitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPitch(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPitch_m7AE5562FF2E0A366792BCFAE874381EEDF4F29D4 (intptr_t ___0__event, float* ___1_pitch, float* ___2_finalpitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getPitch(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPitch_m3F6445E687488DCFEBE9F1C3F3ABAAF3720C13EA (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float* ___0_pitch, float* ___1_finalpitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetPitch(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetPitch_m1443113D0875E0E8CA5F95632071F87C0BE71C50 (intptr_t ___0__event, float ___1_pitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setPitch(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setPitch_m62D3DA85D5247A523F77F55A54CA4F91A9F0BE73 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float ___0_pitch, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Get3DAttributes(System.IntPtr,FMOD.ATTRIBUTES_3D&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Get3DAttributes_m83B800BD0BDC7A85774BA349A1B9FD358A2AC867 (intptr_t ___0__event, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___1_attributes, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::get3DAttributes(FMOD.ATTRIBUTES_3D&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_get3DAttributes_m74A5DF2282483EC1D112E2AA060EAC3040D933E3 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___0_attributes, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Set3DAttributes(System.IntPtr,FMOD.ATTRIBUTES_3D&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Set3DAttributes_mF442D1224C28D6BCE99ECDBED98D5AB87BF00B9A (intptr_t ___0__event, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___1_attributes, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::set3DAttributes(FMOD.ATTRIBUTES_3D)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_set3DAttributes_m50240BF34F70062566F9AA89CCE063A671B9B85B (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___0_attributes, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetListenerMask(System.IntPtr,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetListenerMask_mBE1FE7966F2092CE2E423E79099A5106C130E6BD (intptr_t ___0__event, uint32_t* ___1_mask, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getListenerMask(System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getListenerMask_mB53974BE29404394BC17D7B6B76E7051E0B3AF9B (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, uint32_t* ___0_mask, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetListenerMask(System.IntPtr,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetListenerMask_m341214200200804686D2941DA6F080CC45063C65 (intptr_t ___0__event, uint32_t ___1_mask, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setListenerMask(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setListenerMask_mAB4255CEAE4067915225F49C0E8012D73D4DCB25 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, uint32_t ___0_mask, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetProperty(System.IntPtr,FMOD.Studio.EVENT_PROPERTY,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetProperty_m2B2AB48119FC5F694B776D25DC4A2F5750C9CD57 (intptr_t ___0__event, int32_t ___1_index, float* ___2_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getProperty(FMOD.Studio.EVENT_PROPERTY,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getProperty_mC18D1D83D68560805D5AB57ED3FD346CAA716567 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_index, float* ___1_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetProperty(System.IntPtr,FMOD.Studio.EVENT_PROPERTY,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetProperty_mAAC48C548A56C0CEA98E19C743E2BA6B05B855E6 (intptr_t ___0__event, int32_t ___1_index, float ___2_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setProperty(FMOD.Studio.EVENT_PROPERTY,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setProperty_mD4AA00F4E8A4F958AFD5BE96E82E7C95787293AC (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_index, float ___1_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetReverbLevel(System.IntPtr,System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetReverbLevel_m6314421336BC083EEA815B84E7BDFD67A89159DC (intptr_t ___0__event, int32_t ___1_index, float* ___2_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getReverbLevel(System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getReverbLevel_m68CF838CFA48943985E4213A16FFBBEAE41F5E06 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_index, float* ___1_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetReverbLevel(System.IntPtr,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetReverbLevel_m9DEBB08D754501872F12E977A4F3DA9066BDCEE8 (intptr_t ___0__event, int32_t ___1_index, float ___2_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setReverbLevel(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setReverbLevel_mDC057F83A2600780F364B47A916C822AFDA8BBB2 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_index, float ___1_level, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPaused(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPaused_m1D967C204191952A716E8C8CB440A9BF276E70E4 (intptr_t ___0__event, bool* ___1_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getPaused(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPaused_mC16F2314B078EECA87C7493597AC8F47D8B21072 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, bool* ___0_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetPaused(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetPaused_m13EF07EB710945156B6423506B549FFC4C0081CD (intptr_t ___0__event, bool ___1_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setPaused_m590947CE1A5DD2B5C64B3AA7A36313CA78B6CF13 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, bool ___0_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Start(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Start_m925EB66BBE17C40C2F4C79B072F2398612DECDC8 (intptr_t ___0__event, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_start_mA66929F498D81CE8EBEF687D9EFEC93BDB4AAEF4 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Stop(System.IntPtr,FMOD.Studio.STOP_MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Stop_m9BDB435785F82C62CB92CD7C9217D91C165EBDF5 (intptr_t ___0__event, int32_t ___1_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::stop(FMOD.Studio.STOP_MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_stop_mD78982E36B28F26C554BADE22371832E58E69A5E (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetTimelinePosition(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetTimelinePosition_mF51B5A74689580A22BEF668E0BF77D1979DD0784 (intptr_t ___0__event, int32_t* ___1_position, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getTimelinePosition(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getTimelinePosition_m5E859655FD14674B6F7FA265275164AFE69C69F7 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t* ___0_position, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetTimelinePosition(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetTimelinePosition_mCC074C8298A5B5464C47F9C24DDFDF061B6AA5D6 (intptr_t ___0__event, int32_t ___1_position, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setTimelinePosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setTimelinePosition_m1C678AE1432DC515AEC38D6F4C484538061D795E (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_position, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPlaybackState(System.IntPtr,FMOD.Studio.PLAYBACK_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPlaybackState_m92E12A7828A5C52BEE3A730BA80BAA9A355C7C59 (intptr_t ___0__event, int32_t* ___1_state, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getPlaybackState(FMOD.Studio.PLAYBACK_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPlaybackState_mB663914CE669A30DD8B8FEA9BED6796835BFE6F0 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t* ___0_state, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetChannelGroup(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetChannelGroup_m3173F585686FE410C965D98AF7A853F190AC9068 (intptr_t ___0__event, intptr_t* ___1_group, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getChannelGroup(FMOD.ChannelGroup&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getChannelGroup_mA2145E4B2D6B9B56A35F1B5757FFFFDD878A4C8A (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___0_group, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetMinMaxDistance(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetMinMaxDistance_mDF0B2AC007AACC39E42E7F1AB8EB7A93FA35FAFD (intptr_t ___0__event, float* ___1_min, float* ___2_max, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getMinMaxDistance(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getMinMaxDistance_m68A48C243B65CEEF5E19C8897374418C4FA4BE6B (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float* ___0_min, float* ___1_max, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Release_m58368F62AA5CA1742ED836196F362EA6BDB4A983 (intptr_t ___0__event, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_release_m4A3D07B98E9490FA05B8963366254FA6D6829AEE (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_IsVirtual(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_IsVirtual_m778791D5EADDDBBCAC4A41F23F5D7CA8D0E65E8F (intptr_t ___0__event, bool* ___1_virtualstate, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::isVirtual(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_isVirtual_m5BE9E5513503D0D8B634D81098634614427BB1AC (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, bool* ___0_virtualstate, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByID_m157F542432B050C77C09B1D7BD1926B1565B295B (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float* ___1_value, float* ___2_finalvalue, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByID_m9C37C425C47528B76BFAAE091E1B427B8F13C2C7 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float* ___1_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetParameterByID_m6E47B00859AD99698FF66C1A08C6DD42D78D1CD3 (intptr_t ___0__event, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, float* ___2_value, float* ___3_finalvalue, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByID_m88A4018D1442CF94C2B9DF1E341E7EE38E909383 (intptr_t ___0__event, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, float ___2_value, bool ___3_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setParameterByID(FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByID_m08F2897BA95726D7A4DC51D0141199D1A6AEABFF (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByIDWithLabel(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByIDWithLabel_m42B20E90E7DA01B1A4CEC447DD3C5265967AA68C (intptr_t ___0__event, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_label, bool ___3_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setParameterByIDWithLabel(FMOD.Studio.PARAMETER_ID,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByIDWithLabel_m142172EA6DFDC5E6434C0C786FDCB7F3326E9295 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParametersByIDs(System.IntPtr,FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParametersByIDs_mAD9A8E040EC58483D048E6B15BB2E70A360B34FD (intptr_t ___0__event, PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2* ___1_ids, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___2_values, int32_t ___3_count, bool ___4_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setParametersByIDs(FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParametersByIDs_m6E5AC8099004CB21344AF0FFA0BFA2195507F805 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2* ___0_ids, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_values, int32_t ___2_count, bool ___3_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getParameterByName(System.String,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByName_m08625A220860267A2B8C3A641EDCFA53491915C9 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, String_t* ___0_name, float* ___1_value, float* ___2_finalvalue, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getParameterByName(System.String,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByName_m317C5BC27707861087BE14BC92984D85F61D9E6F (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, String_t* ___0_name, float* ___1_value, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetParameterByName(System.IntPtr,System.Byte[],System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetParameterByName_m119866B2C509D2CC67DD169963A3CBF948753F9B (intptr_t ___0__event, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, float* ___2_value, float* ___3_finalvalue, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByName(System.IntPtr,System.Byte[],System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByName_mB938E71A9922BC06AFE42D14E9CBDED3927B47F4 (intptr_t ___0__event, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, float ___2_value, bool ___3_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setParameterByName(System.String,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByName_m50130723FCF1C6AFF16B667E2B4B59DED9E1AFAF (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, String_t* ___0_name, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByNameWithLabel(System.IntPtr,System.Byte[],System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByNameWithLabel_mB78CA9E04DF2A932AC65B5B0D5CD7D29D4F82B8F (intptr_t ___0__event, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_label, bool ___3_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setParameterByNameWithLabel(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByNameWithLabel_m61EAFFAAA46ACA7DBE30F464FA9E1B3637012DEA (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, String_t* ___0_name, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_KeyOff(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_KeyOff_m4F35FF1B872CCCA41E2753A2455F2EBE952285D5 (intptr_t ___0__event, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::keyOff()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_keyOff_m8AC2C6F5666FC6AAA8060BE969533424A19EB207 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetCallback(System.IntPtr,FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetCallback_m2D3600F8578614A9B3E90665F7645F90AC01FB8A (intptr_t ___0__event, EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* ___1_callback, uint32_t ___2_callbackmask, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setCallback(FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setCallback_m019C5A94431EFBCB0857CA2EBAB5E90A5C0BC231 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* ___0_callback, uint32_t ___1_callbackmask, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetUserData_mC24634FA4A49802AA112CA700163A92E7D7486B0 (intptr_t ___0__event, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getUserData_mC5E745C30CBD38280267A7CB4670E137BEF23C91 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetUserData_mFB2CBBCAA48F091DCA136AD9F5462FD2352F6F07 (intptr_t ___0__event, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setUserData_mB31994821EADF32FA619260B66C2034AE8BD1090 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetCPUUsage(System.IntPtr,System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetCPUUsage_mADEBA05013784CC0EB342C75A7F2B864DB9C692C (intptr_t ___0__event, uint32_t* ___1_exclusive, uint32_t* ___2_inclusive, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getCPUUsage(System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getCPUUsage_m29FDC09B87978C47F0A4DD59CA54347030800938 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, uint32_t* ___0_exclusive, uint32_t* ___1_inclusive, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetMemoryUsage(System.IntPtr,FMOD.Studio.MEMORY_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetMemoryUsage_m2924DDB54A5C70FE7D8FFA378396A3C4AE0FF00B (intptr_t ___0__event, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___1_memoryusage, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.EventInstance::getMemoryUsage(FMOD.Studio.MEMORY_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getMemoryUsage_mB505C8F9ED716F09B11AB33BF57A2CF6667EDE5A (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___0_memoryusage, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.EventInstance::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventInstance__ctor_m816DEABF8D53C86857C8A1E00F066551BC075773_inline (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.EventInstance::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_hasHandle_m31613ED281F8601058F73F650422924C6EA2CC81 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.EventInstance::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventInstance_clearHandle_mF6F6177818770D23FAA3F7B78BCD244734A63B9E (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_FMOD_Studio_EventInstance_IsValid_mE9EC897D52D9F54E3E2ECF50C56CDFC11C2B6AB7 (intptr_t ___0__event, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.EventInstance::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_isValid_mFB74164050622B120B819DFEF7925540C566F3E2 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetID(System.IntPtr,FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetID_m19CFC4B6D3F4B9DD32FA9FBAD1561A7E749A8364 (intptr_t ___0_bus, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::getID(FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getID_mFD080BFA266383ADC9FDA0C99A3995668CD4F752 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___0_id, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetPath_m365E7BAFBA48D145C2D8260FFC1AD4B091335461 (intptr_t ___0_bus, intptr_t ___1_path, int32_t ___2_size, int32_t* ___3_retrieved, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::getPath(System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getPath_m1C3BF57DF5A6E3083AE0F763C9816EF8AAF88747 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, String_t** ___0_path, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::getVolume(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getVolume_m7158AB8B4ED5335E9B9AE1769EC86AA50773E2EB (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, float* ___0_volume, float* ___1_finalvolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::getVolume(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getVolume_m88163CF6916BF3C8CA850813EB634D563F206A9C (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, float* ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetVolume(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetVolume_mD68369AEC6F92104A471859386041CB8F7FAD942 (intptr_t ___0_bus, float* ___1_volume, float* ___2_finalvolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetVolume(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetVolume_mDFFA7BB41F5E2D1068A21FE54F23B2315568F05E (intptr_t ___0_bus, float ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::setVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setVolume_mFAF0B2563DC394A8618AB2F6F0A1E1C61E4C9C02 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, float ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetPaused(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetPaused_m2EC313EF767B8BD8576316609D170AD6DD6E9B1B (intptr_t ___0_bus, bool* ___1_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::getPaused(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getPaused_mB32D426F2FAB371697F8DD558C0C8B6B7A231782 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, bool* ___0_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetPaused(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetPaused_m842FAE58257193AE6CA8BB2F4564AC6B6F2B6A32 (intptr_t ___0_bus, bool ___1_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::setPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setPaused_m1BEDF4D3EB642A8096BE5E967349E07EDD86D9AD (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, bool ___0_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetMute(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetMute_m2B826EACC3FA64E30DC6F3DE5C0D8B7D37AD311E (intptr_t ___0_bus, bool* ___1_mute, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::getMute(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getMute_m3CF32EE21174A80D11A7C7ECCF55CD497967747C (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, bool* ___0_mute, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetMute(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetMute_m5A5C92F21E714CCF9D865AF8FD73EDF19C18FF47 (intptr_t ___0_bus, bool ___1_mute, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::setMute(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setMute_m138B8062EFD72CFCC8A08DA1317520787DBE106C (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, bool ___0_mute, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_StopAllEvents(System.IntPtr,FMOD.Studio.STOP_MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_StopAllEvents_mAD361A25DFC6ED95EEAFAF1B4AAFFC4381E99100 (intptr_t ___0_bus, int32_t ___1_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::stopAllEvents(FMOD.Studio.STOP_MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_stopAllEvents_m904AD86F3FF5E55D917B2512131BD69BA753A41E (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, int32_t ___0_mode, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_LockChannelGroup(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_LockChannelGroup_m66A0186BFFB650AB369063136A1F8AC83FE33B78 (intptr_t ___0_bus, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::lockChannelGroup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_lockChannelGroup_m218261189677988D595DE11884BB8CE785D80139 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_UnlockChannelGroup(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_UnlockChannelGroup_mA9D311845C149FBBAA8738E2C35544804D33B940 (intptr_t ___0_bus, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::unlockChannelGroup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_unlockChannelGroup_m699B697E38852BFD104DDC8DFD8B08EE29C9F639 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetChannelGroup(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetChannelGroup_m4F23222A5E1CA0F3490B7B98A92D5231F5F2604D (intptr_t ___0_bus, intptr_t* ___1_group, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::getChannelGroup(FMOD.ChannelGroup&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getChannelGroup_mAE99D88164967EE1E5056CA68F4A48918B06D60C (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___0_group, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetCPUUsage(System.IntPtr,System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetCPUUsage_mD3D2DD9560F1F7073CC341D59143670C3C6A4D50 (intptr_t ___0_bus, uint32_t* ___1_exclusive, uint32_t* ___2_inclusive, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::getCPUUsage(System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getCPUUsage_m1CBCA89A34CF8E9A94B0B47FD044EA903C5BCEA6 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, uint32_t* ___0_exclusive, uint32_t* ___1_inclusive, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetMemoryUsage(System.IntPtr,FMOD.Studio.MEMORY_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetMemoryUsage_m74DB232C6A217D7CC3ACE256EC81B3E8CEC84522 (intptr_t ___0_bus, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___1_memoryusage, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::getMemoryUsage(FMOD.Studio.MEMORY_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getMemoryUsage_mF0EB27178E8991DFDF404862BA6784C60EF99357 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___0_memoryusage, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetPortIndex(System.IntPtr,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetPortIndex_m7A5B1D399926FE1F8E8466323C9E1683D43D3B6C (intptr_t ___0_bus, uint64_t* ___1_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::getPortIndex(System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getPortIndex_m4B072A05792711D6C2770D121AA2C304A675583B (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, uint64_t* ___0_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetPortIndex(System.IntPtr,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetPortIndex_m8B56C105D0B4E07CB5F05C99C39AA33DF9C47D21 (intptr_t ___0_bus, uint64_t ___1_index, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bus::setPortIndex(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setPortIndex_m415F10B53AF7643DBC875F6FCA664FB313367243 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, uint64_t ___0_index, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.Bus::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bus__ctor_m7D24131AFE53B7A3A11A8EB6447D471A2914E8A3_inline (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.Bus::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bus_hasHandle_mF43481EE7A3A27340D90B931D05AA499A4AD6795 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.Bus::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bus_clearHandle_m5DEB97FA810F4FC428D8CB8EA93D017073A5572D (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.Bus::FMOD_Studio_Bus_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bus_FMOD_Studio_Bus_IsValid_m0C96C5D2A258C569316B859D1C155FF7A1F879AA (intptr_t ___0_bus, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.Bus::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bus_isValid_m711BC3169BC350428FB3F86EA82E0D626AC47696 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_GetID(System.IntPtr,FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_GetID_m2CEB86BAF93F509840F42EC21B1CE64B69D4AEF3 (intptr_t ___0_vca, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.VCA::getID(FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getID_m1FE28988D9B444FA308E2427718B796424AA9345 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___0_id, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_GetPath_m3315DD9DC4FFCACF363AD6C3F270ABA02738CECE (intptr_t ___0_vca, intptr_t ___1_path, int32_t ___2_size, int32_t* ___3_retrieved, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.VCA::getPath(System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getPath_m49B244E0912997BA0C311CAE11B706061050F6E7 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, String_t** ___0_path, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.VCA::getVolume(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getVolume_m8A04E700296B06EB4D9968105B7E9A8FEA5EE7EE (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, float* ___0_volume, float* ___1_finalvolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.VCA::getVolume(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getVolume_mB23F9CE5D20CAC7DE566C7A81209392A1C2E5C6C (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, float* ___0_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_GetVolume(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_GetVolume_mB967E0E7DEC13B8B1F13220CA3DDD633751A6890 (intptr_t ___0_vca, float* ___1_volume, float* ___2_finalvolume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_SetVolume(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_SetVolume_m5D6A27B0B5E0CEC29716296A58C5D5F1C6A179E5 (intptr_t ___0_vca, float ___1_volume, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.VCA::setVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_setVolume_m258C04F90E833F43D1EA2916B84145C82EF45AC0 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, float ___0_volume, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.VCA::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VCA__ctor_m11C1881E2F34E7A126B3C3CAF5BA3012F0906F10_inline (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.VCA::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VCA_hasHandle_m40B64D5607018943DDDD535BA8A0B4CE1F88A825 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.VCA::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VCA_clearHandle_m9EB36B289EC2B7B44714E60FB151D29C579F17C1 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.VCA::FMOD_Studio_VCA_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VCA_FMOD_Studio_VCA_IsValid_mB58DF6EFC2A31DBC62593C6D724F653A3433B32F (intptr_t ___0_vca, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.VCA::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VCA_isValid_mF40FC6344E7C60C09BB32F4B64C4FF5D58EAA8F5 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetID(System.IntPtr,FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetID_mFA2A405FDB313107786AA2596BBA25845F476C77 (intptr_t ___0_bank, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getID(FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getID_m8736C33CA03B61F23E738B3095A557E6EFB7D1A5 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___0_id, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetPath_mEAF9D595179FD9E7479E875F904722D6D39A0BDC (intptr_t ___0_bank, intptr_t ___1_path, int32_t ___2_size, int32_t* ___3_retrieved, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getPath(System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getPath_m69C781B8E9934F99542018DB149B9EDFE7D51DC3 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, String_t** ___0_path, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_Unload(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_Unload_m5ECFFFDA6C172CF6D77FA778BE19E58A169E4834 (intptr_t ___0_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::unload()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_unload_m6853CEC4CFB09359C41B4B8DE93CC23AFA1087F3 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_LoadSampleData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_LoadSampleData_mBD03C89D197949EE4DF379A954BF6C3D925B66BE (intptr_t ___0_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::loadSampleData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_loadSampleData_m5893941027AE7FD9691D992FEACFE0798FF4376E (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_UnloadSampleData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_UnloadSampleData_m4477CAA2784BE1D8E007EE10E87A9F7209E5E890 (intptr_t ___0_bank, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::unloadSampleData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_unloadSampleData_m53C63B98948AB0755DA619290DE5EF4951E34B1E (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetLoadingState(System.IntPtr,FMOD.Studio.LOADING_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetLoadingState_m53D93CD3D4D5188BA8874ADCDEA8A8907144774F (intptr_t ___0_bank, int32_t* ___1_state, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getLoadingState(FMOD.Studio.LOADING_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getLoadingState_mC73B726718517A20289F548DA278E6E88DC2DB34 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t* ___0_state, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetSampleLoadingState(System.IntPtr,FMOD.Studio.LOADING_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetSampleLoadingState_mC0CB2A8CAE1C3D8A6936FE1795E2FF017B5EE4D4 (intptr_t ___0_bank, int32_t* ___1_state, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getSampleLoadingState(FMOD.Studio.LOADING_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getSampleLoadingState_m4D25FFE72A9C26373C6D66DFCA758227BD63FB54 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t* ___0_state, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetStringCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetStringCount_m923CC85A0E7DF8D3D56F78CEC9ED24E43444DD28 (intptr_t ___0_bank, int32_t* ___1_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getStringCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getStringCount_m39A9946EEFA8C6083E47DC9362D92F28602513DF (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t* ___0_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetStringInfo(System.IntPtr,System.Int32,FMOD.GUID&,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetStringInfo_m4BC8576D4AFE9461A8B2415B9B087CFEC0B2BCF3 (intptr_t ___0_bank, int32_t ___1_index, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___2_id, intptr_t ___3_path, int32_t ___4_size, int32_t* ___5_retrieved, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getStringInfo(System.Int32,FMOD.GUID&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getStringInfo_mB2E0F59C637A867ACA29C1B751B68773E6C671C2 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t ___0_index, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, String_t** ___2_path, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetEventCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetEventCount_m47B9F616E34C34BFC041EB4D9E7A2FAEF2695C5C (intptr_t ___0_bank, int32_t* ___1_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getEventCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getEventCount_m27A8305E0B9DFD7E83CCFE2A21F34593479E1A46 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t* ___0_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetEventList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetEventList_mE8DA2705F9517D07C7165705D490587DF691E774 (intptr_t ___0_bank, IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___1_array, int32_t ___2_capacity, int32_t* ___3_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getEventList(FMOD.Studio.EventDescription[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getEventList_m4DEF01F551BC7598E94B65CD73015C0F4EB54EDE (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD** ___0_array, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetBusCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetBusCount_m8A629A20865C044C7F1378268365AEF897E31D8C (intptr_t ___0_bank, int32_t* ___1_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getBusCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getBusCount_mDB4D9767E286CA8952D68CA2E5E6268BAC443861 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t* ___0_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetBusList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetBusList_mD14BE58B4A84B551E4A9E981D7B6DD6D4F60019A (intptr_t ___0_bank, IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___1_array, int32_t ___2_capacity, int32_t* ___3_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getBusList(FMOD.Studio.Bus[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getBusList_m31CC23B28516D03EC240181928C269012D5784B0 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A** ___0_array, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetVCACount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetVCACount_m666034FE70665D5D89A5577FD1C8145975C84FAD (intptr_t ___0_bank, int32_t* ___1_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getVCACount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getVCACount_m1EDAEF0FDD6B8EF9E61F996A37AA5FDA0ED6DC8B (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t* ___0_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetVCAList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetVCAList_mC1089E0ADA46E8A20CACD801A44149C781F1494C (intptr_t ___0_bank, IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___1_array, int32_t ___2_capacity, int32_t* ___3_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getVCAList(FMOD.Studio.VCA[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getVCAList_m037B42EDAF9134F6B435D286B7CB499253F7C01A (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296** ___0_array, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetUserData_mAA978BE0F92096BC6560399005EDE734C599F640 (intptr_t ___0_bank, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getUserData_mCA87BFDD84322C69F725525042B02B6BFB85AC25 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_SetUserData_m814E284D8DDAA9FDFC049F37A90E5754C35A9140 (intptr_t ___0_bank, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.Bank::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_setUserData_m75BDD11A62849D416749B672F1CC0CE04FB54F1D (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.Bank::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bank__ctor_m8F325789AC421678C721C2F67E482E41F19541A5_inline (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.Bank::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bank_hasHandle_mEEF94F03512C44EFB09C4AAD57AC3BAF558EE1D4 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.Bank::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bank_clearHandle_m65C9D6BFA827E82D80C5C137D59AFA9C995202E2 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.Bank::FMOD_Studio_Bank_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bank_FMOD_Studio_Bank_IsValid_m83FD9C30FDF292634239B1ACFA47637BB760EC35 (intptr_t ___0_bank, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.Bank::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bank_isValid_mCFBA5D829ED046EE4E8CA69FD475D81C93D6F9EE (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetSystem(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetSystem_m3417DA8220C84C69EC70FE92C3F054A8D3D97867 (intptr_t ___0_replay, intptr_t* ___1_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::getSystem(FMOD.Studio.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getSystem_m3975D9948E6C613B0E61625BC3E900D8825FF221 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* ___0_system, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetLength(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetLength_m9E914345C0B5F66F180E9438621E12C93A1B5E04 (intptr_t ___0_replay, float* ___1_length, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::getLength(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getLength_m59374A44E01D2601EE1E6F27F98F72EBC8701D41 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, float* ___0_length, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandCount_m75990CDF2D9630F06366FA00F71F75E057623D98 (intptr_t ___0_replay, int32_t* ___1_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::getCommandCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandCount_m8E072B60F1C567242C15A1862787CC35BD551C4B (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, int32_t* ___0_count, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandInfo(System.IntPtr,System.Int32,FMOD.Studio.COMMAND_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandInfo_m03FA862DCF1BAB3B0418CC1A87E5AC3948EE3CDA (intptr_t ___0_replay, int32_t ___1_commandindex, COMMAND_INFO_tCBBD3E3B8F206BDA068D1F5E8DE83DC4327B0FDE* ___2_info, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::getCommandInfo(System.Int32,FMOD.Studio.COMMAND_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandInfo_m09C6E8A252FC23B44F1AA79CF2C68433BB019D8A (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, int32_t ___0_commandIndex, COMMAND_INFO_tCBBD3E3B8F206BDA068D1F5E8DE83DC4327B0FDE* ___1_info, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandString(System.IntPtr,System.Int32,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandString_mA737A269290F03787EA8B676113B08F661F66F7C (intptr_t ___0_replay, int32_t ___1_commandIndex, intptr_t ___2_buffer, int32_t ___3_length, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::getCommandString(System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandString_m305709FA9F239CC202C5EDCF0459F1100F887541 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, int32_t ___0_commandIndex, String_t** ___1_buffer, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandAtTime(System.IntPtr,System.Single,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandAtTime_m27082E7D6E287A4B15C786D8564E7A0B37F53299 (intptr_t ___0_replay, float ___1_time, int32_t* ___2_commandIndex, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::getCommandAtTime(System.Single,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandAtTime_m32784099963DAFC104AD4609E46B1903F5975A83 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, float ___0_time, int32_t* ___1_commandIndex, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetBankPath(System.IntPtr,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetBankPath_mC3A4273A3893723C982ED6075E740236ACC2964B (intptr_t ___0_replay, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_bankPath, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::setBankPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setBankPath_m526ADCBA5D8A9211B853FCBAE052AE16DDCBA7EA (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, String_t* ___0_bankPath, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_Start(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_Start_mE383B48766EFE6A6CBB27AFF0BCED473505A9644 (intptr_t ___0_replay, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_start_m01D627A157189259E060D729917E8F6343D249FF (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_Stop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_Stop_m25A1A4F25F9F2766652DB763CB92CB51D19B5CBF (intptr_t ___0_replay, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_stop_mDE7CE2DD1DAFE237B347D00254FA8D7488DDC6E1 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SeekToTime(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SeekToTime_m73FF5FA117145B30B9C08F3F068FDE537C56A8BF (intptr_t ___0_replay, float ___1_time, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::seekToTime(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_seekToTime_m23B5C7DD6998E0F5E903C65714E13168554A1050 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, float ___0_time, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SeekToCommand(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SeekToCommand_m0E3D4FDDCD12271300965C0252251B168A14D814 (intptr_t ___0_replay, int32_t ___1_commandIndex, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::seekToCommand(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_seekToCommand_mD4A305EC8ED7BFEAC45ADB846AA0F996C043ED0C (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, int32_t ___0_commandIndex, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetPaused(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetPaused_mD4F6BB75F8D027B40115E80EBBC01EF1F488EF42 (intptr_t ___0_replay, bool* ___1_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::getPaused(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getPaused_m2E9545101D52CB7C9AC5633BFE7087C92222F015 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, bool* ___0_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetPaused(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetPaused_m231DDD1819B80EC1922099F904965A4A104A47EB (intptr_t ___0_replay, bool ___1_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::setPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setPaused_m1FE0F75673CA69A673F07CB458A231803C2233C8 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, bool ___0_paused, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetPlaybackState(System.IntPtr,FMOD.Studio.PLAYBACK_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetPlaybackState_m5EFA36C232398C11F315051370365FC81CE14D3A (intptr_t ___0_replay, int32_t* ___1_state, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::getPlaybackState(FMOD.Studio.PLAYBACK_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getPlaybackState_m757DEC061DD1672922B8B234450A7E7C8AF8E2D2 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, int32_t* ___0_state, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCurrentCommand(System.IntPtr,System.Int32&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCurrentCommand_m783495B11AD272FBDD629DBA76E6F022D7FBBBDD (intptr_t ___0_replay, int32_t* ___1_commandIndex, float* ___2_currentTime, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::getCurrentCommand(System.Int32&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCurrentCommand_mDDBB228F2E6DB13471E30137AAF9CC842450EEA4 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, int32_t* ___0_commandIndex, float* ___1_currentTime, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_Release_m66C5DBA5B036F76E37C9C666D65A2D85C750CB42 (intptr_t ___0_replay, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_release_m43F0A5ECC3A689AAC23C8FB66FBCB9356DB12736 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetFrameCallback(System.IntPtr,FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetFrameCallback_mFBBA5792D8ED9971F2A4CB66E992B2E27B01894B (intptr_t ___0_replay, COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* ___1_callback, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::setFrameCallback(FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setFrameCallback_mD3EB81B79D214420EEE12C47813E314029B74A26 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* ___0_callback, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetLoadBankCallback(System.IntPtr,FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetLoadBankCallback_mCA1489E0ED125B5D34D34FB4E74B4516607AC9C8 (intptr_t ___0_replay, COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* ___1_callback, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::setLoadBankCallback(FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setLoadBankCallback_m529AA6A3841B31F593CFB68BA6EB1AADAEFECCEF (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* ___0_callback, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetCreateInstanceCallback(System.IntPtr,FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetCreateInstanceCallback_m5FDA49EB67B9B4472F73E7C54999081808DB606B (intptr_t ___0_replay, COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* ___1_callback, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::setCreateInstanceCallback(FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setCreateInstanceCallback_mEA722F8DD50F627BD5A0A14B028CA5A05788A24F (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* ___0_callback, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetUserData_m273EBF32D9838C6029EB472DC6B99327347E6CFB (intptr_t ___0_replay, intptr_t* ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getUserData_m246D0817CF3C2A454ABA0570F3A14FE8C3982424 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, intptr_t* ___0_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetUserData_m8A673E517AAC0933E0A11757B868B1861847ADE3 (intptr_t ___0_replay, intptr_t ___1_userdata, const RuntimeMethod* method) ;
// FMOD.RESULT FMOD.Studio.CommandReplay::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setUserData_m3A093847BB757723002A2413377CCDD81296EF1D (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, intptr_t ___0_userdata, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.CommandReplay::.ctor(System.IntPtr)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CommandReplay__ctor_m9E60808B13329D16E0D9B1452D49C1DC2391CD4B_inline (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, intptr_t ___0_ptr, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.CommandReplay::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandReplay_hasHandle_m3FD356989282F16065AABD0EC59C90FC0C8C5CDA (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, const RuntimeMethod* method) ;
// System.Void FMOD.Studio.CommandReplay::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandReplay_clearHandle_m49A7A2AB23364099409E073912E580C84D4DE619 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandReplay_FMOD_Studio_CommandReplay_IsValid_mF3CFE9D41689E89700FD41C16605991B630651F6 (intptr_t ___0_replay, const RuntimeMethod* method) ;
// System.Boolean FMOD.Studio.CommandReplay::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandReplay_isValid_m3560824A986DB0935AB7D0FAF7E5A73F3AC7165F (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, const RuntimeMethod* method) ;
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Release(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetSystemObject(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Lock(intptr_t, uint32_t, uint32_t, intptr_t*, intptr_t*, uint32_t*, uint32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Unlock(intptr_t, intptr_t, intptr_t, uint32_t, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetDefaults(intptr_t, float, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetDefaults(intptr_t, float*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Set3DMinMaxDistance(intptr_t, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Get3DMinMaxDistance(intptr_t, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Set3DConeSettings(intptr_t, float, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Get3DConeSettings(intptr_t, float*, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Set3DCustomRolloff(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_Get3DCustomRolloff(intptr_t, intptr_t*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetSubSound(intptr_t, int32_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetSubSoundParent(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetName(intptr_t, intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetLength(intptr_t, uint32_t*, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetFormat(intptr_t, int32_t*, int32_t*, int32_t*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetNumSubSounds(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetNumTags(intptr_t, int32_t*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetTag(intptr_t, uint8_t*, int32_t, TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshaled_pinvoke*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetOpenState(intptr_t, int32_t*, uint32_t*, int32_t*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_ReadData(intptr_t, uint8_t*, uint32_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SeekData(intptr_t, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetSoundGroup(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetSoundGroup(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetNumSyncPoints(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetSyncPoint(intptr_t, int32_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetSyncPointInfo(intptr_t, intptr_t, intptr_t, int32_t, uint32_t*, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_AddSyncPoint(intptr_t, uint32_t, uint32_t, uint8_t*, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_DeleteSyncPoint(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetMode(intptr_t, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetMode(intptr_t, uint32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetLoopCount(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetLoopCount(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetLoopPoints(intptr_t, uint32_t, uint32_t, uint32_t, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetLoopPoints(intptr_t, uint32_t*, uint32_t, uint32_t*, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetMusicNumChannels(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetMusicChannelVolume(intptr_t, int32_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetMusicChannelVolume(intptr_t, int32_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetMusicSpeed(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetMusicSpeed(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_SetUserData(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Sound_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetFrequency(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetFrequency(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetPriority(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetPriority(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetPosition(intptr_t, uint32_t, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetPosition(intptr_t, uint32_t*, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetChannelGroup(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetChannelGroup(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetLoopCount(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetLoopCount(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetLoopPoints(intptr_t, uint32_t, uint32_t, uint32_t, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetLoopPoints(intptr_t, uint32_t*, uint32_t, uint32_t*, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_IsVirtual(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetCurrentSound(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetIndex(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetSystemObject(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Stop(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetPaused(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetPaused(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetVolume(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetVolume(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetVolumeRamp(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetVolumeRamp(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetAudibility(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetPitch(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetPitch(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetMute(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetMute(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetReverbProperties(intptr_t, int32_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetReverbProperties(intptr_t, int32_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetLowPassGain(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetLowPassGain(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetMode(intptr_t, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetMode(intptr_t, uint32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetCallback(intptr_t, Il2CppMethodPointer);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_IsPlaying(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetPan(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetMixLevelsOutput(intptr_t, float, float, float, float, float, float, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetMixLevelsInput(intptr_t, float*, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetMixMatrix(intptr_t, float*, int32_t, int32_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetMixMatrix(intptr_t, float*, int32_t*, int32_t*, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetDSPClock(intptr_t, uint64_t*, uint64_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetDelay(intptr_t, uint64_t, uint64_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetDelay(intptr_t, uint64_t*, uint64_t*, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_AddFadePoint(intptr_t, uint64_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetFadePointRamp(intptr_t, uint64_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_RemoveFadePoints(intptr_t, uint64_t, uint64_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetFadePoints(intptr_t, uint32_t*, uint64_t*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetDSP(intptr_t, int32_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_AddDSP(intptr_t, int32_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_RemoveDSP(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetNumDSPs(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetDSPIndex(intptr_t, intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetDSPIndex(intptr_t, intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DAttributes(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DAttributes(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DMinMaxDistance(intptr_t, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DMinMaxDistance(intptr_t, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DConeSettings(intptr_t, float, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DConeSettings(intptr_t, float*, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DConeOrientation(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DConeOrientation(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DCustomRolloff(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DCustomRolloff(intptr_t, intptr_t*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DOcclusion(intptr_t, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DOcclusion(intptr_t, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DSpread(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DSpread(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DLevel(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DLevel(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DDopplerLevel(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DDopplerLevel(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Set3DDistanceFilter(intptr_t, int32_t, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_Get3DDistanceFilter(intptr_t, int32_t*, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_SetUserData(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Channel_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Release(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_AddGroup(intptr_t, intptr_t, int32_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetNumGroups(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetGroup(intptr_t, int32_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetParentGroup(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetName(intptr_t, intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetNumChannels(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetChannel(intptr_t, int32_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetSystemObject(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Stop(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetPaused(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetPaused(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetVolume(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetVolume(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetVolumeRamp(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetVolumeRamp(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetAudibility(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetPitch(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetPitch(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetMute(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetMute(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetReverbProperties(intptr_t, int32_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetReverbProperties(intptr_t, int32_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetLowPassGain(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetLowPassGain(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetMode(intptr_t, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetMode(intptr_t, uint32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetCallback(intptr_t, Il2CppMethodPointer);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_IsPlaying(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetPan(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetMixLevelsOutput(intptr_t, float, float, float, float, float, float, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetMixLevelsInput(intptr_t, float*, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetMixMatrix(intptr_t, float*, int32_t, int32_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetMixMatrix(intptr_t, float*, int32_t*, int32_t*, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetDSPClock(intptr_t, uint64_t*, uint64_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetDelay(intptr_t, uint64_t, uint64_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetDelay(intptr_t, uint64_t*, uint64_t*, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_AddFadePoint(intptr_t, uint64_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetFadePointRamp(intptr_t, uint64_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_RemoveFadePoints(intptr_t, uint64_t, uint64_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetFadePoints(intptr_t, uint32_t*, uint64_t*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetDSP(intptr_t, int32_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_AddDSP(intptr_t, int32_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_RemoveDSP(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetNumDSPs(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetDSPIndex(intptr_t, intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetDSPIndex(intptr_t, intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DAttributes(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DAttributes(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DMinMaxDistance(intptr_t, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DMinMaxDistance(intptr_t, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DConeSettings(intptr_t, float, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DConeSettings(intptr_t, float*, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DConeOrientation(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DConeOrientation(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DCustomRolloff(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DCustomRolloff(intptr_t, intptr_t*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DOcclusion(intptr_t, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DOcclusion(intptr_t, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DSpread(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DSpread(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DLevel(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DLevel(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DDopplerLevel(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DDopplerLevel(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Set3DDistanceFilter(intptr_t, int32_t, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_Get3DDistanceFilter(intptr_t, int32_t*, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_SetUserData(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_ChannelGroup_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_Release(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetSystemObject(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_SetMaxAudible(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetMaxAudible(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_SetMaxAudibleBehavior(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetMaxAudibleBehavior(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_SetMuteFadeSpeed(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetMuteFadeSpeed(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_SetVolume(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetVolume(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_Stop(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetName(intptr_t, intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetNumSounds(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetSound(intptr_t, int32_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetNumPlaying(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_SetUserData(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_SoundGroup_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_Release(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetSystemObject(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_AddInput(intptr_t, intptr_t, intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_DisconnectFrom(intptr_t, intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_DisconnectAll(intptr_t, int32_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetNumInputs(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetNumOutputs(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetInput(intptr_t, int32_t, intptr_t*, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetOutput(intptr_t, int32_t, intptr_t*, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetActive(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetActive(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetBypass(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetBypass(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetWetDryMix(intptr_t, float, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetWetDryMix(intptr_t, float*, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetChannelFormat(intptr_t, uint32_t, int32_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetChannelFormat(intptr_t, uint32_t*, int32_t*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetOutputChannelFormat(intptr_t, uint32_t, int32_t, int32_t, uint32_t*, int32_t*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_Reset(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetCallback(intptr_t, Il2CppMethodPointer);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetParameterFloat(intptr_t, int32_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetParameterInt(intptr_t, int32_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetParameterBool(intptr_t, int32_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetParameterData(intptr_t, int32_t, intptr_t, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetParameterFloat(intptr_t, int32_t, float*, intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetParameterInt(intptr_t, int32_t, int32_t*, intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetParameterBool(intptr_t, int32_t, int32_t*, intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetParameterData(intptr_t, int32_t, intptr_t*, uint32_t*, intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetNumParameters(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetParameterInfo(intptr_t, int32_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetDataParameterIndex(intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_ShowConfigDialog(intptr_t, intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetInfo(intptr_t, intptr_t, uint32_t*, int32_t*, int32_t*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetType(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetIdle(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetUserData(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_SetMeteringEnabled(intptr_t, int32_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetMeteringEnabled(intptr_t, int32_t*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetMeteringInfo(intptr_t, intptr_t, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSP_GetCPUUsage(intptr_t, uint32_t*, uint32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_GetInput(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_GetOutput(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_SetMix(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_GetMix(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_SetMixMatrix(intptr_t, float*, int32_t, int32_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_GetMixMatrix(intptr_t, float*, int32_t*, int32_t*, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_GetType(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_SetUserData(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_DSPConnection_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_Release(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_AddPolygon(intptr_t, float, float, int32_t, int32_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetNumPolygons(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetMaxPolygons(intptr_t, int32_t*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetPolygonNumVertices(intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetPolygonVertex(intptr_t, int32_t, int32_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetPolygonVertex(intptr_t, int32_t, int32_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetPolygonAttributes(intptr_t, int32_t, float, float, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetPolygonAttributes(intptr_t, int32_t, float*, float*, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetActive(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetActive(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetRotation(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetRotation(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetPosition(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetPosition(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetScale(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetScale(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_Save(intptr_t, intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_SetUserData(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Geometry_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_Release(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_Set3DAttributes(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, float, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_Get3DAttributes(intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_SetProperties(intptr_t, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_GetProperties(intptr_t, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_SetActive(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_GetActive(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_SetUserData(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD5_Reverb3D_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_ParseID(uint8_t*, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_Create(intptr_t*, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_IsValid(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetAdvancedSettings(intptr_t, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetAdvancedSettings(intptr_t, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_Initialize(intptr_t, int32_t, uint32_t, uint32_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_Release(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_Update(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetCoreSystem(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetEvent(intptr_t, uint8_t*, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBus(intptr_t, uint8_t*, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetVCA(intptr_t, uint8_t*, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBank(intptr_t, uint8_t*, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetEventByID(intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBusByID(intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetVCAByID(intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBankByID(intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetSoundInfo(intptr_t, uint8_t*, SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterDescriptionByName(intptr_t, uint8_t*, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterDescriptionByID(intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterLabelByName(intptr_t, uint8_t*, int32_t, intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterLabelByID(intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, int32_t, intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterByID(intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetParameterByID(intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, float, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetParameterByIDWithLabel(intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, uint8_t*, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetParametersByIDs(intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85*, float*, int32_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterByName(intptr_t, uint8_t*, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetParameterByName(intptr_t, uint8_t*, float, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetParameterByNameWithLabel(intptr_t, uint8_t*, uint8_t*, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_LookupID(intptr_t, uint8_t*, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_LookupPath(intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*, intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetNumListeners(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetNumListeners(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetListenerAttributes(intptr_t, int32_t, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetListenerAttributes(intptr_t, int32_t, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetListenerWeight(intptr_t, int32_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetListenerWeight(intptr_t, int32_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_LoadBankFile(intptr_t, uint8_t*, uint32_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_LoadBankMemory(intptr_t, intptr_t, int32_t, int32_t, uint32_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_LoadBankCustom(intptr_t, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke*, uint32_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_UnloadAll(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_FlushCommands(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_FlushSampleLoading(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_StartCommandCapture(intptr_t, uint8_t*, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_StopCommandCapture(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_LoadCommandReplay(intptr_t, uint8_t*, uint32_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBankCount(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBankList(intptr_t, intptr_t*, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterDescriptionCount(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetParameterDescriptionList(intptr_t, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetCPUUsage(intptr_t, CPU_USAGE_t355918E5C84E4CAF19ADFFDBE369E9D66E96C771*, CPU_USAGE_tB0C4CAFB1080A0F083A5E717DA98D65266D11B68*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetBufferUsage(intptr_t, BUFFER_USAGE_tF466220F15D99A619A5DED266A0E1A3163038A03*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_ResetBufferUsage(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetCallback(intptr_t, Il2CppMethodPointer, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_SetUserData(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_System_GetMemoryUsage(intptr_t, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_IsValid(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetID(intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetPath(intptr_t, intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetParameterDescriptionCount(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetParameterDescriptionByIndex(intptr_t, int32_t, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetParameterDescriptionByName(intptr_t, uint8_t*, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetParameterDescriptionByID(intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetParameterLabelByIndex(intptr_t, int32_t, int32_t, intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetParameterLabelByName(intptr_t, uint8_t*, int32_t, intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetParameterLabelByID(intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, int32_t, intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetUserPropertyCount(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetUserPropertyByIndex(intptr_t, int32_t, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetUserProperty(intptr_t, uint8_t*, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetLength(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetMinMaxDistance(intptr_t, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetSoundSize(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_IsSnapshot(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_IsOneshot(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_IsStream(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_Is3D(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_IsDopplerEnabled(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_HasSustainPoint(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_CreateInstance(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetInstanceCount(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetInstanceList(intptr_t, intptr_t*, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_LoadSampleData(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_UnloadSampleData(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetSampleLoadingState(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_ReleaseAllInstances(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_SetCallback(intptr_t, Il2CppMethodPointer, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventDescription_SetUserData(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_IsValid(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetDescription(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetVolume(intptr_t, float*, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetVolume(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetPitch(intptr_t, float*, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetPitch(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_Get3DAttributes(intptr_t, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_Set3DAttributes(intptr_t, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetListenerMask(intptr_t, uint32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetListenerMask(intptr_t, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetProperty(intptr_t, int32_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetProperty(intptr_t, int32_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetReverbLevel(intptr_t, int32_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetReverbLevel(intptr_t, int32_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetPaused(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetPaused(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_Start(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_Stop(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetTimelinePosition(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetTimelinePosition(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetPlaybackState(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetChannelGroup(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetMinMaxDistance(intptr_t, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_Release(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_IsVirtual(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetParameterByName(intptr_t, uint8_t*, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetParameterByName(intptr_t, uint8_t*, float, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetParameterByNameWithLabel(intptr_t, uint8_t*, uint8_t*, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetParameterByID(intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetParameterByID(intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, float, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetParameterByIDWithLabel(intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, uint8_t*, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetParametersByIDs(intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85*, float*, int32_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_KeyOff(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetCallback(intptr_t, Il2CppMethodPointer, uint32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_SetUserData(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetCPUUsage(intptr_t, uint32_t*, uint32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_EventInstance_GetMemoryUsage(intptr_t, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_IsValid(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetID(intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetPath(intptr_t, intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetVolume(intptr_t, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_SetVolume(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetPaused(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_SetPaused(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetMute(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_SetMute(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_StopAllEvents(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_LockChannelGroup(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_UnlockChannelGroup(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetChannelGroup(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetCPUUsage(intptr_t, uint32_t*, uint32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetMemoryUsage(intptr_t, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_GetPortIndex(intptr_t, uint64_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bus_SetPortIndex(intptr_t, uint64_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_VCA_IsValid(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_VCA_GetID(intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_VCA_GetPath(intptr_t, intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_VCA_GetVolume(intptr_t, float*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_VCA_SetVolume(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_IsValid(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetID(intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetPath(intptr_t, intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_Unload(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_LoadSampleData(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_UnloadSampleData(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetLoadingState(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetSampleLoadingState(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetStringCount(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetStringInfo(intptr_t, int32_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*, intptr_t, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetEventCount(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetEventList(intptr_t, intptr_t*, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetBusCount(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetBusList(intptr_t, intptr_t*, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetVCACount(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetVCAList(intptr_t, intptr_t*, int32_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_Bank_SetUserData(intptr_t, intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_IsValid(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetSystem(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetLength(intptr_t, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetCommandCount(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetCommandInfo(intptr_t, int32_t, COMMAND_INFO_tCBBD3E3B8F206BDA068D1F5E8DE83DC4327B0FDE*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetCommandString(intptr_t, int32_t, intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetCommandAtTime(intptr_t, float, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SetBankPath(intptr_t, uint8_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_Start(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_Stop(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SeekToTime(intptr_t, float);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SeekToCommand(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetPaused(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SetPaused(intptr_t, int32_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetPlaybackState(intptr_t, int32_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetCurrentCommand(intptr_t, int32_t*, float*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_Release(intptr_t);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SetFrameCallback(intptr_t, Il2CppMethodPointer);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SetLoadBankCallback(intptr_t, Il2CppMethodPointer);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SetCreateInstanceCallback(intptr_t, Il2CppMethodPointer);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_GetUserData(intptr_t, intptr_t*);
#endif
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL FMOD_Studio_CommandReplay_SetUserData(intptr_t, intptr_t);
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.Sound::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_release_mF762B8DA83EA8601937252629824DD2061B53E64 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_Release(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = Sound_FMOD5_Sound_Release_m25D76754736858D4B3B9C72FFA1B07498456960D(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t Sound_release_mF762B8DA83EA8601937252629824DD2061B53E64_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_release_mF762B8DA83EA8601937252629824DD2061B53E64(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getSystemObject(FMOD.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSystemObject_m3DB42BB71DA6107E539BBA8173FB95E1679A2919 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetSystemObject(this.handle, out system.handle);
intptr_t L_0 = __this->___handle_0;
System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* L_1 = ___0_system;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = Sound_FMOD5_Sound_GetSystemObject_mF8507DC0E9A6EC2B5B7617D0DE86744E2F971274(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_getSystemObject_m3DB42BB71DA6107E539BBA8173FB95E1679A2919_AdjustorThunk (RuntimeObject* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getSystemObject_m3DB42BB71DA6107E539BBA8173FB95E1679A2919(_thisAdjusted, ___0_system, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::lock(System.UInt32,System.UInt32,System.IntPtr&,System.IntPtr&,System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_lock_m7FFE775C04BA958C87DFCDD5F3C60A86821449C2 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t ___0_offset, uint32_t ___1_length, intptr_t* ___2_ptr1, intptr_t* ___3_ptr2, uint32_t* ___4_len1, uint32_t* ___5_len2, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_Lock(this.handle, offset, length, out ptr1, out ptr2, out len1, out len2);
intptr_t L_0 = __this->___handle_0;
uint32_t L_1 = ___0_offset;
uint32_t L_2 = ___1_length;
intptr_t* L_3 = ___2_ptr1;
intptr_t* L_4 = ___3_ptr2;
uint32_t* L_5 = ___4_len1;
uint32_t* L_6 = ___5_len2;
int32_t L_7;
L_7 = Sound_FMOD5_Sound_Lock_m385577A3001BDBCA22124BD51254A4CEF9CC9046(L_0, L_1, L_2, L_3, L_4, L_5, L_6, NULL);
return L_7;
}
}
IL2CPP_EXTERN_C int32_t Sound_lock_m7FFE775C04BA958C87DFCDD5F3C60A86821449C2_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_offset, uint32_t ___1_length, intptr_t* ___2_ptr1, intptr_t* ___3_ptr2, uint32_t* ___4_len1, uint32_t* ___5_len2, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_lock_m7FFE775C04BA958C87DFCDD5F3C60A86821449C2(_thisAdjusted, ___0_offset, ___1_length, ___2_ptr1, ___3_ptr2, ___4_len1, ___5_len2, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::unlock(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_unlock_m20F38BF213A52EDD59ECBBAD8A084B3B86F95DBB (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_ptr1, intptr_t ___1_ptr2, uint32_t ___2_len1, uint32_t ___3_len2, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_Unlock(this.handle, ptr1, ptr2, len1, len2);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_ptr1;
intptr_t L_2 = ___1_ptr2;
uint32_t L_3 = ___2_len1;
uint32_t L_4 = ___3_len2;
int32_t L_5;
L_5 = Sound_FMOD5_Sound_Unlock_m88783861E856DD1119F4DB3B75A8244B61889A40(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t Sound_unlock_m20F38BF213A52EDD59ECBBAD8A084B3B86F95DBB_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr1, intptr_t ___1_ptr2, uint32_t ___2_len1, uint32_t ___3_len2, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_unlock_m20F38BF213A52EDD59ECBBAD8A084B3B86F95DBB(_thisAdjusted, ___0_ptr1, ___1_ptr2, ___2_len1, ___3_len2, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::setDefaults(System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setDefaults_m2AB71B2FDDD66FE6C876B6000198333AA8C26045 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float ___0_frequency, int32_t ___1_priority, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_SetDefaults(this.handle, frequency, priority);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_frequency;
int32_t L_2 = ___1_priority;
int32_t L_3;
L_3 = Sound_FMOD5_Sound_SetDefaults_mC973D4236D6465307B3EF7B137CE39C2EFC9C42E(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_setDefaults_m2AB71B2FDDD66FE6C876B6000198333AA8C26045_AdjustorThunk (RuntimeObject* __this, float ___0_frequency, int32_t ___1_priority, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_setDefaults_m2AB71B2FDDD66FE6C876B6000198333AA8C26045(_thisAdjusted, ___0_frequency, ___1_priority, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getDefaults(System.Single&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getDefaults_m20C8F456C625627DC132486A70E4413A36742B89 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float* ___0_frequency, int32_t* ___1_priority, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetDefaults(this.handle, out frequency, out priority);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_frequency;
int32_t* L_2 = ___1_priority;
int32_t L_3;
L_3 = Sound_FMOD5_Sound_GetDefaults_m3237E2E0B0110621A34A4914D50748A67E05B650(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_getDefaults_m20C8F456C625627DC132486A70E4413A36742B89_AdjustorThunk (RuntimeObject* __this, float* ___0_frequency, int32_t* ___1_priority, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getDefaults_m20C8F456C625627DC132486A70E4413A36742B89(_thisAdjusted, ___0_frequency, ___1_priority, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::set3DMinMaxDistance(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_set3DMinMaxDistance_mA0A65A38D3B1FE366CBD65995E1A42D1A27483BC (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float ___0_min, float ___1_max, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_Set3DMinMaxDistance(this.handle, min, max);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_min;
float L_2 = ___1_max;
int32_t L_3;
L_3 = Sound_FMOD5_Sound_Set3DMinMaxDistance_m7E5C3FEBD138D024141616AB3AD6BBDC1C564743(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_set3DMinMaxDistance_mA0A65A38D3B1FE366CBD65995E1A42D1A27483BC_AdjustorThunk (RuntimeObject* __this, float ___0_min, float ___1_max, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_set3DMinMaxDistance_mA0A65A38D3B1FE366CBD65995E1A42D1A27483BC(_thisAdjusted, ___0_min, ___1_max, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::get3DMinMaxDistance(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_get3DMinMaxDistance_mF4614F59E08C891298BD1D66251BA992A8918F4E (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float* ___0_min, float* ___1_max, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_Get3DMinMaxDistance(this.handle, out min, out max);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_min;
float* L_2 = ___1_max;
int32_t L_3;
L_3 = Sound_FMOD5_Sound_Get3DMinMaxDistance_mF4794EB242ED6187F37A1F2045B3F12B39E7E0C7(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_get3DMinMaxDistance_mF4614F59E08C891298BD1D66251BA992A8918F4E_AdjustorThunk (RuntimeObject* __this, float* ___0_min, float* ___1_max, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_get3DMinMaxDistance_mF4614F59E08C891298BD1D66251BA992A8918F4E(_thisAdjusted, ___0_min, ___1_max, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::set3DConeSettings(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_set3DConeSettings_mFD7D2777ADF22A63B9F307573EC9F48D85FFC791 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float ___0_insideconeangle, float ___1_outsideconeangle, float ___2_outsidevolume, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_Set3DConeSettings(this.handle, insideconeangle, outsideconeangle, outsidevolume);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_insideconeangle;
float L_2 = ___1_outsideconeangle;
float L_3 = ___2_outsidevolume;
int32_t L_4;
L_4 = Sound_FMOD5_Sound_Set3DConeSettings_mBDDB4FAB2F92712C2B03A64D7195DDC8142F0890(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Sound_set3DConeSettings_mFD7D2777ADF22A63B9F307573EC9F48D85FFC791_AdjustorThunk (RuntimeObject* __this, float ___0_insideconeangle, float ___1_outsideconeangle, float ___2_outsidevolume, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_set3DConeSettings_mFD7D2777ADF22A63B9F307573EC9F48D85FFC791(_thisAdjusted, ___0_insideconeangle, ___1_outsideconeangle, ___2_outsidevolume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::get3DConeSettings(System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_get3DConeSettings_m5371E8D587D0E69707692FDC87BA410050D7FBA2 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float* ___0_insideconeangle, float* ___1_outsideconeangle, float* ___2_outsidevolume, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_Get3DConeSettings(this.handle, out insideconeangle, out outsideconeangle, out outsidevolume);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_insideconeangle;
float* L_2 = ___1_outsideconeangle;
float* L_3 = ___2_outsidevolume;
int32_t L_4;
L_4 = Sound_FMOD5_Sound_Get3DConeSettings_mB25371293CD435151313DE866FF6364D91E47BEB(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Sound_get3DConeSettings_m5371E8D587D0E69707692FDC87BA410050D7FBA2_AdjustorThunk (RuntimeObject* __this, float* ___0_insideconeangle, float* ___1_outsideconeangle, float* ___2_outsidevolume, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_get3DConeSettings_m5371E8D587D0E69707692FDC87BA410050D7FBA2(_thisAdjusted, ___0_insideconeangle, ___1_outsideconeangle, ___2_outsidevolume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::set3DCustomRolloff(FMOD.VECTOR&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_set3DCustomRolloff_m0D21F48E43A17B84CAAB9FE556389E62755D8CF3 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_points, int32_t ___1_numpoints, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_Set3DCustomRolloff(this.handle, ref points, numpoints);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_points;
int32_t L_2 = ___1_numpoints;
int32_t L_3;
L_3 = Sound_FMOD5_Sound_Set3DCustomRolloff_m2C8CD65CAFB506913EEFA700FFA9AAFFE7149297(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_set3DCustomRolloff_m0D21F48E43A17B84CAAB9FE556389E62755D8CF3_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_points, int32_t ___1_numpoints, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_set3DCustomRolloff_m0D21F48E43A17B84CAAB9FE556389E62755D8CF3(_thisAdjusted, ___0_points, ___1_numpoints, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::get3DCustomRolloff(System.IntPtr&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_get3DCustomRolloff_mEE3F74ACF5EFD87E95DE3729E11CC2E1CEC5BBB0 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t* ___0_points, int32_t* ___1_numpoints, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_Get3DCustomRolloff(this.handle, out points, out numpoints);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_points;
int32_t* L_2 = ___1_numpoints;
int32_t L_3;
L_3 = Sound_FMOD5_Sound_Get3DCustomRolloff_m2C53634F450525EABC6701F766B39D58211AAEAF(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_get3DCustomRolloff_mEE3F74ACF5EFD87E95DE3729E11CC2E1CEC5BBB0_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_points, int32_t* ___1_numpoints, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_get3DCustomRolloff_mEE3F74ACF5EFD87E95DE3729E11CC2E1CEC5BBB0(_thisAdjusted, ___0_points, ___1_numpoints, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getSubSound(System.Int32,FMOD.Sound&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSubSound_mAE244860EBFC5D112328E3C4E26530E6E4C0708B (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t ___0_index, Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* ___1_subsound, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetSubSound(this.handle, index, out subsound.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* L_2 = ___1_subsound;
intptr_t* L_3 = (&L_2->___handle_0);
int32_t L_4;
L_4 = Sound_FMOD5_Sound_GetSubSound_mA2481192985ACEB1700376694C80D4FB1580E973(L_0, L_1, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Sound_getSubSound_mAE244860EBFC5D112328E3C4E26530E6E4C0708B_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* ___1_subsound, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getSubSound_mAE244860EBFC5D112328E3C4E26530E6E4C0708B(_thisAdjusted, ___0_index, ___1_subsound, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getSubSoundParent(FMOD.Sound&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSubSoundParent_mBF6D6124B4D3C563BC5190D3451D5930734C0902 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* ___0_parentsound, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetSubSoundParent(this.handle, out parentsound.handle);
intptr_t L_0 = __this->___handle_0;
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* L_1 = ___0_parentsound;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = Sound_FMOD5_Sound_GetSubSoundParent_m86321C0EC4DD163A201D78D27E0843CA1BB030E4(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_getSubSoundParent_mBF6D6124B4D3C563BC5190D3451D5930734C0902_AdjustorThunk (RuntimeObject* __this, Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* ___0_parentsound, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getSubSoundParent_mBF6D6124B4D3C563BC5190D3451D5930734C0902(_thisAdjusted, ___0_parentsound, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getName(System.String&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getName_mE78AEC4D5A0263B2A0103CD651E5EF777C3C101F (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, String_t** ___0_name, int32_t ___1_namelen, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
intptr_t V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_2 = NULL;
{
// IntPtr stringMem = Marshal.AllocHGlobal(namelen);
int32_t L_0 = ___1_namelen;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_1;
L_1 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_0, NULL);
V_0 = L_1;
// RESULT result = FMOD5_Sound_GetName(this.handle, stringMem, namelen);
intptr_t L_2 = __this->___handle_0;
intptr_t L_3 = V_0;
int32_t L_4 = ___1_namelen;
int32_t L_5;
L_5 = Sound_FMOD5_Sound_GetName_m49B2234D7704878C05357853361B462BFC0C7383(L_2, L_3, L_4, NULL);
V_1 = L_5;
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_6;
L_6 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_2 = L_6;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0026:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_7 = V_2;
if (!L_7)
{
goto IL_002f;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_8 = V_2;
NullCheck(L_8);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
}
IL_002f:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// name = encoder.stringFromNative(stringMem);
String_t** L_9 = ___0_name;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_10 = V_2;
intptr_t L_11 = V_0;
NullCheck(L_10);
String_t* L_12;
L_12 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_10, L_11, NULL);
*((RuntimeObject**)L_9) = (RuntimeObject*)L_12;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_9, (void*)(RuntimeObject*)L_12);
// }
goto IL_0030;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0030:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_13 = V_0;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_13, NULL);
// return result;
int32_t L_14 = V_1;
return L_14;
}
}
IL2CPP_EXTERN_C int32_t Sound_getName_mE78AEC4D5A0263B2A0103CD651E5EF777C3C101F_AdjustorThunk (RuntimeObject* __this, String_t** ___0_name, int32_t ___1_namelen, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getName_mE78AEC4D5A0263B2A0103CD651E5EF777C3C101F(_thisAdjusted, ___0_name, ___1_namelen, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getLength(System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getLength_m83FA3D301A0A49EBC1244C699E911CB4B3472738 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t* ___0_length, uint32_t ___1_lengthtype, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetLength(this.handle, out length, lengthtype);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_length;
uint32_t L_2 = ___1_lengthtype;
int32_t L_3;
L_3 = Sound_FMOD5_Sound_GetLength_m5FF68327F9C56103C93B658FC2D98AD13ECEF7B4(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_getLength_m83FA3D301A0A49EBC1244C699E911CB4B3472738_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_length, uint32_t ___1_lengthtype, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getLength_m83FA3D301A0A49EBC1244C699E911CB4B3472738(_thisAdjusted, ___0_length, ___1_lengthtype, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getFormat(FMOD.SOUND_TYPE&,FMOD.SOUND_FORMAT&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getFormat_mA14368D88013EB335F5A326281D85B28EFC5062A (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_type, int32_t* ___1_format, int32_t* ___2_channels, int32_t* ___3_bits, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetFormat(this.handle, out type, out format, out channels, out bits);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_type;
int32_t* L_2 = ___1_format;
int32_t* L_3 = ___2_channels;
int32_t* L_4 = ___3_bits;
int32_t L_5;
L_5 = Sound_FMOD5_Sound_GetFormat_mCEF2D7EC47303013E7962FD434C6F3750D133B49(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t Sound_getFormat_mA14368D88013EB335F5A326281D85B28EFC5062A_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_type, int32_t* ___1_format, int32_t* ___2_channels, int32_t* ___3_bits, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getFormat_mA14368D88013EB335F5A326281D85B28EFC5062A(_thisAdjusted, ___0_type, ___1_format, ___2_channels, ___3_bits, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getNumSubSounds(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getNumSubSounds_mD15C020693A615422D0AF5E96C7936B086CBDEE9 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_numsubsounds, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetNumSubSounds(this.handle, out numsubsounds);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numsubsounds;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_GetNumSubSounds_mF761ADE9310DE5C8BCF36786E2E7D59E43C15532(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_getNumSubSounds_mD15C020693A615422D0AF5E96C7936B086CBDEE9_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numsubsounds, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getNumSubSounds_mD15C020693A615422D0AF5E96C7936B086CBDEE9(_thisAdjusted, ___0_numsubsounds, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getNumTags(System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getNumTags_m31903E03985C270B9D71993F9CBC04692191E0AF (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_numtags, int32_t* ___1_numtagsupdated, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetNumTags(this.handle, out numtags, out numtagsupdated);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numtags;
int32_t* L_2 = ___1_numtagsupdated;
int32_t L_3;
L_3 = Sound_FMOD5_Sound_GetNumTags_m7A12A0064A489062CB2EEFB1FF723246EAD9E9A1(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_getNumTags_m31903E03985C270B9D71993F9CBC04692191E0AF_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numtags, int32_t* ___1_numtagsupdated, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getNumTags_m31903E03985C270B9D71993F9CBC04692191E0AF(_thisAdjusted, ___0_numtags, ___1_numtagsupdated, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getTag(System.String,System.Int32,FMOD.TAG&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getTag_mE1BC5F03D22879C62E15F1C40B23F953B8061CAF (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, String_t* ___0_name, int32_t ___1_index, TAG_tF804B7171492DD25F531BD89995CF467495846BA* ___2_tag, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001d:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0026;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0026:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD5_Sound_GetTag(this.handle, encoder.byteFromStringUTF8(name), index, out tag);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_name;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
int32_t L_7 = ___1_index;
TAG_tF804B7171492DD25F531BD89995CF467495846BA* L_8 = ___2_tag;
int32_t L_9;
L_9 = Sound_FMOD5_Sound_GetTag_m947A50EEF4017C51D07A9483485FA908E5414D70(L_3, L_6, L_7, L_8, NULL);
V_1 = L_9;
goto IL_0027;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0027:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
IL2CPP_EXTERN_C int32_t Sound_getTag_mE1BC5F03D22879C62E15F1C40B23F953B8061CAF_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, int32_t ___1_index, TAG_tF804B7171492DD25F531BD89995CF467495846BA* ___2_tag, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getTag_mE1BC5F03D22879C62E15F1C40B23F953B8061CAF(_thisAdjusted, ___0_name, ___1_index, ___2_tag, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getOpenState(FMOD.OPENSTATE&,System.UInt32&,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getOpenState_m93DE1239F445C93C1EBDFB8AE3ABB1985F261B84 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_openstate, uint32_t* ___1_percentbuffered, bool* ___2_starving, bool* ___3_diskbusy, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetOpenState(this.handle, out openstate, out percentbuffered, out starving, out diskbusy);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_openstate;
uint32_t* L_2 = ___1_percentbuffered;
bool* L_3 = ___2_starving;
bool* L_4 = ___3_diskbusy;
int32_t L_5;
L_5 = Sound_FMOD5_Sound_GetOpenState_m53C5A47F3D9C8C36E5F6B81842332E78DCEB3E06(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t Sound_getOpenState_m93DE1239F445C93C1EBDFB8AE3ABB1985F261B84_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_openstate, uint32_t* ___1_percentbuffered, bool* ___2_starving, bool* ___3_diskbusy, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getOpenState_m93DE1239F445C93C1EBDFB8AE3ABB1985F261B84(_thisAdjusted, ___0_openstate, ___1_percentbuffered, ___2_starving, ___3_diskbusy, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::readData(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_readData_mE618D117C9FD85FFE7DEC6D773AE94AAFC1850EF (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD5_Sound_ReadData(this.handle, buffer, (uint)buffer.Length, IntPtr.Zero);
intptr_t L_0 = __this->___handle_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_buffer;
NullCheck(L_2);
intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_4;
L_4 = Sound_FMOD5_Sound_ReadData_mC8FBC49A2CDB7CB39951E0DB0DC1B1C9957B1EA7(L_0, L_1, ((int32_t)(((RuntimeArray*)L_2)->max_length)), L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Sound_readData_mE618D117C9FD85FFE7DEC6D773AE94AAFC1850EF_AdjustorThunk (RuntimeObject* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_readData_mE618D117C9FD85FFE7DEC6D773AE94AAFC1850EF(_thisAdjusted, ___0_buffer, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::readData(System.Byte[],System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_readData_m3F58232798825561F06EC40791FC8D6E68C8F48B (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, uint32_t* ___1_read, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_ReadData(this.handle, buffer, (uint)buffer.Length, out read);
intptr_t L_0 = __this->___handle_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_buffer;
NullCheck(L_2);
uint32_t* L_3 = ___1_read;
int32_t L_4;
L_4 = Sound_FMOD5_Sound_ReadData_m57B6AE2821F1963177569BD416A417587298B5A0(L_0, L_1, ((int32_t)(((RuntimeArray*)L_2)->max_length)), L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Sound_readData_m3F58232798825561F06EC40791FC8D6E68C8F48B_AdjustorThunk (RuntimeObject* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, uint32_t* ___1_read, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_readData_m3F58232798825561F06EC40791FC8D6E68C8F48B(_thisAdjusted, ___0_buffer, ___1_read, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::readData(System.IntPtr,System.UInt32,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_readData_m59C8712B0D9BF4C7558DC2462F1DFB54070BAAA0 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_buffer, uint32_t ___1_length, uint32_t* ___2_read, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_ReadData(this.handle, buffer, length, out read);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_buffer;
uint32_t L_2 = ___1_length;
uint32_t* L_3 = ___2_read;
int32_t L_4;
L_4 = Sound_FMOD5_Sound_ReadData_mE97F2100D212890623F913DBA2D3BCF974E1E17E(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Sound_readData_m59C8712B0D9BF4C7558DC2462F1DFB54070BAAA0_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_buffer, uint32_t ___1_length, uint32_t* ___2_read, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_readData_m59C8712B0D9BF4C7558DC2462F1DFB54070BAAA0(_thisAdjusted, ___0_buffer, ___1_length, ___2_read, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::seekData(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_seekData_m4BB28B3A9A1F4D1E26138E39D1AF911F20D04985 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t ___0_pcm, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_SeekData(this.handle, pcm);
intptr_t L_0 = __this->___handle_0;
uint32_t L_1 = ___0_pcm;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_SeekData_m84C20DB009EAD5533D3D49D801B2221F4389834D(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_seekData_m4BB28B3A9A1F4D1E26138E39D1AF911F20D04985_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_pcm, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_seekData_m4BB28B3A9A1F4D1E26138E39D1AF911F20D04985(_thisAdjusted, ___0_pcm, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::setSoundGroup(FMOD.SoundGroup)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setSoundGroup_mF82C6F50F2458CF481EA7AB541795D2C9C47C3E9 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE ___0_soundgroup, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_SetSoundGroup(this.handle, soundgroup.handle);
intptr_t L_0 = __this->___handle_0;
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE L_1 = ___0_soundgroup;
intptr_t L_2 = L_1.___handle_0;
int32_t L_3;
L_3 = Sound_FMOD5_Sound_SetSoundGroup_m44752F9118F4501DEEB0EA332726588645C60A73(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_setSoundGroup_mF82C6F50F2458CF481EA7AB541795D2C9C47C3E9_AdjustorThunk (RuntimeObject* __this, SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE ___0_soundgroup, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_setSoundGroup_mF82C6F50F2458CF481EA7AB541795D2C9C47C3E9(_thisAdjusted, ___0_soundgroup, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getSoundGroup(FMOD.SoundGroup&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSoundGroup_m0B6B546EDBE91CB0EE13C0E294C80C8DFAD1BC7B (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* ___0_soundgroup, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetSoundGroup(this.handle, out soundgroup.handle);
intptr_t L_0 = __this->___handle_0;
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* L_1 = ___0_soundgroup;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = Sound_FMOD5_Sound_GetSoundGroup_m266436C6CB516E0CBCF6F4A83280A9731C766B45(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_getSoundGroup_m0B6B546EDBE91CB0EE13C0E294C80C8DFAD1BC7B_AdjustorThunk (RuntimeObject* __this, SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* ___0_soundgroup, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getSoundGroup_m0B6B546EDBE91CB0EE13C0E294C80C8DFAD1BC7B(_thisAdjusted, ___0_soundgroup, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getNumSyncPoints(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getNumSyncPoints_mBBD7791E4D152EDA52C09980FCFD638C4CAFAC33 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_numsyncpoints, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetNumSyncPoints(this.handle, out numsyncpoints);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numsyncpoints;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_GetNumSyncPoints_mD4BFBCC392BB3D9FC809C2AEF24A4E5980C99F99(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_getNumSyncPoints_mBBD7791E4D152EDA52C09980FCFD638C4CAFAC33_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numsyncpoints, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getNumSyncPoints_mBBD7791E4D152EDA52C09980FCFD638C4CAFAC33(_thisAdjusted, ___0_numsyncpoints, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getSyncPoint(System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSyncPoint_m9838D543612F43ECAC0C732A5DC84BDC2FD2D699 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t ___0_index, intptr_t* ___1_point, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetSyncPoint(this.handle, index, out point);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
intptr_t* L_2 = ___1_point;
int32_t L_3;
L_3 = Sound_FMOD5_Sound_GetSyncPoint_m8B0F2723A1B4F6D3F66BB7B35277FEBF99D94D72(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_getSyncPoint_m9838D543612F43ECAC0C732A5DC84BDC2FD2D699_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, intptr_t* ___1_point, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getSyncPoint_m9838D543612F43ECAC0C732A5DC84BDC2FD2D699(_thisAdjusted, ___0_index, ___1_point, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getSyncPointInfo(System.IntPtr,System.String&,System.Int32,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSyncPointInfo_mBA32D9E8194B5D5890FAE14D6F557FA9A534FB4D (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_point, String_t** ___1_name, int32_t ___2_namelen, uint32_t* ___3_offset, uint32_t ___4_offsettype, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
intptr_t V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_2 = NULL;
{
// IntPtr stringMem = Marshal.AllocHGlobal(namelen);
int32_t L_0 = ___2_namelen;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_1;
L_1 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_0, NULL);
V_0 = L_1;
// RESULT result = FMOD5_Sound_GetSyncPointInfo(this.handle, point, stringMem, namelen, out offset, offsettype);
intptr_t L_2 = __this->___handle_0;
intptr_t L_3 = ___0_point;
intptr_t L_4 = V_0;
int32_t L_5 = ___2_namelen;
uint32_t* L_6 = ___3_offset;
uint32_t L_7 = ___4_offsettype;
int32_t L_8;
L_8 = Sound_FMOD5_Sound_GetSyncPointInfo_m7484D9C778C268DA99FB0C635B2782E8414FF712(L_2, L_3, L_4, L_5, L_6, L_7, NULL);
V_1 = L_8;
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_9;
L_9 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_2 = L_9;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_002b:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_10 = V_2;
if (!L_10)
{
goto IL_0034;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_11 = V_2;
NullCheck(L_11);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_11);
}
IL_0034:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// name = encoder.stringFromNative(stringMem);
String_t** L_12 = ___1_name;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_13 = V_2;
intptr_t L_14 = V_0;
NullCheck(L_13);
String_t* L_15;
L_15 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_13, L_14, NULL);
*((RuntimeObject**)L_12) = (RuntimeObject*)L_15;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_12, (void*)(RuntimeObject*)L_15);
// }
goto IL_0035;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0035:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_16 = V_0;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_16, NULL);
// return result;
int32_t L_17 = V_1;
return L_17;
}
}
IL2CPP_EXTERN_C int32_t Sound_getSyncPointInfo_mBA32D9E8194B5D5890FAE14D6F557FA9A534FB4D_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_point, String_t** ___1_name, int32_t ___2_namelen, uint32_t* ___3_offset, uint32_t ___4_offsettype, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getSyncPointInfo_mBA32D9E8194B5D5890FAE14D6F557FA9A534FB4D(_thisAdjusted, ___0_point, ___1_name, ___2_namelen, ___3_offset, ___4_offsettype, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getSyncPointInfo(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getSyncPointInfo_mAC724F10E5ED2D74A609E31136453DD8E2E57BE2 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_point, uint32_t* ___1_offset, uint32_t ___2_offsettype, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD5_Sound_GetSyncPointInfo(this.handle, point, IntPtr.Zero, 0, out offset, offsettype);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_point;
intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
uint32_t* L_3 = ___1_offset;
uint32_t L_4 = ___2_offsettype;
int32_t L_5;
L_5 = Sound_FMOD5_Sound_GetSyncPointInfo_m7484D9C778C268DA99FB0C635B2782E8414FF712(L_0, L_1, L_2, 0, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t Sound_getSyncPointInfo_mAC724F10E5ED2D74A609E31136453DD8E2E57BE2_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_point, uint32_t* ___1_offset, uint32_t ___2_offsettype, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getSyncPointInfo_mAC724F10E5ED2D74A609E31136453DD8E2E57BE2(_thisAdjusted, ___0_point, ___1_offset, ___2_offsettype, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::addSyncPoint(System.UInt32,FMOD.TIMEUNIT,System.String,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_addSyncPoint_m2910833E00921A347E9A0F4DBD85EC12B5E6A640 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t ___0_offset, uint32_t ___1_offsettype, String_t* ___2_name, intptr_t* ___3_point, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001f:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0028;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0028:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD5_Sound_AddSyncPoint(this.handle, offset, offsettype, encoder.byteFromStringUTF8(name), out point);
intptr_t L_3 = __this->___handle_0;
uint32_t L_4 = ___0_offset;
uint32_t L_5 = ___1_offsettype;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_6 = V_0;
String_t* L_7 = ___2_name;
NullCheck(L_6);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8;
L_8 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_6, L_7, NULL);
intptr_t* L_9 = ___3_point;
int32_t L_10;
L_10 = Sound_FMOD5_Sound_AddSyncPoint_m636018305BF2CC4FB8B100DB78DD090809AAC5FF(L_3, L_4, L_5, L_8, L_9, NULL);
V_1 = L_10;
goto IL_0029;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0029:
{
// }
int32_t L_11 = V_1;
return L_11;
}
}
IL2CPP_EXTERN_C int32_t Sound_addSyncPoint_m2910833E00921A347E9A0F4DBD85EC12B5E6A640_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_offset, uint32_t ___1_offsettype, String_t* ___2_name, intptr_t* ___3_point, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_addSyncPoint_m2910833E00921A347E9A0F4DBD85EC12B5E6A640(_thisAdjusted, ___0_offset, ___1_offsettype, ___2_name, ___3_point, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::deleteSyncPoint(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_deleteSyncPoint_m1B378F26DADBA728F52FF0514F8808C3BB231083 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_point, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_DeleteSyncPoint(this.handle, point);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_point;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_DeleteSyncPoint_m645897ACACECBC9E05B5C57831AFBFE3156CD8CF(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_deleteSyncPoint_m1B378F26DADBA728F52FF0514F8808C3BB231083_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_point, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_deleteSyncPoint_m1B378F26DADBA728F52FF0514F8808C3BB231083(_thisAdjusted, ___0_point, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::setMode(FMOD.MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setMode_m86FE587985341BAD1652BC7A40A17589379FFE2C (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t ___0_mode, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_SetMode(this.handle, mode);
intptr_t L_0 = __this->___handle_0;
uint32_t L_1 = ___0_mode;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_SetMode_m8019D3780B2BCA2A009F9B10185A9AC8A30BFE88(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_setMode_m86FE587985341BAD1652BC7A40A17589379FFE2C_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_mode, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_setMode_m86FE587985341BAD1652BC7A40A17589379FFE2C(_thisAdjusted, ___0_mode, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getMode(FMOD.MODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMode_mBB119B265B8554C6472EBAD61D4DCE64D4F089BB (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t* ___0_mode, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetMode(this.handle, out mode);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_mode;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_GetMode_m4782D70989CA45EFEC26D31B2A0ED9A027899CE3(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_getMode_mBB119B265B8554C6472EBAD61D4DCE64D4F089BB_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_mode, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getMode_mBB119B265B8554C6472EBAD61D4DCE64D4F089BB(_thisAdjusted, ___0_mode, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::setLoopCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setLoopCount_mCA1DF1FB5E00F248FBD2F2E86E75DA8C6F746FFC (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t ___0_loopcount, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_SetLoopCount(this.handle, loopcount);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_loopcount;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_SetLoopCount_mADC52D08858F4B9EB1BADA9220E8268D8F6629DA(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_setLoopCount_mCA1DF1FB5E00F248FBD2F2E86E75DA8C6F746FFC_AdjustorThunk (RuntimeObject* __this, int32_t ___0_loopcount, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_setLoopCount_mCA1DF1FB5E00F248FBD2F2E86E75DA8C6F746FFC(_thisAdjusted, ___0_loopcount, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getLoopCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getLoopCount_m4D726EB9622933D0F89FB1BB428923BBB6788A02 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_loopcount, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetLoopCount(this.handle, out loopcount);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_loopcount;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_GetLoopCount_m84E701237FFC2E64EB2C1BF7F471CD93AE4FA2C6(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_getLoopCount_m4D726EB9622933D0F89FB1BB428923BBB6788A02_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_loopcount, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getLoopCount_m4D726EB9622933D0F89FB1BB428923BBB6788A02(_thisAdjusted, ___0_loopcount, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::setLoopPoints(System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setLoopPoints_m5ACD453EFDCD53F8B39C97E7C3E3476CB5A68A25 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t ___0_loopstart, uint32_t ___1_loopstarttype, uint32_t ___2_loopend, uint32_t ___3_loopendtype, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_SetLoopPoints(this.handle, loopstart, loopstarttype, loopend, loopendtype);
intptr_t L_0 = __this->___handle_0;
uint32_t L_1 = ___0_loopstart;
uint32_t L_2 = ___1_loopstarttype;
uint32_t L_3 = ___2_loopend;
uint32_t L_4 = ___3_loopendtype;
int32_t L_5;
L_5 = Sound_FMOD5_Sound_SetLoopPoints_m0C3CB8BC66020CCC99A971E03DAD2742D7E70016(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t Sound_setLoopPoints_m5ACD453EFDCD53F8B39C97E7C3E3476CB5A68A25_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_loopstart, uint32_t ___1_loopstarttype, uint32_t ___2_loopend, uint32_t ___3_loopendtype, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_setLoopPoints_m5ACD453EFDCD53F8B39C97E7C3E3476CB5A68A25(_thisAdjusted, ___0_loopstart, ___1_loopstarttype, ___2_loopend, ___3_loopendtype, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getLoopPoints(System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getLoopPoints_m90621386254C627B1B0CDAB6DCF1465AD6B5D6A8 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, uint32_t* ___0_loopstart, uint32_t ___1_loopstarttype, uint32_t* ___2_loopend, uint32_t ___3_loopendtype, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetLoopPoints(this.handle, out loopstart, loopstarttype, out loopend, loopendtype);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_loopstart;
uint32_t L_2 = ___1_loopstarttype;
uint32_t* L_3 = ___2_loopend;
uint32_t L_4 = ___3_loopendtype;
int32_t L_5;
L_5 = Sound_FMOD5_Sound_GetLoopPoints_mB5863BF9754AC96BEC46211CEAA6F9CED9F8F732(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t Sound_getLoopPoints_m90621386254C627B1B0CDAB6DCF1465AD6B5D6A8_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_loopstart, uint32_t ___1_loopstarttype, uint32_t* ___2_loopend, uint32_t ___3_loopendtype, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getLoopPoints_m90621386254C627B1B0CDAB6DCF1465AD6B5D6A8(_thisAdjusted, ___0_loopstart, ___1_loopstarttype, ___2_loopend, ___3_loopendtype, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getMusicNumChannels(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMusicNumChannels_mFC0B9059D72A1F6E34449018A134526DE1BE86C0 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t* ___0_numchannels, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetMusicNumChannels(this.handle, out numchannels);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numchannels;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_GetMusicNumChannels_mCBEB9FAF59C97F02D05D0D75B4E139B4F4BA7854(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_getMusicNumChannels_mFC0B9059D72A1F6E34449018A134526DE1BE86C0_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numchannels, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getMusicNumChannels_mFC0B9059D72A1F6E34449018A134526DE1BE86C0(_thisAdjusted, ___0_numchannels, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::setMusicChannelVolume(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setMusicChannelVolume_mA85CF52889EE1C8DB45E28E4F3D54EA343A6F6DD (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t ___0_channel, float ___1_volume, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_SetMusicChannelVolume(this.handle, channel, volume);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_channel;
float L_2 = ___1_volume;
int32_t L_3;
L_3 = Sound_FMOD5_Sound_SetMusicChannelVolume_mF15E64DE9215509955917772B80FB4008728A2CE(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_setMusicChannelVolume_mA85CF52889EE1C8DB45E28E4F3D54EA343A6F6DD_AdjustorThunk (RuntimeObject* __this, int32_t ___0_channel, float ___1_volume, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_setMusicChannelVolume_mA85CF52889EE1C8DB45E28E4F3D54EA343A6F6DD(_thisAdjusted, ___0_channel, ___1_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getMusicChannelVolume(System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMusicChannelVolume_m0843ABEB4CD3D59E89AB412289CDDB2E3F2435A1 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, int32_t ___0_channel, float* ___1_volume, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetMusicChannelVolume(this.handle, channel, out volume);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_channel;
float* L_2 = ___1_volume;
int32_t L_3;
L_3 = Sound_FMOD5_Sound_GetMusicChannelVolume_m34CB2BC249AD52A25C8036FBECAD7A9D8A53CD6A(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Sound_getMusicChannelVolume_m0843ABEB4CD3D59E89AB412289CDDB2E3F2435A1_AdjustorThunk (RuntimeObject* __this, int32_t ___0_channel, float* ___1_volume, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getMusicChannelVolume_m0843ABEB4CD3D59E89AB412289CDDB2E3F2435A1(_thisAdjusted, ___0_channel, ___1_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::setMusicSpeed(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setMusicSpeed_m3EB51F68C2CAC2859C2CA2D26B02261BE3DA8F9A (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float ___0_speed, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_SetMusicSpeed(this.handle, speed);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_speed;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_SetMusicSpeed_m033E7311A1EDF9AA610376BC6D72DADA312EED92(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_setMusicSpeed_m3EB51F68C2CAC2859C2CA2D26B02261BE3DA8F9A_AdjustorThunk (RuntimeObject* __this, float ___0_speed, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_setMusicSpeed_m3EB51F68C2CAC2859C2CA2D26B02261BE3DA8F9A(_thisAdjusted, ___0_speed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getMusicSpeed(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getMusicSpeed_m67CCE3CC42F24888048B13A7EAAE4ED8309AAA04 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, float* ___0_speed, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetMusicSpeed(this.handle, out speed);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_speed;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_GetMusicSpeed_mA83B90C63147C4A2EA6E5E273218C0FCDA6D3230(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_getMusicSpeed_m67CCE3CC42F24888048B13A7EAAE4ED8309AAA04_AdjustorThunk (RuntimeObject* __this, float* ___0_speed, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getMusicSpeed_m67CCE3CC42F24888048B13A7EAAE4ED8309AAA04(_thisAdjusted, ___0_speed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_setUserData_m70FA97B95456BFD4C11950AB82CD919DC1A8B864 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_SetUserData_m46874029CB765EA6AC576A3CEFF1198F8890EB75(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_setUserData_m70FA97B95456BFD4C11950AB82CD919DC1A8B864_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_setUserData_m70FA97B95456BFD4C11950AB82CD919DC1A8B864(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_getUserData_m72B2C45C90CB29B6D926B2D711D19A848CC9F1EF (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_Sound_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = Sound_FMOD5_Sound_GetUserData_m5D2D1545B1FEC8993A48EC9E3407BB68D2FB9BED(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Sound_getUserData_m72B2C45C90CB29B6D926B2D711D19A848CC9F1EF_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
int32_t _returnValue;
_returnValue = Sound_getUserData_m72B2C45C90CB29B6D926B2D711D19A848CC9F1EF(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Release_m25D76754736858D4B3B9C72FFA1B07498456960D (intptr_t ___0_sound, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_Release)(___0_sound);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSystemObject(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSystemObject_mF8507DC0E9A6EC2B5B7617D0DE86744E2F971274 (intptr_t ___0_sound, intptr_t* ___1_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetSystemObject", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetSystemObject)(___0_sound, ___1_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Lock(System.IntPtr,System.UInt32,System.UInt32,System.IntPtr&,System.IntPtr&,System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Lock_m385577A3001BDBCA22124BD51254A4CEF9CC9046 (intptr_t ___0_sound, uint32_t ___1_offset, uint32_t ___2_length, intptr_t* ___3_ptr1, intptr_t* ___4_ptr2, uint32_t* ___5_len1, uint32_t* ___6_len2, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, uint32_t, intptr_t*, intptr_t*, uint32_t*, uint32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(intptr_t*) + sizeof(intptr_t*) + sizeof(uint32_t*) + sizeof(uint32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_Lock", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_Lock)(___0_sound, ___1_offset, ___2_length, ___3_ptr1, ___4_ptr2, ___5_len1, ___6_len2);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_offset, ___2_length, ___3_ptr1, ___4_ptr2, ___5_len1, ___6_len2);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Unlock(System.IntPtr,System.IntPtr,System.IntPtr,System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Unlock_m88783861E856DD1119F4DB3B75A8244B61889A40 (intptr_t ___0_sound, intptr_t ___1_ptr1, intptr_t ___2_ptr2, uint32_t ___3_len1, uint32_t ___4_len2, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t, uint32_t, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_Unlock", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_Unlock)(___0_sound, ___1_ptr1, ___2_ptr2, ___3_len1, ___4_len2);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_ptr1, ___2_ptr2, ___3_len1, ___4_len2);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetDefaults(System.IntPtr,System.Single,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetDefaults_mC973D4236D6465307B3EF7B137CE39C2EFC9C42E (intptr_t ___0_sound, float ___1_frequency, int32_t ___2_priority, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_SetDefaults", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_SetDefaults)(___0_sound, ___1_frequency, ___2_priority);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_frequency, ___2_priority);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetDefaults(System.IntPtr,System.Single&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetDefaults_m3237E2E0B0110621A34A4914D50748A67E05B650 (intptr_t ___0_sound, float* ___1_frequency, int32_t* ___2_priority, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetDefaults", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetDefaults)(___0_sound, ___1_frequency, ___2_priority);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_frequency, ___2_priority);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Set3DMinMaxDistance(System.IntPtr,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Set3DMinMaxDistance_m7E5C3FEBD138D024141616AB3AD6BBDC1C564743 (intptr_t ___0_sound, float ___1_min, float ___2_max, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_Set3DMinMaxDistance", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_Set3DMinMaxDistance)(___0_sound, ___1_min, ___2_max);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_min, ___2_max);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Get3DMinMaxDistance(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Get3DMinMaxDistance_mF4794EB242ED6187F37A1F2045B3F12B39E7E0C7 (intptr_t ___0_sound, float* ___1_min, float* ___2_max, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_Get3DMinMaxDistance", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_Get3DMinMaxDistance)(___0_sound, ___1_min, ___2_max);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_min, ___2_max);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Set3DConeSettings(System.IntPtr,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Set3DConeSettings_mBDDB4FAB2F92712C2B03A64D7195DDC8142F0890 (intptr_t ___0_sound, float ___1_insideconeangle, float ___2_outsideconeangle, float ___3_outsidevolume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_Set3DConeSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_Set3DConeSettings)(___0_sound, ___1_insideconeangle, ___2_outsideconeangle, ___3_outsidevolume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_insideconeangle, ___2_outsideconeangle, ___3_outsidevolume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Get3DConeSettings(System.IntPtr,System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Get3DConeSettings_mB25371293CD435151313DE866FF6364D91E47BEB (intptr_t ___0_sound, float* ___1_insideconeangle, float* ___2_outsideconeangle, float* ___3_outsidevolume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_Get3DConeSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_Get3DConeSettings)(___0_sound, ___1_insideconeangle, ___2_outsideconeangle, ___3_outsidevolume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_insideconeangle, ___2_outsideconeangle, ___3_outsidevolume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Set3DCustomRolloff(System.IntPtr,FMOD.VECTOR&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Set3DCustomRolloff_m2C8CD65CAFB506913EEFA700FFA9AAFFE7149297 (intptr_t ___0_sound, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_points, int32_t ___2_numpoints, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_Set3DCustomRolloff", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_Set3DCustomRolloff)(___0_sound, ___1_points, ___2_numpoints);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_points, ___2_numpoints);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_Get3DCustomRolloff(System.IntPtr,System.IntPtr&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_Get3DCustomRolloff_m2C53634F450525EABC6701F766B39D58211AAEAF (intptr_t ___0_sound, intptr_t* ___1_points, int32_t* ___2_numpoints, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_Get3DCustomRolloff", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_Get3DCustomRolloff)(___0_sound, ___1_points, ___2_numpoints);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_points, ___2_numpoints);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSubSound(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSubSound_mA2481192985ACEB1700376694C80D4FB1580E973 (intptr_t ___0_sound, int32_t ___1_index, intptr_t* ___2_subsound, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetSubSound", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetSubSound)(___0_sound, ___1_index, ___2_subsound);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_index, ___2_subsound);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSubSoundParent(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSubSoundParent_m86321C0EC4DD163A201D78D27E0843CA1BB030E4 (intptr_t ___0_sound, intptr_t* ___1_parentsound, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetSubSoundParent", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetSubSoundParent)(___0_sound, ___1_parentsound);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_parentsound);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetName(System.IntPtr,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetName_m49B2234D7704878C05357853361B462BFC0C7383 (intptr_t ___0_sound, intptr_t ___1_name, int32_t ___2_namelen, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetName)(___0_sound, ___1_name, ___2_namelen);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_name, ___2_namelen);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetLength(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetLength_m5FF68327F9C56103C93B658FC2D98AD13ECEF7B4 (intptr_t ___0_sound, uint32_t* ___1_length, uint32_t ___2_lengthtype, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetLength", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetLength)(___0_sound, ___1_length, ___2_lengthtype);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_length, ___2_lengthtype);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetFormat(System.IntPtr,FMOD.SOUND_TYPE&,FMOD.SOUND_FORMAT&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetFormat_mCEF2D7EC47303013E7962FD434C6F3750D133B49 (intptr_t ___0_sound, int32_t* ___1_type, int32_t* ___2_format, int32_t* ___3_channels, int32_t* ___4_bits, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, int32_t*, int32_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetFormat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetFormat)(___0_sound, ___1_type, ___2_format, ___3_channels, ___4_bits);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_type, ___2_format, ___3_channels, ___4_bits);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetNumSubSounds(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetNumSubSounds_mF761ADE9310DE5C8BCF36786E2E7D59E43C15532 (intptr_t ___0_sound, int32_t* ___1_numsubsounds, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetNumSubSounds", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetNumSubSounds)(___0_sound, ___1_numsubsounds);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_numsubsounds);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetNumTags(System.IntPtr,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetNumTags_m7A12A0064A489062CB2EEFB1FF723246EAD9E9A1 (intptr_t ___0_sound, int32_t* ___1_numtags, int32_t* ___2_numtagsupdated, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetNumTags", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetNumTags)(___0_sound, ___1_numtags, ___2_numtagsupdated);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_numtags, ___2_numtagsupdated);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetTag(System.IntPtr,System.Byte[],System.Int32,FMOD.TAG&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetTag_m947A50EEF4017C51D07A9483485FA908E5414D70 (intptr_t ___0_sound, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, int32_t ___2_index, TAG_tF804B7171492DD25F531BD89995CF467495846BA* ___3_tag, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, int32_t, TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshaled_pinvoke*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshaled_pinvoke*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetTag", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_name' to native representation
uint8_t* ____1_name_marshaled = NULL;
if (___1_name != NULL)
{
____1_name_marshaled = reinterpret_cast<uint8_t*>((___1_name)->GetAddressAtUnchecked(0));
}
// Marshaling of parameter '___3_tag' to native representation
TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshaled_pinvoke ____3_tag_empty = {};
TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshaled_pinvoke* ____3_tag_marshaled = &____3_tag_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetTag)(___0_sound, ____1_name_marshaled, ___2_index, ____3_tag_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ____1_name_marshaled, ___2_index, ____3_tag_marshaled);
#endif
// Marshaling of parameter '___3_tag' back from native representation
TAG_tF804B7171492DD25F531BD89995CF467495846BA _____3_tag_marshaled_unmarshaled_dereferenced;
memset((&_____3_tag_marshaled_unmarshaled_dereferenced), 0, sizeof(_____3_tag_marshaled_unmarshaled_dereferenced));
TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshal_pinvoke_back(*____3_tag_marshaled, _____3_tag_marshaled_unmarshaled_dereferenced);
*___3_tag = _____3_tag_marshaled_unmarshaled_dereferenced;
// Marshaling cleanup of parameter '___3_tag' native representation
TAG_tF804B7171492DD25F531BD89995CF467495846BA_marshal_pinvoke_cleanup(*____3_tag_marshaled);
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetOpenState(System.IntPtr,FMOD.OPENSTATE&,System.UInt32&,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetOpenState_m53C5A47F3D9C8C36E5F6B81842332E78DCEB3E06 (intptr_t ___0_sound, int32_t* ___1_openstate, uint32_t* ___2_percentbuffered, bool* ___3_starving, bool* ___4_diskbusy, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, uint32_t*, int32_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(uint32_t*) + sizeof(int32_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetOpenState", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___3_starving' to native representation
int32_t ____3_starving_empty = 0;
int32_t* ____3_starving_marshaled = &____3_starving_empty;
// Marshaling of parameter '___4_diskbusy' to native representation
int32_t ____4_diskbusy_empty = 0;
int32_t* ____4_diskbusy_marshaled = &____4_diskbusy_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetOpenState)(___0_sound, ___1_openstate, ___2_percentbuffered, ____3_starving_marshaled, ____4_diskbusy_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_openstate, ___2_percentbuffered, ____3_starving_marshaled, ____4_diskbusy_marshaled);
#endif
// Marshaling of parameter '___3_starving' back from native representation
bool _____3_starving_marshaled_unmarshaled_dereferenced = false;
_____3_starving_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____3_starving_marshaled);
*___3_starving = _____3_starving_marshaled_unmarshaled_dereferenced;
// Marshaling of parameter '___4_diskbusy' back from native representation
bool _____4_diskbusy_marshaled_unmarshaled_dereferenced = false;
_____4_diskbusy_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____4_diskbusy_marshaled);
*___4_diskbusy = _____4_diskbusy_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_ReadData(System.IntPtr,System.Byte[],System.UInt32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_ReadData_mC8FBC49A2CDB7CB39951E0DB0DC1B1C9957B1EA7 (intptr_t ___0_sound, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_buffer, uint32_t ___2_length, intptr_t ___3_zero, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint32_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_ReadData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_buffer' to native representation
uint8_t* ____1_buffer_marshaled = NULL;
if (___1_buffer != NULL)
{
____1_buffer_marshaled = reinterpret_cast<uint8_t*>((___1_buffer)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_ReadData)(___0_sound, ____1_buffer_marshaled, ___2_length, ___3_zero);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ____1_buffer_marshaled, ___2_length, ___3_zero);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_ReadData(System.IntPtr,System.Byte[],System.UInt32,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_ReadData_m57B6AE2821F1963177569BD416A417587298B5A0 (intptr_t ___0_sound, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_buffer, uint32_t ___2_length, uint32_t* ___3_read, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint32_t, uint32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t) + sizeof(uint32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_ReadData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_buffer' to native representation
uint8_t* ____1_buffer_marshaled = NULL;
if (___1_buffer != NULL)
{
____1_buffer_marshaled = reinterpret_cast<uint8_t*>((___1_buffer)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_ReadData)(___0_sound, ____1_buffer_marshaled, ___2_length, ___3_read);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ____1_buffer_marshaled, ___2_length, ___3_read);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_ReadData(System.IntPtr,System.IntPtr,System.UInt32,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_ReadData_mE97F2100D212890623F913DBA2D3BCF974E1E17E (intptr_t ___0_sound, intptr_t ___1_buffer, uint32_t ___2_length, uint32_t* ___3_read, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, uint32_t, uint32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_ReadData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_ReadData)(___0_sound, ___1_buffer, ___2_length, ___3_read);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_buffer, ___2_length, ___3_read);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SeekData(System.IntPtr,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SeekData_m84C20DB009EAD5533D3D49D801B2221F4389834D (intptr_t ___0_sound, uint32_t ___1_pcm, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_SeekData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_SeekData)(___0_sound, ___1_pcm);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_pcm);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetSoundGroup(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetSoundGroup_m44752F9118F4501DEEB0EA332726588645C60A73 (intptr_t ___0_sound, intptr_t ___1_soundgroup, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_SetSoundGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_SetSoundGroup)(___0_sound, ___1_soundgroup);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_soundgroup);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSoundGroup(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSoundGroup_m266436C6CB516E0CBCF6F4A83280A9731C766B45 (intptr_t ___0_sound, intptr_t* ___1_soundgroup, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetSoundGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetSoundGroup)(___0_sound, ___1_soundgroup);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_soundgroup);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetNumSyncPoints(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetNumSyncPoints_mD4BFBCC392BB3D9FC809C2AEF24A4E5980C99F99 (intptr_t ___0_sound, int32_t* ___1_numsyncpoints, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetNumSyncPoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetNumSyncPoints)(___0_sound, ___1_numsyncpoints);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_numsyncpoints);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSyncPoint(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSyncPoint_m8B0F2723A1B4F6D3F66BB7B35277FEBF99D94D72 (intptr_t ___0_sound, int32_t ___1_index, intptr_t* ___2_point, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetSyncPoint", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetSyncPoint)(___0_sound, ___1_index, ___2_point);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_index, ___2_point);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetSyncPointInfo(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetSyncPointInfo_m7484D9C778C268DA99FB0C635B2782E8414FF712 (intptr_t ___0_sound, intptr_t ___1_point, intptr_t ___2_name, int32_t ___3_namelen, uint32_t* ___4_offset, uint32_t ___5_offsettype, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t, int32_t, uint32_t*, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(uint32_t*) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetSyncPointInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetSyncPointInfo)(___0_sound, ___1_point, ___2_name, ___3_namelen, ___4_offset, ___5_offsettype);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_point, ___2_name, ___3_namelen, ___4_offset, ___5_offsettype);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_AddSyncPoint(System.IntPtr,System.UInt32,FMOD.TIMEUNIT,System.Byte[],System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_AddSyncPoint_m636018305BF2CC4FB8B100DB78DD090809AAC5FF (intptr_t ___0_sound, uint32_t ___1_offset, uint32_t ___2_offsettype, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_name, intptr_t* ___4_point, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, uint32_t, uint8_t*, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(void*) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_AddSyncPoint", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___3_name' to native representation
uint8_t* ____3_name_marshaled = NULL;
if (___3_name != NULL)
{
____3_name_marshaled = reinterpret_cast<uint8_t*>((___3_name)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_AddSyncPoint)(___0_sound, ___1_offset, ___2_offsettype, ____3_name_marshaled, ___4_point);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_offset, ___2_offsettype, ____3_name_marshaled, ___4_point);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_DeleteSyncPoint(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_DeleteSyncPoint_m645897ACACECBC9E05B5C57831AFBFE3156CD8CF (intptr_t ___0_sound, intptr_t ___1_point, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_DeleteSyncPoint", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_DeleteSyncPoint)(___0_sound, ___1_point);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_point);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetMode(System.IntPtr,FMOD.MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetMode_m8019D3780B2BCA2A009F9B10185A9AC8A30BFE88 (intptr_t ___0_sound, uint32_t ___1_mode, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_SetMode", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_SetMode)(___0_sound, ___1_mode);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_mode);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMode(System.IntPtr,FMOD.MODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMode_m4782D70989CA45EFEC26D31B2A0ED9A027899CE3 (intptr_t ___0_sound, uint32_t* ___1_mode, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetMode", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetMode)(___0_sound, ___1_mode);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_mode);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetLoopCount(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetLoopCount_mADC52D08858F4B9EB1BADA9220E8268D8F6629DA (intptr_t ___0_sound, int32_t ___1_loopcount, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_SetLoopCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_SetLoopCount)(___0_sound, ___1_loopcount);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_loopcount);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetLoopCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetLoopCount_m84E701237FFC2E64EB2C1BF7F471CD93AE4FA2C6 (intptr_t ___0_sound, int32_t* ___1_loopcount, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetLoopCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetLoopCount)(___0_sound, ___1_loopcount);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_loopcount);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetLoopPoints(System.IntPtr,System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetLoopPoints_m0C3CB8BC66020CCC99A971E03DAD2742D7E70016 (intptr_t ___0_sound, uint32_t ___1_loopstart, uint32_t ___2_loopstarttype, uint32_t ___3_loopend, uint32_t ___4_loopendtype, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, uint32_t, uint32_t, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_SetLoopPoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_SetLoopPoints)(___0_sound, ___1_loopstart, ___2_loopstarttype, ___3_loopend, ___4_loopendtype);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_loopstart, ___2_loopstarttype, ___3_loopend, ___4_loopendtype);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetLoopPoints(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetLoopPoints_mB5863BF9754AC96BEC46211CEAA6F9CED9F8F732 (intptr_t ___0_sound, uint32_t* ___1_loopstart, uint32_t ___2_loopstarttype, uint32_t* ___3_loopend, uint32_t ___4_loopendtype, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint32_t, uint32_t*, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(uint32_t) + sizeof(uint32_t*) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetLoopPoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetLoopPoints)(___0_sound, ___1_loopstart, ___2_loopstarttype, ___3_loopend, ___4_loopendtype);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_loopstart, ___2_loopstarttype, ___3_loopend, ___4_loopendtype);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMusicNumChannels(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMusicNumChannels_mCBEB9FAF59C97F02D05D0D75B4E139B4F4BA7854 (intptr_t ___0_sound, int32_t* ___1_numchannels, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetMusicNumChannels", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetMusicNumChannels)(___0_sound, ___1_numchannels);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_numchannels);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetMusicChannelVolume(System.IntPtr,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetMusicChannelVolume_mF15E64DE9215509955917772B80FB4008728A2CE (intptr_t ___0_sound, int32_t ___1_channel, float ___2_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_SetMusicChannelVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_SetMusicChannelVolume)(___0_sound, ___1_channel, ___2_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_channel, ___2_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMusicChannelVolume(System.IntPtr,System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMusicChannelVolume_m34CB2BC249AD52A25C8036FBECAD7A9D8A53CD6A (intptr_t ___0_sound, int32_t ___1_channel, float* ___2_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetMusicChannelVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetMusicChannelVolume)(___0_sound, ___1_channel, ___2_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_channel, ___2_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetMusicSpeed(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetMusicSpeed_m033E7311A1EDF9AA610376BC6D72DADA312EED92 (intptr_t ___0_sound, float ___1_speed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_SetMusicSpeed", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_SetMusicSpeed)(___0_sound, ___1_speed);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_speed);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetMusicSpeed(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetMusicSpeed_mA83B90C63147C4A2EA6E5E273218C0FCDA6D3230 (intptr_t ___0_sound, float* ___1_speed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetMusicSpeed", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetMusicSpeed)(___0_sound, ___1_speed);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_speed);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_SetUserData_m46874029CB765EA6AC576A3CEFF1198F8890EB75 (intptr_t ___0_sound, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_SetUserData)(___0_sound, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Sound::FMOD5_Sound_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Sound_FMOD5_Sound_GetUserData_m5D2D1545B1FEC8993A48EC9E3407BB68D2FB9BED (intptr_t ___0_sound, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Sound_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Sound_GetUserData)(___0_sound, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_sound, ___1_userdata);
#endif
return returnValue;
}
// System.Void FMOD.Sound::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sound__ctor_m1E30CE5F7D6814445755A110A36997FB7F9B07B5 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public Sound(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public Sound(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void Sound__ctor_m1E30CE5F7D6814445755A110A36997FB7F9B07B5_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
Sound__ctor_m1E30CE5F7D6814445755A110A36997FB7F9B07B5_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.Sound::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Sound_hasHandle_mCDA64A5530F4B2092FC7557978B27DC50A3EC087 (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool Sound_hasHandle_mCDA64A5530F4B2092FC7557978B27DC50A3EC087_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
bool _returnValue;
_returnValue = Sound_hasHandle_mCDA64A5530F4B2092FC7557978B27DC50A3EC087(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.Sound::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Sound_clearHandle_mF9143AD5FBF214862236F73A022FE318C21B682C (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void Sound_clearHandle_mF9143AD5FBF214862236F73A022FE318C21B682C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD*>(__this + _offset);
Sound_clearHandle_mF9143AD5FBF214862236F73A022FE318C21B682C(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.Channel::setFrequency(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setFrequency_m569066E8F76501F1EBF4F2C20136E44A82B8263F (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_frequency, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetFrequency(this.handle, frequency);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_frequency;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetFrequency_mA46A43E8C1C04F04BAFA521083C6798D4CF5A5BA(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setFrequency_m569066E8F76501F1EBF4F2C20136E44A82B8263F_AdjustorThunk (RuntimeObject* __this, float ___0_frequency, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setFrequency_m569066E8F76501F1EBF4F2C20136E44A82B8263F(_thisAdjusted, ___0_frequency, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getFrequency(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getFrequency_m0C0F18528032921D81D7A7CF75F4DB19EA90EE4C (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_frequency, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetFrequency(this.handle, out frequency);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_frequency;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetFrequency_m67BBBA1DCC7C098A286A09B42BB81AC883B4E291(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getFrequency_m0C0F18528032921D81D7A7CF75F4DB19EA90EE4C_AdjustorThunk (RuntimeObject* __this, float* ___0_frequency, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getFrequency_m0C0F18528032921D81D7A7CF75F4DB19EA90EE4C(_thisAdjusted, ___0_frequency, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setPriority(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPriority_m3335B982F892C948F1DBC4A6BC923A4A80D265C3 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t ___0_priority, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetPriority(this.handle, priority);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_priority;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetPriority_m2EC4C84F9BDC193F70BC386A933C7916FAFE4846(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setPriority_m3335B982F892C948F1DBC4A6BC923A4A80D265C3_AdjustorThunk (RuntimeObject* __this, int32_t ___0_priority, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setPriority_m3335B982F892C948F1DBC4A6BC923A4A80D265C3(_thisAdjusted, ___0_priority, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getPriority(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPriority_mE38D73327BAF5503E55814EBB2B0E2E0ED1214E1 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t* ___0_priority, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetPriority(this.handle, out priority);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_priority;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetPriority_mF0B32C44D5336749C88B9475EBE7CDC22486B0B7(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getPriority_mE38D73327BAF5503E55814EBB2B0E2E0ED1214E1_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_priority, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getPriority_mE38D73327BAF5503E55814EBB2B0E2E0ED1214E1(_thisAdjusted, ___0_priority, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setPosition(System.UInt32,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPosition_m169EFD9BAF7EAB030D81D3248C586084027855D6 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t ___0_position, uint32_t ___1_postype, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetPosition(this.handle, position, postype);
intptr_t L_0 = __this->___handle_0;
uint32_t L_1 = ___0_position;
uint32_t L_2 = ___1_postype;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_SetPosition_m67482DB22CD81C7C33AC87E4DD2C3F8C3114E92D(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_setPosition_m169EFD9BAF7EAB030D81D3248C586084027855D6_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_position, uint32_t ___1_postype, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setPosition_m169EFD9BAF7EAB030D81D3248C586084027855D6(_thisAdjusted, ___0_position, ___1_postype, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getPosition(System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPosition_m6660724F8F6FDAA3758B3B7C86C52FA1F38E6AC8 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t* ___0_position, uint32_t ___1_postype, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetPosition(this.handle, out position, postype);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_position;
uint32_t L_2 = ___1_postype;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_GetPosition_m6C145E1B3E6074FAEC00EE6A220B82A7F61DF27C(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_getPosition_m6660724F8F6FDAA3758B3B7C86C52FA1F38E6AC8_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_position, uint32_t ___1_postype, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getPosition_m6660724F8F6FDAA3758B3B7C86C52FA1F38E6AC8(_thisAdjusted, ___0_position, ___1_postype, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setChannelGroup(FMOD.ChannelGroup)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setChannelGroup_mCA1E3F8364A88DC44CED6A605CA885CD643835E8 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD ___0_channelgroup, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetChannelGroup(this.handle, channelgroup.handle);
intptr_t L_0 = __this->___handle_0;
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD L_1 = ___0_channelgroup;
intptr_t L_2 = L_1.___handle_0;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_SetChannelGroup_mEDCAFF8DAD423F57F531255C7C3EAC047896ACE1(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_setChannelGroup_mCA1E3F8364A88DC44CED6A605CA885CD643835E8_AdjustorThunk (RuntimeObject* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD ___0_channelgroup, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setChannelGroup_mCA1E3F8364A88DC44CED6A605CA885CD643835E8(_thisAdjusted, ___0_channelgroup, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getChannelGroup(FMOD.ChannelGroup&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getChannelGroup_mA5CF14EDB62D820FFAEE575883CB83667C82C3AD (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___0_channelgroup, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetChannelGroup(this.handle, out channelgroup.handle);
intptr_t L_0 = __this->___handle_0;
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* L_1 = ___0_channelgroup;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = Channel_FMOD5_Channel_GetChannelGroup_m53FDCB1635E2F93B82FC19ACAFEE31E83BD3270F(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_getChannelGroup_mA5CF14EDB62D820FFAEE575883CB83667C82C3AD_AdjustorThunk (RuntimeObject* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___0_channelgroup, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getChannelGroup_mA5CF14EDB62D820FFAEE575883CB83667C82C3AD(_thisAdjusted, ___0_channelgroup, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setLoopCount(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setLoopCount_mB7B489680878569239821DBC72375509071488CE (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t ___0_loopcount, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetLoopCount(this.handle, loopcount);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_loopcount;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetLoopCount_m2E8CBDC2EB43DE1DE5F568D21C6602060B60F73C(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setLoopCount_mB7B489680878569239821DBC72375509071488CE_AdjustorThunk (RuntimeObject* __this, int32_t ___0_loopcount, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setLoopCount_mB7B489680878569239821DBC72375509071488CE(_thisAdjusted, ___0_loopcount, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getLoopCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getLoopCount_m1E10C9768C11F89D4453FA64318FCCB2F10D5EB8 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t* ___0_loopcount, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetLoopCount(this.handle, out loopcount);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_loopcount;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetLoopCount_m7C65DF9B1B5AA47BC847141A71121FA2C071ACBF(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getLoopCount_m1E10C9768C11F89D4453FA64318FCCB2F10D5EB8_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_loopcount, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getLoopCount_m1E10C9768C11F89D4453FA64318FCCB2F10D5EB8(_thisAdjusted, ___0_loopcount, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setLoopPoints(System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setLoopPoints_m863E50DE3A7EA4432409E6EBDFBD5FBB6060957A (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t ___0_loopstart, uint32_t ___1_loopstarttype, uint32_t ___2_loopend, uint32_t ___3_loopendtype, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetLoopPoints(this.handle, loopstart, loopstarttype, loopend, loopendtype);
intptr_t L_0 = __this->___handle_0;
uint32_t L_1 = ___0_loopstart;
uint32_t L_2 = ___1_loopstarttype;
uint32_t L_3 = ___2_loopend;
uint32_t L_4 = ___3_loopendtype;
int32_t L_5;
L_5 = Channel_FMOD5_Channel_SetLoopPoints_mB30000D6139DDF0450591197DF1E90AD8F8685DA(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t Channel_setLoopPoints_m863E50DE3A7EA4432409E6EBDFBD5FBB6060957A_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_loopstart, uint32_t ___1_loopstarttype, uint32_t ___2_loopend, uint32_t ___3_loopendtype, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setLoopPoints_m863E50DE3A7EA4432409E6EBDFBD5FBB6060957A(_thisAdjusted, ___0_loopstart, ___1_loopstarttype, ___2_loopend, ___3_loopendtype, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getLoopPoints(System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getLoopPoints_m3040FFFA60C5A959B14F300BF912D025DD7188C0 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t* ___0_loopstart, uint32_t ___1_loopstarttype, uint32_t* ___2_loopend, uint32_t ___3_loopendtype, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetLoopPoints(this.handle, out loopstart, loopstarttype, out loopend, loopendtype);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_loopstart;
uint32_t L_2 = ___1_loopstarttype;
uint32_t* L_3 = ___2_loopend;
uint32_t L_4 = ___3_loopendtype;
int32_t L_5;
L_5 = Channel_FMOD5_Channel_GetLoopPoints_m37DF2D18827A8F497FCFAA7C19B79DDF2DB65912(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t Channel_getLoopPoints_m3040FFFA60C5A959B14F300BF912D025DD7188C0_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_loopstart, uint32_t ___1_loopstarttype, uint32_t* ___2_loopend, uint32_t ___3_loopendtype, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getLoopPoints_m3040FFFA60C5A959B14F300BF912D025DD7188C0(_thisAdjusted, ___0_loopstart, ___1_loopstarttype, ___2_loopend, ___3_loopendtype, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::isVirtual(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_isVirtual_m161BDB1BB7C2A249AB998A198E73285D495758BE (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool* ___0_isvirtual, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_IsVirtual(this.handle, out isvirtual);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_isvirtual;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_IsVirtual_mD75789A848C3919420C298F577D1D03C788BAA80(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_isVirtual_m161BDB1BB7C2A249AB998A198E73285D495758BE_AdjustorThunk (RuntimeObject* __this, bool* ___0_isvirtual, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_isVirtual_m161BDB1BB7C2A249AB998A198E73285D495758BE(_thisAdjusted, ___0_isvirtual, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getCurrentSound(FMOD.Sound&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getCurrentSound_m7534FC22CBA10213429F256779D6CDDD82EDB4A8 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* ___0_sound, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetCurrentSound(this.handle, out sound.handle);
intptr_t L_0 = __this->___handle_0;
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* L_1 = ___0_sound;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = Channel_FMOD5_Channel_GetCurrentSound_m73E11CA3203B3E9B4214054F9B5AE481A85C075C(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_getCurrentSound_m7534FC22CBA10213429F256779D6CDDD82EDB4A8_AdjustorThunk (RuntimeObject* __this, Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* ___0_sound, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getCurrentSound_m7534FC22CBA10213429F256779D6CDDD82EDB4A8(_thisAdjusted, ___0_sound, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getIndex(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getIndex_m704931B772310F0F2AF97981015D807AF592E699 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t* ___0_index, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetIndex(this.handle, out index);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_index;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetIndex_m293960AAE361DC67ED77C31D303BA3BADA7488DA(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getIndex_m704931B772310F0F2AF97981015D807AF592E699_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_index, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getIndex_m704931B772310F0F2AF97981015D807AF592E699(_thisAdjusted, ___0_index, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getSystemObject(FMOD.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getSystemObject_m01CAD4C2C16306E9B354B2E6A50CCC2391F3D27B (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetSystemObject(this.handle, out system.handle);
intptr_t L_0 = __this->___handle_0;
System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* L_1 = ___0_system;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = Channel_FMOD5_Channel_GetSystemObject_m6A92B957B7FE90EA5D0104594FB92AD9BBBF5A75(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_getSystemObject_m01CAD4C2C16306E9B354B2E6A50CCC2391F3D27B_AdjustorThunk (RuntimeObject* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getSystemObject_m01CAD4C2C16306E9B354B2E6A50CCC2391F3D27B(_thisAdjusted, ___0_system, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_stop_m482BE587AFF8BEED8A7B1BCA85F476968CA0DF74 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Stop(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = Channel_FMOD5_Channel_Stop_mC232569048761E3828C7B89A79BF5A2C195AF120(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t Channel_stop_m482BE587AFF8BEED8A7B1BCA85F476968CA0DF74_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_stop_m482BE587AFF8BEED8A7B1BCA85F476968CA0DF74(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPaused_m72C9DCD06A7C6B14DEE7A0683731F82ED7B1F4FB (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool ___0_paused, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetPaused(this.handle, paused);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_paused;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetPaused_mF11887F8E5879A72A96FBA7D5B86076EC65485D8(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setPaused_m72C9DCD06A7C6B14DEE7A0683731F82ED7B1F4FB_AdjustorThunk (RuntimeObject* __this, bool ___0_paused, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setPaused_m72C9DCD06A7C6B14DEE7A0683731F82ED7B1F4FB(_thisAdjusted, ___0_paused, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getPaused(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPaused_m4C33AA8CC0082E820C74593A53FEFF29E29D7594 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool* ___0_paused, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetPaused(this.handle, out paused);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_paused;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetPaused_m5912BD4DB0730FF288FE460DAE051F8AA8F2A445(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getPaused_m4C33AA8CC0082E820C74593A53FEFF29E29D7594_AdjustorThunk (RuntimeObject* __this, bool* ___0_paused, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getPaused_m4C33AA8CC0082E820C74593A53FEFF29E29D7594(_thisAdjusted, ___0_paused, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setVolume_m51B6AF772DF8FFDD16A8B035425B66BCF6BA0606 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_volume, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetVolume(this.handle, volume);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_volume;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetVolume_mAE0457AB33B7BD54942AAA89AB42CF32CB85FEFC(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setVolume_m51B6AF772DF8FFDD16A8B035425B66BCF6BA0606_AdjustorThunk (RuntimeObject* __this, float ___0_volume, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setVolume_m51B6AF772DF8FFDD16A8B035425B66BCF6BA0606(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getVolume(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getVolume_mB3621E52F9A8B77D9F9DFE232A49AEED8B70D837 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_volume, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetVolume(this.handle, out volume);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_volume;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetVolume_m6522BA871C8FB04F10DD5A598A67357E0DDF741D(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getVolume_mB3621E52F9A8B77D9F9DFE232A49AEED8B70D837_AdjustorThunk (RuntimeObject* __this, float* ___0_volume, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getVolume_mB3621E52F9A8B77D9F9DFE232A49AEED8B70D837(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setVolumeRamp(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setVolumeRamp_m9E80A59AF7A698C6315E35738C4038B862FD8AF6 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool ___0_ramp, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetVolumeRamp(this.handle, ramp);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_ramp;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetVolumeRamp_mFF5E34A85190CD34B0D341A6185294F6FD9F64ED(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setVolumeRamp_m9E80A59AF7A698C6315E35738C4038B862FD8AF6_AdjustorThunk (RuntimeObject* __this, bool ___0_ramp, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setVolumeRamp_m9E80A59AF7A698C6315E35738C4038B862FD8AF6(_thisAdjusted, ___0_ramp, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getVolumeRamp(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getVolumeRamp_m0C6F21D5B32DD1B052F5E4551E9F0A2F9C053AAC (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool* ___0_ramp, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetVolumeRamp(this.handle, out ramp);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_ramp;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetVolumeRamp_mB04C9FC8AE233B7AD5F59EDE8D61F74A2C82F8D6(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getVolumeRamp_m0C6F21D5B32DD1B052F5E4551E9F0A2F9C053AAC_AdjustorThunk (RuntimeObject* __this, bool* ___0_ramp, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getVolumeRamp_m0C6F21D5B32DD1B052F5E4551E9F0A2F9C053AAC(_thisAdjusted, ___0_ramp, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getAudibility(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getAudibility_m5B3A0B760BB796175F8C028846F330A90BC11DCF (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_audibility, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetAudibility(this.handle, out audibility);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_audibility;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetAudibility_m0A0F8EF5049D76C2AC139F55A5BCC838470CF72A(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getAudibility_m5B3A0B760BB796175F8C028846F330A90BC11DCF_AdjustorThunk (RuntimeObject* __this, float* ___0_audibility, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getAudibility_m5B3A0B760BB796175F8C028846F330A90BC11DCF(_thisAdjusted, ___0_audibility, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setPitch(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPitch_m66B41C232DF34E65DA00A00B929093017A1A0269 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_pitch, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetPitch(this.handle, pitch);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_pitch;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetPitch_mA9A7E220DBE8EF3EF2BF1DE243EE53A4E02DDFAC(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setPitch_m66B41C232DF34E65DA00A00B929093017A1A0269_AdjustorThunk (RuntimeObject* __this, float ___0_pitch, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setPitch_m66B41C232DF34E65DA00A00B929093017A1A0269(_thisAdjusted, ___0_pitch, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getPitch(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getPitch_mAF435013FF8B0FFEEFE4FDC757CF259457238DA7 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_pitch, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetPitch(this.handle, out pitch);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_pitch;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetPitch_m06585690198BE78F823DC35DE136CF29BB32CA2C(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getPitch_mAF435013FF8B0FFEEFE4FDC757CF259457238DA7_AdjustorThunk (RuntimeObject* __this, float* ___0_pitch, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getPitch_mAF435013FF8B0FFEEFE4FDC757CF259457238DA7(_thisAdjusted, ___0_pitch, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setMute(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMute_mA1B06C3933BBAA45A54DB31A7B38DCC53B02003A (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool ___0_mute, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetMute(this.handle, mute);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_mute;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetMute_mEBC8CCC05E6718375146EDDCB433E6D67A727C98(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setMute_mA1B06C3933BBAA45A54DB31A7B38DCC53B02003A_AdjustorThunk (RuntimeObject* __this, bool ___0_mute, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setMute_mA1B06C3933BBAA45A54DB31A7B38DCC53B02003A(_thisAdjusted, ___0_mute, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getMute(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getMute_mD83D3687F2BA06A889AF362A0345C51137A09A02 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool* ___0_mute, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetMute(this.handle, out mute);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_mute;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetMute_mA96954DE61D9920DB129FD92FC85F25F13C0230D(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getMute_mD83D3687F2BA06A889AF362A0345C51137A09A02_AdjustorThunk (RuntimeObject* __this, bool* ___0_mute, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getMute_mD83D3687F2BA06A889AF362A0345C51137A09A02(_thisAdjusted, ___0_mute, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setReverbProperties(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setReverbProperties_m5B26B3E290D48955587AB783E44D49F146B55212 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t ___0_instance, float ___1_wet, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetReverbProperties(this.handle, instance, wet);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_instance;
float L_2 = ___1_wet;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_SetReverbProperties_mF5B8C9A18EAE9D922452F8F47D8BACD21C25508C(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_setReverbProperties_m5B26B3E290D48955587AB783E44D49F146B55212_AdjustorThunk (RuntimeObject* __this, int32_t ___0_instance, float ___1_wet, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setReverbProperties_m5B26B3E290D48955587AB783E44D49F146B55212(_thisAdjusted, ___0_instance, ___1_wet, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getReverbProperties(System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getReverbProperties_mD56B2F2ACEEF9ED994B090915726EBFA0647BBDC (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t ___0_instance, float* ___1_wet, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetReverbProperties(this.handle, instance, out wet);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_instance;
float* L_2 = ___1_wet;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_GetReverbProperties_m4B297DD845B9E8239DCC87C065C227FBD7639579(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_getReverbProperties_mD56B2F2ACEEF9ED994B090915726EBFA0647BBDC_AdjustorThunk (RuntimeObject* __this, int32_t ___0_instance, float* ___1_wet, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getReverbProperties_mD56B2F2ACEEF9ED994B090915726EBFA0647BBDC(_thisAdjusted, ___0_instance, ___1_wet, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setLowPassGain(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setLowPassGain_m80AB212E24291FA11DEE5F862CE8B5BDE27086DC (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_gain, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetLowPassGain(this.handle, gain);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_gain;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetLowPassGain_m686CD185F1F9E1889B89369CFFB9549570085439(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setLowPassGain_m80AB212E24291FA11DEE5F862CE8B5BDE27086DC_AdjustorThunk (RuntimeObject* __this, float ___0_gain, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setLowPassGain_m80AB212E24291FA11DEE5F862CE8B5BDE27086DC(_thisAdjusted, ___0_gain, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getLowPassGain(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getLowPassGain_m435A18F35E4F215CA9352EDA13FDEAB1CC8524CA (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_gain, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetLowPassGain(this.handle, out gain);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_gain;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetLowPassGain_m1C2DEDC5895EB397D61ABB99BC17C16C779BAF06(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getLowPassGain_m435A18F35E4F215CA9352EDA13FDEAB1CC8524CA_AdjustorThunk (RuntimeObject* __this, float* ___0_gain, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getLowPassGain_m435A18F35E4F215CA9352EDA13FDEAB1CC8524CA(_thisAdjusted, ___0_gain, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setMode(FMOD.MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMode_m606B42DED8B2D10DB9479B57CBE980C1C8737586 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t ___0_mode, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetMode(this.handle, mode);
intptr_t L_0 = __this->___handle_0;
uint32_t L_1 = ___0_mode;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetMode_mBBB7E0C66EF86A8CDB0F861A1A971D9F6681F9C3(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setMode_m606B42DED8B2D10DB9479B57CBE980C1C8737586_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_mode, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setMode_m606B42DED8B2D10DB9479B57CBE980C1C8737586(_thisAdjusted, ___0_mode, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getMode(FMOD.MODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getMode_m924F503FC7C065D80BE3B7B1C1C54AEEFBF44DD3 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t* ___0_mode, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetMode(this.handle, out mode);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_mode;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetMode_mD72B7F6EC21A6BB9DEA5F553CF450804009ACE55(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getMode_m924F503FC7C065D80BE3B7B1C1C54AEEFBF44DD3_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_mode, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getMode_m924F503FC7C065D80BE3B7B1C1C54AEEFBF44DD3(_thisAdjusted, ___0_mode, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setCallback(FMOD.CHANNELCONTROL_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setCallback_mC849AA9D9AD04AEA428128494B1AB37FA281763F (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1* ___0_callback, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetCallback(this.handle, callback);
intptr_t L_0 = __this->___handle_0;
CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1* L_1 = ___0_callback;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetCallback_m78B51FC0790F8032FB2AA988288A35EB5874CDAD(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setCallback_mC849AA9D9AD04AEA428128494B1AB37FA281763F_AdjustorThunk (RuntimeObject* __this, CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1* ___0_callback, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setCallback_mC849AA9D9AD04AEA428128494B1AB37FA281763F(_thisAdjusted, ___0_callback, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::isPlaying(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_isPlaying_m4395F6FC6311612294DC790306DC57454A0F8929 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool* ___0_isplaying, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_IsPlaying(this.handle, out isplaying);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_isplaying;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_IsPlaying_mC60C7F0FEEDD5A15DFB4E8B7F70C7D37C73EE681(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_isPlaying_m4395F6FC6311612294DC790306DC57454A0F8929_AdjustorThunk (RuntimeObject* __this, bool* ___0_isplaying, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_isPlaying_m4395F6FC6311612294DC790306DC57454A0F8929(_thisAdjusted, ___0_isplaying, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setPan(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setPan_m106C59A0E3FE4D8DE395F0902A058CD2CE325AED (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_pan, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetPan(this.handle, pan);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_pan;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetPan_m33E53CB85CF8E399B7C1BF86573FBCFDE6DAA53F(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setPan_m106C59A0E3FE4D8DE395F0902A058CD2CE325AED_AdjustorThunk (RuntimeObject* __this, float ___0_pan, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setPan_m106C59A0E3FE4D8DE395F0902A058CD2CE325AED(_thisAdjusted, ___0_pan, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setMixLevelsOutput(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMixLevelsOutput_m11AC68C39D33E5A13C5A18090F51F7D8A577C500 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_frontleft, float ___1_frontright, float ___2_center, float ___3_lfe, float ___4_surroundleft, float ___5_surroundright, float ___6_backleft, float ___7_backright, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetMixLevelsOutput(this.handle, frontleft, frontright, center, lfe, surroundleft, surroundright, backleft, backright);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_frontleft;
float L_2 = ___1_frontright;
float L_3 = ___2_center;
float L_4 = ___3_lfe;
float L_5 = ___4_surroundleft;
float L_6 = ___5_surroundright;
float L_7 = ___6_backleft;
float L_8 = ___7_backright;
int32_t L_9;
L_9 = Channel_FMOD5_Channel_SetMixLevelsOutput_mAD63637673045DA16A93FED8D77C2A99DD951A51(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, NULL);
return L_9;
}
}
IL2CPP_EXTERN_C int32_t Channel_setMixLevelsOutput_m11AC68C39D33E5A13C5A18090F51F7D8A577C500_AdjustorThunk (RuntimeObject* __this, float ___0_frontleft, float ___1_frontright, float ___2_center, float ___3_lfe, float ___4_surroundleft, float ___5_surroundright, float ___6_backleft, float ___7_backright, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setMixLevelsOutput_m11AC68C39D33E5A13C5A18090F51F7D8A577C500(_thisAdjusted, ___0_frontleft, ___1_frontright, ___2_center, ___3_lfe, ___4_surroundleft, ___5_surroundright, ___6_backleft, ___7_backright, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setMixLevelsInput(System.Single[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMixLevelsInput_m1136301093B2657DE2719B73337685D8EA7F1515 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_levels, int32_t ___1_numlevels, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetMixLevelsInput(this.handle, levels, numlevels);
intptr_t L_0 = __this->___handle_0;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = ___0_levels;
int32_t L_2 = ___1_numlevels;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_SetMixLevelsInput_m9B1BD722CBE2ED2C7866D4A93C34343D89197634(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_setMixLevelsInput_m1136301093B2657DE2719B73337685D8EA7F1515_AdjustorThunk (RuntimeObject* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_levels, int32_t ___1_numlevels, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setMixLevelsInput_m1136301093B2657DE2719B73337685D8EA7F1515(_thisAdjusted, ___0_levels, ___1_numlevels, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setMixMatrix(System.Single[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setMixMatrix_mA981185F0CFFBEB6CF9F135B68D3B069693FD2EC (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t ___1_outchannels, int32_t ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetMixMatrix(this.handle, matrix, outchannels, inchannels, inchannel_hop);
intptr_t L_0 = __this->___handle_0;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = ___0_matrix;
int32_t L_2 = ___1_outchannels;
int32_t L_3 = ___2_inchannels;
int32_t L_4 = ___3_inchannel_hop;
int32_t L_5;
L_5 = Channel_FMOD5_Channel_SetMixMatrix_m74DB3B1735F4527E5A7716420418E35086C30585(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t Channel_setMixMatrix_mA981185F0CFFBEB6CF9F135B68D3B069693FD2EC_AdjustorThunk (RuntimeObject* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t ___1_outchannels, int32_t ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setMixMatrix_mA981185F0CFFBEB6CF9F135B68D3B069693FD2EC(_thisAdjusted, ___0_matrix, ___1_outchannels, ___2_inchannels, ___3_inchannel_hop, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getMixMatrix(System.Single[],System.Int32&,System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getMixMatrix_m9FE4480A2B3E020398B666926CEB5823B99169C6 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t* ___1_outchannels, int32_t* ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetMixMatrix(this.handle, matrix, out outchannels, out inchannels, inchannel_hop);
intptr_t L_0 = __this->___handle_0;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = ___0_matrix;
int32_t* L_2 = ___1_outchannels;
int32_t* L_3 = ___2_inchannels;
int32_t L_4 = ___3_inchannel_hop;
int32_t L_5;
L_5 = Channel_FMOD5_Channel_GetMixMatrix_mC516E4A7B52EDDC468CDB9CBB469588B6DD5EB8B(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t Channel_getMixMatrix_m9FE4480A2B3E020398B666926CEB5823B99169C6_AdjustorThunk (RuntimeObject* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t* ___1_outchannels, int32_t* ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getMixMatrix_m9FE4480A2B3E020398B666926CEB5823B99169C6(_thisAdjusted, ___0_matrix, ___1_outchannels, ___2_inchannels, ___3_inchannel_hop, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getDSPClock(System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDSPClock_m051E045232A5ADF7670C5949AE63CFA6E8B0DF11 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t* ___0_dspclock, uint64_t* ___1_parentclock, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetDSPClock(this.handle, out dspclock, out parentclock);
intptr_t L_0 = __this->___handle_0;
uint64_t* L_1 = ___0_dspclock;
uint64_t* L_2 = ___1_parentclock;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_GetDSPClock_mA68B1E94D6CC4F92E3255BEC0E6F0947D81A93BA(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_getDSPClock_m051E045232A5ADF7670C5949AE63CFA6E8B0DF11_AdjustorThunk (RuntimeObject* __this, uint64_t* ___0_dspclock, uint64_t* ___1_parentclock, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getDSPClock_m051E045232A5ADF7670C5949AE63CFA6E8B0DF11(_thisAdjusted, ___0_dspclock, ___1_parentclock, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setDelay(System.UInt64,System.UInt64,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setDelay_mA31959CBB24F2B7FFC248022B2D2B2B298A15E06 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t ___0_dspclock_start, uint64_t ___1_dspclock_end, bool ___2_stopchannels, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetDelay(this.handle, dspclock_start, dspclock_end, stopchannels);
intptr_t L_0 = __this->___handle_0;
uint64_t L_1 = ___0_dspclock_start;
uint64_t L_2 = ___1_dspclock_end;
bool L_3 = ___2_stopchannels;
int32_t L_4;
L_4 = Channel_FMOD5_Channel_SetDelay_m7F5556A320A98C3E0220BD5E835FD0EEDAEEC105(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Channel_setDelay_mA31959CBB24F2B7FFC248022B2D2B2B298A15E06_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_dspclock_start, uint64_t ___1_dspclock_end, bool ___2_stopchannels, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setDelay_mA31959CBB24F2B7FFC248022B2D2B2B298A15E06(_thisAdjusted, ___0_dspclock_start, ___1_dspclock_end, ___2_stopchannels, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getDelay(System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDelay_m4FF8DA91D9AC728DD956C78DA6DE717486AF2B8E (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t* ___0_dspclock_start, uint64_t* ___1_dspclock_end, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD5_Channel_GetDelay(this.handle, out dspclock_start, out dspclock_end, IntPtr.Zero);
intptr_t L_0 = __this->___handle_0;
uint64_t* L_1 = ___0_dspclock_start;
uint64_t* L_2 = ___1_dspclock_end;
intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_4;
L_4 = Channel_FMOD5_Channel_GetDelay_mB8932F3B80611190C1220B992EB93E118EB08B6C(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Channel_getDelay_m4FF8DA91D9AC728DD956C78DA6DE717486AF2B8E_AdjustorThunk (RuntimeObject* __this, uint64_t* ___0_dspclock_start, uint64_t* ___1_dspclock_end, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getDelay_m4FF8DA91D9AC728DD956C78DA6DE717486AF2B8E(_thisAdjusted, ___0_dspclock_start, ___1_dspclock_end, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getDelay(System.UInt64&,System.UInt64&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDelay_mE88DC8CD6F67CDD24845C40C334B017ACFF95B23 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t* ___0_dspclock_start, uint64_t* ___1_dspclock_end, bool* ___2_stopchannels, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetDelay(this.handle, out dspclock_start, out dspclock_end, out stopchannels);
intptr_t L_0 = __this->___handle_0;
uint64_t* L_1 = ___0_dspclock_start;
uint64_t* L_2 = ___1_dspclock_end;
bool* L_3 = ___2_stopchannels;
int32_t L_4;
L_4 = Channel_FMOD5_Channel_GetDelay_m0FF3CA2DB82E32A8F9C6D37F187975CBE1ED1FFF(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Channel_getDelay_mE88DC8CD6F67CDD24845C40C334B017ACFF95B23_AdjustorThunk (RuntimeObject* __this, uint64_t* ___0_dspclock_start, uint64_t* ___1_dspclock_end, bool* ___2_stopchannels, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getDelay_mE88DC8CD6F67CDD24845C40C334B017ACFF95B23(_thisAdjusted, ___0_dspclock_start, ___1_dspclock_end, ___2_stopchannels, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::addFadePoint(System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_addFadePoint_mD59D5A18D34AD2441475EB3987F69B099D922666 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t ___0_dspclock, float ___1_volume, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_AddFadePoint(this.handle, dspclock, volume);
intptr_t L_0 = __this->___handle_0;
uint64_t L_1 = ___0_dspclock;
float L_2 = ___1_volume;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_AddFadePoint_m98C5ACDD5CBB61C94EFAC1EA9264A06942B4B922(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_addFadePoint_mD59D5A18D34AD2441475EB3987F69B099D922666_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_dspclock, float ___1_volume, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_addFadePoint_mD59D5A18D34AD2441475EB3987F69B099D922666(_thisAdjusted, ___0_dspclock, ___1_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setFadePointRamp(System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setFadePointRamp_m854DD5E04EB1C73A367F8C190430F5BC72E206F1 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t ___0_dspclock, float ___1_volume, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetFadePointRamp(this.handle, dspclock, volume);
intptr_t L_0 = __this->___handle_0;
uint64_t L_1 = ___0_dspclock;
float L_2 = ___1_volume;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_SetFadePointRamp_m3F27B10994B0573F7098D15F45F96678B4281491(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_setFadePointRamp_m854DD5E04EB1C73A367F8C190430F5BC72E206F1_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_dspclock, float ___1_volume, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setFadePointRamp_m854DD5E04EB1C73A367F8C190430F5BC72E206F1(_thisAdjusted, ___0_dspclock, ___1_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::removeFadePoints(System.UInt64,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_removeFadePoints_m179BBE531AAD97BE55F4FC57E7F42BF5A34F6CAB (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint64_t ___0_dspclock_start, uint64_t ___1_dspclock_end, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_RemoveFadePoints(this.handle, dspclock_start, dspclock_end);
intptr_t L_0 = __this->___handle_0;
uint64_t L_1 = ___0_dspclock_start;
uint64_t L_2 = ___1_dspclock_end;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_RemoveFadePoints_m6A6F7D820CE2046E20766E817AB67A703C4E55A0(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_removeFadePoints_m179BBE531AAD97BE55F4FC57E7F42BF5A34F6CAB_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_dspclock_start, uint64_t ___1_dspclock_end, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_removeFadePoints_m179BBE531AAD97BE55F4FC57E7F42BF5A34F6CAB(_thisAdjusted, ___0_dspclock_start, ___1_dspclock_end, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getFadePoints(System.UInt32&,System.UInt64[],System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getFadePoints_mD5C05722BBDB225A9B5F00BFD3C6B9FD762A699A (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, uint32_t* ___0_numpoints, UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___1_point_dspclock, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___2_point_volume, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetFadePoints(this.handle, ref numpoints, point_dspclock, point_volume);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_numpoints;
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_2 = ___1_point_dspclock;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_3 = ___2_point_volume;
int32_t L_4;
L_4 = Channel_FMOD5_Channel_GetFadePoints_m7DC0C0565C1BAC98306BEAE214AAF7A693A8174B(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Channel_getFadePoints_mD5C05722BBDB225A9B5F00BFD3C6B9FD762A699A_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_numpoints, UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___1_point_dspclock, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___2_point_volume, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getFadePoints_mD5C05722BBDB225A9B5F00BFD3C6B9FD762A699A(_thisAdjusted, ___0_numpoints, ___1_point_dspclock, ___2_point_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getDSP(System.Int32,FMOD.DSP&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDSP_m369B484E3654E786D92807E1DE602F9DB8D3D8F4 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___1_dsp, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetDSP(this.handle, index, out dsp.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* L_2 = ___1_dsp;
intptr_t* L_3 = (&L_2->___handle_0);
int32_t L_4;
L_4 = Channel_FMOD5_Channel_GetDSP_m79955BFC14FFA506E7EC355B90889DD71DAD9D7C(L_0, L_1, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Channel_getDSP_m369B484E3654E786D92807E1DE602F9DB8D3D8F4_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___1_dsp, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getDSP_m369B484E3654E786D92807E1DE602F9DB8D3D8F4(_thisAdjusted, ___0_index, ___1_dsp, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::addDSP(System.Int32,FMOD.DSP)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_addDSP_m39F0395A66E6F11A20377E6274BAFA755925B2AF (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___1_dsp, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_AddDSP(this.handle, index, dsp.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD L_2 = ___1_dsp;
intptr_t L_3 = L_2.___handle_0;
int32_t L_4;
L_4 = Channel_FMOD5_Channel_AddDSP_mB68835968BC49FE4C4B5860109A3321CD57C3833(L_0, L_1, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Channel_addDSP_m39F0395A66E6F11A20377E6274BAFA755925B2AF_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___1_dsp, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_addDSP_m39F0395A66E6F11A20377E6274BAFA755925B2AF(_thisAdjusted, ___0_index, ___1_dsp, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::removeDSP(FMOD.DSP)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_removeDSP_m45F986EFB9E79AE7C2D6DB9E979E1721962792C0 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_RemoveDSP(this.handle, dsp.handle);
intptr_t L_0 = __this->___handle_0;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD L_1 = ___0_dsp;
intptr_t L_2 = L_1.___handle_0;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_RemoveDSP_mDDA356B45D1DA867446E9859FC5239AC4A4792A8(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_removeDSP_m45F986EFB9E79AE7C2D6DB9E979E1721962792C0_AdjustorThunk (RuntimeObject* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_removeDSP_m45F986EFB9E79AE7C2D6DB9E979E1721962792C0(_thisAdjusted, ___0_dsp, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getNumDSPs(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getNumDSPs_m0EA9F75F33707B9A9185E386858768409B993DB6 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, int32_t* ___0_numdsps, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetNumDSPs(this.handle, out numdsps);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numdsps;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetNumDSPs_m2350AFED5CC4ECA2BA879BD9259CDD36307A629E(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getNumDSPs_m0EA9F75F33707B9A9185E386858768409B993DB6_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numdsps, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getNumDSPs_m0EA9F75F33707B9A9185E386858768409B993DB6(_thisAdjusted, ___0_numdsps, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setDSPIndex(FMOD.DSP,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setDSPIndex_mFCEE1E1D86FFF61A7C35E3A6596B168406403AC9 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, int32_t ___1_index, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetDSPIndex(this.handle, dsp.handle, index);
intptr_t L_0 = __this->___handle_0;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD L_1 = ___0_dsp;
intptr_t L_2 = L_1.___handle_0;
int32_t L_3 = ___1_index;
int32_t L_4;
L_4 = Channel_FMOD5_Channel_SetDSPIndex_m572E0700498CA6383BB55A2AB65C7A46046642AC(L_0, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Channel_setDSPIndex_mFCEE1E1D86FFF61A7C35E3A6596B168406403AC9_AdjustorThunk (RuntimeObject* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, int32_t ___1_index, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setDSPIndex_mFCEE1E1D86FFF61A7C35E3A6596B168406403AC9(_thisAdjusted, ___0_dsp, ___1_index, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getDSPIndex(FMOD.DSP,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getDSPIndex_m1BC8C09B8B03589CB02EF5D988DB190E67F35BA0 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, int32_t* ___1_index, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetDSPIndex(this.handle, dsp.handle, out index);
intptr_t L_0 = __this->___handle_0;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD L_1 = ___0_dsp;
intptr_t L_2 = L_1.___handle_0;
int32_t* L_3 = ___1_index;
int32_t L_4;
L_4 = Channel_FMOD5_Channel_GetDSPIndex_m66E79F96942DFA5CF9E60A411524F56BA531EB63(L_0, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Channel_getDSPIndex_m1BC8C09B8B03589CB02EF5D988DB190E67F35BA0_AdjustorThunk (RuntimeObject* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, int32_t* ___1_index, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getDSPIndex_m1BC8C09B8B03589CB02EF5D988DB190E67F35BA0(_thisAdjusted, ___0_dsp, ___1_index, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::set3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DAttributes_m27BF917421C9E683722CD328E4F093FE122E631D (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_vel, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Set3DAttributes(this.handle, ref pos, ref vel);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_pos;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_2 = ___1_vel;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_Set3DAttributes_m4470AFF3422D37B240C45C41C8C57F4814594E7B(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_set3DAttributes_m27BF917421C9E683722CD328E4F093FE122E631D_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_vel, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_set3DAttributes_m27BF917421C9E683722CD328E4F093FE122E631D(_thisAdjusted, ___0_pos, ___1_vel, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::get3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DAttributes_mAD3008FC4893D49A4340FA4D9099CE432558230A (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_vel, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Get3DAttributes(this.handle, out pos, out vel);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_pos;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_2 = ___1_vel;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_Get3DAttributes_m3D82324335CF831411FB094F6CA4DBA6FED91352(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_get3DAttributes_mAD3008FC4893D49A4340FA4D9099CE432558230A_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_vel, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_get3DAttributes_mAD3008FC4893D49A4340FA4D9099CE432558230A(_thisAdjusted, ___0_pos, ___1_vel, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::set3DMinMaxDistance(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DMinMaxDistance_m7A6C29F7AB5AEF8CF9B33962AFE7DA9B62CBDEB5 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_mindistance, float ___1_maxdistance, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Set3DMinMaxDistance(this.handle, mindistance, maxdistance);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_mindistance;
float L_2 = ___1_maxdistance;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_Set3DMinMaxDistance_m2719DD50DA060C96A0277652EA013F21252C535A(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_set3DMinMaxDistance_m7A6C29F7AB5AEF8CF9B33962AFE7DA9B62CBDEB5_AdjustorThunk (RuntimeObject* __this, float ___0_mindistance, float ___1_maxdistance, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_set3DMinMaxDistance_m7A6C29F7AB5AEF8CF9B33962AFE7DA9B62CBDEB5(_thisAdjusted, ___0_mindistance, ___1_maxdistance, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::get3DMinMaxDistance(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DMinMaxDistance_m9A9F7045FF38BB5EDF01A0DA2F4A933FF3E3DB64 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_mindistance, float* ___1_maxdistance, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Get3DMinMaxDistance(this.handle, out mindistance, out maxdistance);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_mindistance;
float* L_2 = ___1_maxdistance;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_Get3DMinMaxDistance_mB37B87B3ABDBF9B3C90FC32354C92F3893563A22(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_get3DMinMaxDistance_m9A9F7045FF38BB5EDF01A0DA2F4A933FF3E3DB64_AdjustorThunk (RuntimeObject* __this, float* ___0_mindistance, float* ___1_maxdistance, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_get3DMinMaxDistance_m9A9F7045FF38BB5EDF01A0DA2F4A933FF3E3DB64(_thisAdjusted, ___0_mindistance, ___1_maxdistance, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::set3DConeSettings(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DConeSettings_mC73C3E0F4CF4D4CEC100D956F71108E055540CD6 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_insideconeangle, float ___1_outsideconeangle, float ___2_outsidevolume, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Set3DConeSettings(this.handle, insideconeangle, outsideconeangle, outsidevolume);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_insideconeangle;
float L_2 = ___1_outsideconeangle;
float L_3 = ___2_outsidevolume;
int32_t L_4;
L_4 = Channel_FMOD5_Channel_Set3DConeSettings_m4E05DB978922222DCDCAC8B456D87783C06D5202(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Channel_set3DConeSettings_mC73C3E0F4CF4D4CEC100D956F71108E055540CD6_AdjustorThunk (RuntimeObject* __this, float ___0_insideconeangle, float ___1_outsideconeangle, float ___2_outsidevolume, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_set3DConeSettings_mC73C3E0F4CF4D4CEC100D956F71108E055540CD6(_thisAdjusted, ___0_insideconeangle, ___1_outsideconeangle, ___2_outsidevolume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::get3DConeSettings(System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DConeSettings_m1F6258D08621B8236856980A2D9C93EC769A2254 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_insideconeangle, float* ___1_outsideconeangle, float* ___2_outsidevolume, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Get3DConeSettings(this.handle, out insideconeangle, out outsideconeangle, out outsidevolume);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_insideconeangle;
float* L_2 = ___1_outsideconeangle;
float* L_3 = ___2_outsidevolume;
int32_t L_4;
L_4 = Channel_FMOD5_Channel_Get3DConeSettings_mCF3AA1E25FEAA8B2C4BE58D6F06AF8D64496C8AA(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Channel_get3DConeSettings_m1F6258D08621B8236856980A2D9C93EC769A2254_AdjustorThunk (RuntimeObject* __this, float* ___0_insideconeangle, float* ___1_outsideconeangle, float* ___2_outsidevolume, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_get3DConeSettings_m1F6258D08621B8236856980A2D9C93EC769A2254(_thisAdjusted, ___0_insideconeangle, ___1_outsideconeangle, ___2_outsidevolume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::set3DConeOrientation(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DConeOrientation_m128FE173C16C9B753CA3D02A325ECB45947FCEAC (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_orientation, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Set3DConeOrientation(this.handle, ref orientation);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_orientation;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_Set3DConeOrientation_m120865B07B41250E73D43346CD72F4509B7556B5(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_set3DConeOrientation_m128FE173C16C9B753CA3D02A325ECB45947FCEAC_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_orientation, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_set3DConeOrientation_m128FE173C16C9B753CA3D02A325ECB45947FCEAC(_thisAdjusted, ___0_orientation, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::get3DConeOrientation(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DConeOrientation_mC3049BDAC5B8301A0B3A2C46D60DBD9035AE5076 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_orientation, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Get3DConeOrientation(this.handle, out orientation);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_orientation;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_Get3DConeOrientation_mB52DEC64AA713A746C9E45A9188CD1C496D8B74D(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_get3DConeOrientation_mC3049BDAC5B8301A0B3A2C46D60DBD9035AE5076_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_orientation, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_get3DConeOrientation_mC3049BDAC5B8301A0B3A2C46D60DBD9035AE5076(_thisAdjusted, ___0_orientation, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::set3DCustomRolloff(FMOD.VECTOR&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DCustomRolloff_m0F89FDA0B93DA3C2593BBF3E77F4CE0DBDCDE091 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_points, int32_t ___1_numpoints, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Set3DCustomRolloff(this.handle, ref points, numpoints);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_points;
int32_t L_2 = ___1_numpoints;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_Set3DCustomRolloff_m3DE62B7012D84F4ECA1FADB8751EB563BF68DAF1(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_set3DCustomRolloff_m0F89FDA0B93DA3C2593BBF3E77F4CE0DBDCDE091_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_points, int32_t ___1_numpoints, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_set3DCustomRolloff_m0F89FDA0B93DA3C2593BBF3E77F4CE0DBDCDE091(_thisAdjusted, ___0_points, ___1_numpoints, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::get3DCustomRolloff(System.IntPtr&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DCustomRolloff_m018D63095A60874D1F08116F132CE669A7DDB650 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, intptr_t* ___0_points, int32_t* ___1_numpoints, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Get3DCustomRolloff(this.handle, out points, out numpoints);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_points;
int32_t* L_2 = ___1_numpoints;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_Get3DCustomRolloff_m2D3615DCAF54804B8A0FA56FA1ED321B39ECA62F(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_get3DCustomRolloff_m018D63095A60874D1F08116F132CE669A7DDB650_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_points, int32_t* ___1_numpoints, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_get3DCustomRolloff_m018D63095A60874D1F08116F132CE669A7DDB650(_thisAdjusted, ___0_points, ___1_numpoints, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::set3DOcclusion(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DOcclusion_m685A0F8987704575155CC9A9657578CBE5C8A505 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_directocclusion, float ___1_reverbocclusion, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Set3DOcclusion(this.handle, directocclusion, reverbocclusion);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_directocclusion;
float L_2 = ___1_reverbocclusion;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_Set3DOcclusion_mAFC88E4B202A21CD9238C83D7382F493D7928E7B(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_set3DOcclusion_m685A0F8987704575155CC9A9657578CBE5C8A505_AdjustorThunk (RuntimeObject* __this, float ___0_directocclusion, float ___1_reverbocclusion, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_set3DOcclusion_m685A0F8987704575155CC9A9657578CBE5C8A505(_thisAdjusted, ___0_directocclusion, ___1_reverbocclusion, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::get3DOcclusion(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DOcclusion_mF488F69F63AA2D07B6279E5E29987A58108883A5 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_directocclusion, float* ___1_reverbocclusion, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Get3DOcclusion(this.handle, out directocclusion, out reverbocclusion);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_directocclusion;
float* L_2 = ___1_reverbocclusion;
int32_t L_3;
L_3 = Channel_FMOD5_Channel_Get3DOcclusion_mE1092CE552651AC17404EC37F389019A7F4300BF(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Channel_get3DOcclusion_mF488F69F63AA2D07B6279E5E29987A58108883A5_AdjustorThunk (RuntimeObject* __this, float* ___0_directocclusion, float* ___1_reverbocclusion, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_get3DOcclusion_mF488F69F63AA2D07B6279E5E29987A58108883A5(_thisAdjusted, ___0_directocclusion, ___1_reverbocclusion, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::set3DSpread(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DSpread_mAEF5B259A44463A7120764A6F842801610DD7231 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_angle, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Set3DSpread(this.handle, angle);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_angle;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_Set3DSpread_m7B50726D19D2C37F36B593846FDAA5FFB454127D(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_set3DSpread_mAEF5B259A44463A7120764A6F842801610DD7231_AdjustorThunk (RuntimeObject* __this, float ___0_angle, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_set3DSpread_mAEF5B259A44463A7120764A6F842801610DD7231(_thisAdjusted, ___0_angle, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::get3DSpread(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DSpread_m14A7FA7DF47D01C98859E965F4191AD926C007AF (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_angle, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Get3DSpread(this.handle, out angle);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_angle;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_Get3DSpread_m312B596BF518B9AE3BDB4B055034353CD0376516(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_get3DSpread_m14A7FA7DF47D01C98859E965F4191AD926C007AF_AdjustorThunk (RuntimeObject* __this, float* ___0_angle, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_get3DSpread_m14A7FA7DF47D01C98859E965F4191AD926C007AF(_thisAdjusted, ___0_angle, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::set3DLevel(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DLevel_mD766947C832F97725DE28807ECA55BE096CCC004 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_level, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Set3DLevel(this.handle, level);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_level;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_Set3DLevel_mCB1E8131EF1FDF383A365C53ECC53B52421A1838(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_set3DLevel_mD766947C832F97725DE28807ECA55BE096CCC004_AdjustorThunk (RuntimeObject* __this, float ___0_level, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_set3DLevel_mD766947C832F97725DE28807ECA55BE096CCC004(_thisAdjusted, ___0_level, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::get3DLevel(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DLevel_m3E39A3377BF514B68071D1C0CB7619C52E6FCCE0 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_level, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Get3DLevel(this.handle, out level);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_level;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_Get3DLevel_m50AB9D7823B3463CA56018103A87022D0605295A(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_get3DLevel_m3E39A3377BF514B68071D1C0CB7619C52E6FCCE0_AdjustorThunk (RuntimeObject* __this, float* ___0_level, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_get3DLevel_m3E39A3377BF514B68071D1C0CB7619C52E6FCCE0(_thisAdjusted, ___0_level, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::set3DDopplerLevel(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DDopplerLevel_m8D349C3F233BB0842212F115AD736F54923F8D93 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float ___0_level, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Set3DDopplerLevel(this.handle, level);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_level;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_Set3DDopplerLevel_m362CC110B1688AE6A20E52106EF3964A4602846F(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_set3DDopplerLevel_m8D349C3F233BB0842212F115AD736F54923F8D93_AdjustorThunk (RuntimeObject* __this, float ___0_level, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_set3DDopplerLevel_m8D349C3F233BB0842212F115AD736F54923F8D93(_thisAdjusted, ___0_level, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::get3DDopplerLevel(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DDopplerLevel_m546AF3EF4F9F8279F1988622E571A55B89ECBEA0 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, float* ___0_level, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Get3DDopplerLevel(this.handle, out level);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_level;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_Get3DDopplerLevel_m24838201810DE4A17804D732868DE25164388024(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_get3DDopplerLevel_m546AF3EF4F9F8279F1988622E571A55B89ECBEA0_AdjustorThunk (RuntimeObject* __this, float* ___0_level, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_get3DDopplerLevel_m546AF3EF4F9F8279F1988622E571A55B89ECBEA0(_thisAdjusted, ___0_level, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::set3DDistanceFilter(System.Boolean,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_set3DDistanceFilter_m832FAA0472D7869D5A2190516922BC317317C84A (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool ___0_custom, float ___1_customLevel, float ___2_centerFreq, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Set3DDistanceFilter(this.handle, custom, customLevel, centerFreq);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_custom;
float L_2 = ___1_customLevel;
float L_3 = ___2_centerFreq;
int32_t L_4;
L_4 = Channel_FMOD5_Channel_Set3DDistanceFilter_m7677CD0B0636F76265E726F8B5B48C2F86955849(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Channel_set3DDistanceFilter_m832FAA0472D7869D5A2190516922BC317317C84A_AdjustorThunk (RuntimeObject* __this, bool ___0_custom, float ___1_customLevel, float ___2_centerFreq, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_set3DDistanceFilter_m832FAA0472D7869D5A2190516922BC317317C84A(_thisAdjusted, ___0_custom, ___1_customLevel, ___2_centerFreq, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::get3DDistanceFilter(System.Boolean&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_get3DDistanceFilter_mC1213624CEB4600114A25BFBCAD4F728DD706FD6 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, bool* ___0_custom, float* ___1_customLevel, float* ___2_centerFreq, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_Get3DDistanceFilter(this.handle, out custom, out customLevel, out centerFreq);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_custom;
float* L_2 = ___1_customLevel;
float* L_3 = ___2_centerFreq;
int32_t L_4;
L_4 = Channel_FMOD5_Channel_Get3DDistanceFilter_m95E4E399597395472F299344772CBC19BFC4F4D8(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Channel_get3DDistanceFilter_mC1213624CEB4600114A25BFBCAD4F728DD706FD6_AdjustorThunk (RuntimeObject* __this, bool* ___0_custom, float* ___1_customLevel, float* ___2_centerFreq, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_get3DDistanceFilter_mC1213624CEB4600114A25BFBCAD4F728DD706FD6(_thisAdjusted, ___0_custom, ___1_customLevel, ___2_centerFreq, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_setUserData_mC6164D0F175F15B8CCDD7FE367ED366B661B616A (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_SetUserData_mDAA23CCB3E45F3A669927AC177330F8364CE1DC5(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_setUserData_mC6164D0F175F15B8CCDD7FE367ED366B661B616A_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_setUserData_mC6164D0F175F15B8CCDD7FE367ED366B661B616A(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_getUserData_m9D19292A26E0092D1737595CFD0D980E204D4C96 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_Channel_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = Channel_FMOD5_Channel_GetUserData_m95F0F474F074310F26382BC2A0411B3439EC2DA2(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Channel_getUserData_m9D19292A26E0092D1737595CFD0D980E204D4C96_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
int32_t _returnValue;
_returnValue = Channel_getUserData_m9D19292A26E0092D1737595CFD0D980E204D4C96(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetFrequency(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetFrequency_mA46A43E8C1C04F04BAFA521083C6798D4CF5A5BA (intptr_t ___0_channel, float ___1_frequency, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetFrequency", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetFrequency)(___0_channel, ___1_frequency);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_frequency);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetFrequency(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetFrequency_m67BBBA1DCC7C098A286A09B42BB81AC883B4E291 (intptr_t ___0_channel, float* ___1_frequency, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetFrequency", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetFrequency)(___0_channel, ___1_frequency);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_frequency);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPriority(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPriority_m2EC4C84F9BDC193F70BC386A933C7916FAFE4846 (intptr_t ___0_channel, int32_t ___1_priority, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetPriority", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetPriority)(___0_channel, ___1_priority);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_priority);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPriority(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPriority_mF0B32C44D5336749C88B9475EBE7CDC22486B0B7 (intptr_t ___0_channel, int32_t* ___1_priority, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetPriority", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetPriority)(___0_channel, ___1_priority);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_priority);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPosition(System.IntPtr,System.UInt32,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPosition_m67482DB22CD81C7C33AC87E4DD2C3F8C3114E92D (intptr_t ___0_channel, uint32_t ___1_position, uint32_t ___2_postype, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetPosition", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetPosition)(___0_channel, ___1_position, ___2_postype);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_position, ___2_postype);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPosition(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPosition_m6C145E1B3E6074FAEC00EE6A220B82A7F61DF27C (intptr_t ___0_channel, uint32_t* ___1_position, uint32_t ___2_postype, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetPosition", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetPosition)(___0_channel, ___1_position, ___2_postype);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_position, ___2_postype);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetChannelGroup(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetChannelGroup_mEDCAFF8DAD423F57F531255C7C3EAC047896ACE1 (intptr_t ___0_channel, intptr_t ___1_channelgroup, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetChannelGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetChannelGroup)(___0_channel, ___1_channelgroup);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_channelgroup);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetChannelGroup(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetChannelGroup_m53FDCB1635E2F93B82FC19ACAFEE31E83BD3270F (intptr_t ___0_channel, intptr_t* ___1_channelgroup, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetChannelGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetChannelGroup)(___0_channel, ___1_channelgroup);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_channelgroup);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetLoopCount(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetLoopCount_m2E8CBDC2EB43DE1DE5F568D21C6602060B60F73C (intptr_t ___0_channel, int32_t ___1_loopcount, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetLoopCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetLoopCount)(___0_channel, ___1_loopcount);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_loopcount);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetLoopCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetLoopCount_m7C65DF9B1B5AA47BC847141A71121FA2C071ACBF (intptr_t ___0_channel, int32_t* ___1_loopcount, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetLoopCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetLoopCount)(___0_channel, ___1_loopcount);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_loopcount);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetLoopPoints(System.IntPtr,System.UInt32,FMOD.TIMEUNIT,System.UInt32,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetLoopPoints_mB30000D6139DDF0450591197DF1E90AD8F8685DA (intptr_t ___0_channel, uint32_t ___1_loopstart, uint32_t ___2_loopstarttype, uint32_t ___3_loopend, uint32_t ___4_loopendtype, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, uint32_t, uint32_t, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetLoopPoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetLoopPoints)(___0_channel, ___1_loopstart, ___2_loopstarttype, ___3_loopend, ___4_loopendtype);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_loopstart, ___2_loopstarttype, ___3_loopend, ___4_loopendtype);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetLoopPoints(System.IntPtr,System.UInt32&,FMOD.TIMEUNIT,System.UInt32&,FMOD.TIMEUNIT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetLoopPoints_m37DF2D18827A8F497FCFAA7C19B79DDF2DB65912 (intptr_t ___0_channel, uint32_t* ___1_loopstart, uint32_t ___2_loopstarttype, uint32_t* ___3_loopend, uint32_t ___4_loopendtype, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint32_t, uint32_t*, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(uint32_t) + sizeof(uint32_t*) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetLoopPoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetLoopPoints)(___0_channel, ___1_loopstart, ___2_loopstarttype, ___3_loopend, ___4_loopendtype);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_loopstart, ___2_loopstarttype, ___3_loopend, ___4_loopendtype);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_IsVirtual(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_IsVirtual_mD75789A848C3919420C298F577D1D03C788BAA80 (intptr_t ___0_channel, bool* ___1_isvirtual, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_IsVirtual", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_isvirtual' to native representation
int32_t ____1_isvirtual_empty = 0;
int32_t* ____1_isvirtual_marshaled = &____1_isvirtual_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_IsVirtual)(___0_channel, ____1_isvirtual_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ____1_isvirtual_marshaled);
#endif
// Marshaling of parameter '___1_isvirtual' back from native representation
bool _____1_isvirtual_marshaled_unmarshaled_dereferenced = false;
_____1_isvirtual_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_isvirtual_marshaled);
*___1_isvirtual = _____1_isvirtual_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetCurrentSound(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetCurrentSound_m73E11CA3203B3E9B4214054F9B5AE481A85C075C (intptr_t ___0_channel, intptr_t* ___1_sound, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetCurrentSound", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetCurrentSound)(___0_channel, ___1_sound);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_sound);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetIndex(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetIndex_m293960AAE361DC67ED77C31D303BA3BADA7488DA (intptr_t ___0_channel, int32_t* ___1_index, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetIndex)(___0_channel, ___1_index);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_index);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetSystemObject(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetSystemObject_m6A92B957B7FE90EA5D0104594FB92AD9BBBF5A75 (intptr_t ___0_channel, intptr_t* ___1_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetSystemObject", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetSystemObject)(___0_channel, ___1_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Stop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Stop_mC232569048761E3828C7B89A79BF5A2C195AF120 (intptr_t ___0_channel, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Stop", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Stop)(___0_channel);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPaused(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPaused_mF11887F8E5879A72A96FBA7D5B86076EC65485D8 (intptr_t ___0_channel, bool ___1_paused, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetPaused)(___0_channel, static_cast<int32_t>(___1_paused));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, static_cast<int32_t>(___1_paused));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPaused(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPaused_m5912BD4DB0730FF288FE460DAE051F8AA8F2A445 (intptr_t ___0_channel, bool* ___1_paused, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_paused' to native representation
int32_t ____1_paused_empty = 0;
int32_t* ____1_paused_marshaled = &____1_paused_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetPaused)(___0_channel, ____1_paused_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ____1_paused_marshaled);
#endif
// Marshaling of parameter '___1_paused' back from native representation
bool _____1_paused_marshaled_unmarshaled_dereferenced = false;
_____1_paused_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_paused_marshaled);
*___1_paused = _____1_paused_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetVolume(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetVolume_mAE0457AB33B7BD54942AAA89AB42CF32CB85FEFC (intptr_t ___0_channel, float ___1_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetVolume)(___0_channel, ___1_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetVolume(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetVolume_m6522BA871C8FB04F10DD5A598A67357E0DDF741D (intptr_t ___0_channel, float* ___1_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetVolume)(___0_channel, ___1_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetVolumeRamp(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetVolumeRamp_mFF5E34A85190CD34B0D341A6185294F6FD9F64ED (intptr_t ___0_channel, bool ___1_ramp, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetVolumeRamp", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetVolumeRamp)(___0_channel, static_cast<int32_t>(___1_ramp));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, static_cast<int32_t>(___1_ramp));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetVolumeRamp(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetVolumeRamp_mB04C9FC8AE233B7AD5F59EDE8D61F74A2C82F8D6 (intptr_t ___0_channel, bool* ___1_ramp, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetVolumeRamp", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_ramp' to native representation
int32_t ____1_ramp_empty = 0;
int32_t* ____1_ramp_marshaled = &____1_ramp_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetVolumeRamp)(___0_channel, ____1_ramp_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ____1_ramp_marshaled);
#endif
// Marshaling of parameter '___1_ramp' back from native representation
bool _____1_ramp_marshaled_unmarshaled_dereferenced = false;
_____1_ramp_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_ramp_marshaled);
*___1_ramp = _____1_ramp_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetAudibility(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetAudibility_m0A0F8EF5049D76C2AC139F55A5BCC838470CF72A (intptr_t ___0_channel, float* ___1_audibility, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetAudibility", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetAudibility)(___0_channel, ___1_audibility);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_audibility);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPitch(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPitch_mA9A7E220DBE8EF3EF2BF1DE243EE53A4E02DDFAC (intptr_t ___0_channel, float ___1_pitch, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetPitch", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetPitch)(___0_channel, ___1_pitch);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_pitch);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetPitch(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetPitch_m06585690198BE78F823DC35DE136CF29BB32CA2C (intptr_t ___0_channel, float* ___1_pitch, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetPitch", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetPitch)(___0_channel, ___1_pitch);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_pitch);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMute(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMute_mEBC8CCC05E6718375146EDDCB433E6D67A727C98 (intptr_t ___0_channel, bool ___1_mute, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetMute", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetMute)(___0_channel, static_cast<int32_t>(___1_mute));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, static_cast<int32_t>(___1_mute));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetMute(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetMute_mA96954DE61D9920DB129FD92FC85F25F13C0230D (intptr_t ___0_channel, bool* ___1_mute, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetMute", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_mute' to native representation
int32_t ____1_mute_empty = 0;
int32_t* ____1_mute_marshaled = &____1_mute_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetMute)(___0_channel, ____1_mute_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ____1_mute_marshaled);
#endif
// Marshaling of parameter '___1_mute' back from native representation
bool _____1_mute_marshaled_unmarshaled_dereferenced = false;
_____1_mute_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_mute_marshaled);
*___1_mute = _____1_mute_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetReverbProperties(System.IntPtr,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetReverbProperties_mF5B8C9A18EAE9D922452F8F47D8BACD21C25508C (intptr_t ___0_channel, int32_t ___1_instance, float ___2_wet, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetReverbProperties", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetReverbProperties)(___0_channel, ___1_instance, ___2_wet);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_instance, ___2_wet);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetReverbProperties(System.IntPtr,System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetReverbProperties_m4B297DD845B9E8239DCC87C065C227FBD7639579 (intptr_t ___0_channel, int32_t ___1_instance, float* ___2_wet, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetReverbProperties", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetReverbProperties)(___0_channel, ___1_instance, ___2_wet);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_instance, ___2_wet);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetLowPassGain(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetLowPassGain_m686CD185F1F9E1889B89369CFFB9549570085439 (intptr_t ___0_channel, float ___1_gain, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetLowPassGain", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetLowPassGain)(___0_channel, ___1_gain);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_gain);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetLowPassGain(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetLowPassGain_m1C2DEDC5895EB397D61ABB99BC17C16C779BAF06 (intptr_t ___0_channel, float* ___1_gain, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetLowPassGain", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetLowPassGain)(___0_channel, ___1_gain);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_gain);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMode(System.IntPtr,FMOD.MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMode_mBBB7E0C66EF86A8CDB0F861A1A971D9F6681F9C3 (intptr_t ___0_channel, uint32_t ___1_mode, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetMode", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetMode)(___0_channel, ___1_mode);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_mode);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetMode(System.IntPtr,FMOD.MODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetMode_mD72B7F6EC21A6BB9DEA5F553CF450804009ACE55 (intptr_t ___0_channel, uint32_t* ___1_mode, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetMode", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetMode)(___0_channel, ___1_mode);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_mode);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetCallback(System.IntPtr,FMOD.CHANNELCONTROL_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetCallback_m78B51FC0790F8032FB2AA988288A35EB5874CDAD (intptr_t ___0_channel, CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1* ___1_callback, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_callback' to native representation
Il2CppMethodPointer ____1_callback_marshaled = NULL;
____1_callback_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___1_callback));
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetCallback)(___0_channel, ____1_callback_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ____1_callback_marshaled);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_IsPlaying(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_IsPlaying_mC60C7F0FEEDD5A15DFB4E8B7F70C7D37C73EE681 (intptr_t ___0_channel, bool* ___1_isplaying, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_IsPlaying", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_isplaying' to native representation
int32_t ____1_isplaying_empty = 0;
int32_t* ____1_isplaying_marshaled = &____1_isplaying_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_IsPlaying)(___0_channel, ____1_isplaying_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ____1_isplaying_marshaled);
#endif
// Marshaling of parameter '___1_isplaying' back from native representation
bool _____1_isplaying_marshaled_unmarshaled_dereferenced = false;
_____1_isplaying_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_isplaying_marshaled);
*___1_isplaying = _____1_isplaying_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetPan(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetPan_m33E53CB85CF8E399B7C1BF86573FBCFDE6DAA53F (intptr_t ___0_channel, float ___1_pan, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetPan", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetPan)(___0_channel, ___1_pan);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_pan);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMixLevelsOutput(System.IntPtr,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMixLevelsOutput_mAD63637673045DA16A93FED8D77C2A99DD951A51 (intptr_t ___0_channel, float ___1_frontleft, float ___2_frontright, float ___3_center, float ___4_lfe, float ___5_surroundleft, float ___6_surroundright, float ___7_backleft, float ___8_backright, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float, float, float, float, float, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetMixLevelsOutput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetMixLevelsOutput)(___0_channel, ___1_frontleft, ___2_frontright, ___3_center, ___4_lfe, ___5_surroundleft, ___6_surroundright, ___7_backleft, ___8_backright);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_frontleft, ___2_frontright, ___3_center, ___4_lfe, ___5_surroundleft, ___6_surroundright, ___7_backleft, ___8_backright);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMixLevelsInput(System.IntPtr,System.Single[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMixLevelsInput_m9B1BD722CBE2ED2C7866D4A93C34343D89197634 (intptr_t ___0_channel, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_levels, int32_t ___2_numlevels, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetMixLevelsInput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_levels' to native representation
float* ____1_levels_marshaled = NULL;
if (___1_levels != NULL)
{
____1_levels_marshaled = reinterpret_cast<float*>((___1_levels)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetMixLevelsInput)(___0_channel, ____1_levels_marshaled, ___2_numlevels);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ____1_levels_marshaled, ___2_numlevels);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetMixMatrix(System.IntPtr,System.Single[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetMixMatrix_m74DB3B1735F4527E5A7716420418E35086C30585 (intptr_t ___0_channel, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_matrix, int32_t ___2_outchannels, int32_t ___3_inchannels, int32_t ___4_inchannel_hop, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, int32_t, int32_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(int32_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_matrix' to native representation
float* ____1_matrix_marshaled = NULL;
if (___1_matrix != NULL)
{
____1_matrix_marshaled = reinterpret_cast<float*>((___1_matrix)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetMixMatrix)(___0_channel, ____1_matrix_marshaled, ___2_outchannels, ___3_inchannels, ___4_inchannel_hop);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ____1_matrix_marshaled, ___2_outchannels, ___3_inchannels, ___4_inchannel_hop);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetMixMatrix(System.IntPtr,System.Single[],System.Int32&,System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetMixMatrix_mC516E4A7B52EDDC468CDB9CBB469588B6DD5EB8B (intptr_t ___0_channel, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_matrix, int32_t* ___2_outchannels, int32_t* ___3_inchannels, int32_t ___4_inchannel_hop, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, int32_t*, int32_t*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_matrix' to native representation
float* ____1_matrix_marshaled = NULL;
if (___1_matrix != NULL)
{
____1_matrix_marshaled = reinterpret_cast<float*>((___1_matrix)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetMixMatrix)(___0_channel, ____1_matrix_marshaled, ___2_outchannels, ___3_inchannels, ___4_inchannel_hop);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ____1_matrix_marshaled, ___2_outchannels, ___3_inchannels, ___4_inchannel_hop);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDSPClock(System.IntPtr,System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDSPClock_mA68B1E94D6CC4F92E3255BEC0E6F0947D81A93BA (intptr_t ___0_channel, uint64_t* ___1_dspclock, uint64_t* ___2_parentclock, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*, uint64_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*) + sizeof(uint64_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetDSPClock", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetDSPClock)(___0_channel, ___1_dspclock, ___2_parentclock);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_dspclock, ___2_parentclock);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetDelay(System.IntPtr,System.UInt64,System.UInt64,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetDelay_m7F5556A320A98C3E0220BD5E835FD0EEDAEEC105 (intptr_t ___0_channel, uint64_t ___1_dspclock_start, uint64_t ___2_dspclock_end, bool ___3_stopchannels, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, uint64_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(uint64_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetDelay", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetDelay)(___0_channel, ___1_dspclock_start, ___2_dspclock_end, static_cast<int32_t>(___3_stopchannels));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_dspclock_start, ___2_dspclock_end, static_cast<int32_t>(___3_stopchannels));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDelay_mB8932F3B80611190C1220B992EB93E118EB08B6C (intptr_t ___0_channel, uint64_t* ___1_dspclock_start, uint64_t* ___2_dspclock_end, intptr_t ___3_zero, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*, uint64_t*, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*) + sizeof(uint64_t*) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetDelay", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetDelay)(___0_channel, ___1_dspclock_start, ___2_dspclock_end, ___3_zero);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_dspclock_start, ___2_dspclock_end, ___3_zero);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDelay_m0FF3CA2DB82E32A8F9C6D37F187975CBE1ED1FFF (intptr_t ___0_channel, uint64_t* ___1_dspclock_start, uint64_t* ___2_dspclock_end, bool* ___3_stopchannels, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*, uint64_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*) + sizeof(uint64_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetDelay", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___3_stopchannels' to native representation
int32_t ____3_stopchannels_empty = 0;
int32_t* ____3_stopchannels_marshaled = &____3_stopchannels_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetDelay)(___0_channel, ___1_dspclock_start, ___2_dspclock_end, ____3_stopchannels_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_dspclock_start, ___2_dspclock_end, ____3_stopchannels_marshaled);
#endif
// Marshaling of parameter '___3_stopchannels' back from native representation
bool _____3_stopchannels_marshaled_unmarshaled_dereferenced = false;
_____3_stopchannels_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____3_stopchannels_marshaled);
*___3_stopchannels = _____3_stopchannels_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_AddFadePoint(System.IntPtr,System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_AddFadePoint_m98C5ACDD5CBB61C94EFAC1EA9264A06942B4B922 (intptr_t ___0_channel, uint64_t ___1_dspclock, float ___2_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_AddFadePoint", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_AddFadePoint)(___0_channel, ___1_dspclock, ___2_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_dspclock, ___2_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetFadePointRamp(System.IntPtr,System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetFadePointRamp_m3F27B10994B0573F7098D15F45F96678B4281491 (intptr_t ___0_channel, uint64_t ___1_dspclock, float ___2_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetFadePointRamp", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetFadePointRamp)(___0_channel, ___1_dspclock, ___2_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_dspclock, ___2_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_RemoveFadePoints(System.IntPtr,System.UInt64,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_RemoveFadePoints_m6A6F7D820CE2046E20766E817AB67A703C4E55A0 (intptr_t ___0_channel, uint64_t ___1_dspclock_start, uint64_t ___2_dspclock_end, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, uint64_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(uint64_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_RemoveFadePoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_RemoveFadePoints)(___0_channel, ___1_dspclock_start, ___2_dspclock_end);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_dspclock_start, ___2_dspclock_end);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetFadePoints(System.IntPtr,System.UInt32&,System.UInt64[],System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetFadePoints_m7DC0C0565C1BAC98306BEAE214AAF7A693A8174B (intptr_t ___0_channel, uint32_t* ___1_numpoints, UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___2_point_dspclock, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___3_point_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint64_t*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(void*) + sizeof(void*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetFadePoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___2_point_dspclock' to native representation
uint64_t* ____2_point_dspclock_marshaled = NULL;
if (___2_point_dspclock != NULL)
{
____2_point_dspclock_marshaled = reinterpret_cast<uint64_t*>((___2_point_dspclock)->GetAddressAtUnchecked(0));
}
// Marshaling of parameter '___3_point_volume' to native representation
float* ____3_point_volume_marshaled = NULL;
if (___3_point_volume != NULL)
{
____3_point_volume_marshaled = reinterpret_cast<float*>((___3_point_volume)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetFadePoints)(___0_channel, ___1_numpoints, ____2_point_dspclock_marshaled, ____3_point_volume_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_numpoints, ____2_point_dspclock_marshaled, ____3_point_volume_marshaled);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDSP(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDSP_m79955BFC14FFA506E7EC355B90889DD71DAD9D7C (intptr_t ___0_channel, int32_t ___1_index, intptr_t* ___2_dsp, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetDSP", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetDSP)(___0_channel, ___1_index, ___2_dsp);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_index, ___2_dsp);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_AddDSP(System.IntPtr,System.Int32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_AddDSP_mB68835968BC49FE4C4B5860109A3321CD57C3833 (intptr_t ___0_channel, int32_t ___1_index, intptr_t ___2_dsp, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_AddDSP", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_AddDSP)(___0_channel, ___1_index, ___2_dsp);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_index, ___2_dsp);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_RemoveDSP(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_RemoveDSP_mDDA356B45D1DA867446E9859FC5239AC4A4792A8 (intptr_t ___0_channel, intptr_t ___1_dsp, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_RemoveDSP", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_RemoveDSP)(___0_channel, ___1_dsp);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_dsp);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetNumDSPs(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetNumDSPs_m2350AFED5CC4ECA2BA879BD9259CDD36307A629E (intptr_t ___0_channel, int32_t* ___1_numdsps, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetNumDSPs", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetNumDSPs)(___0_channel, ___1_numdsps);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_numdsps);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetDSPIndex(System.IntPtr,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetDSPIndex_m572E0700498CA6383BB55A2AB65C7A46046642AC (intptr_t ___0_channel, intptr_t ___1_dsp, int32_t ___2_index, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetDSPIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetDSPIndex)(___0_channel, ___1_dsp, ___2_index);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_dsp, ___2_index);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetDSPIndex(System.IntPtr,System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetDSPIndex_m66E79F96942DFA5CF9E60A411524F56BA531EB63 (intptr_t ___0_channel, intptr_t ___1_dsp, int32_t* ___2_index, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetDSPIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetDSPIndex)(___0_channel, ___1_dsp, ___2_index);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_dsp, ___2_index);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DAttributes_m4470AFF3422D37B240C45C41C8C57F4814594E7B (intptr_t ___0_channel, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vel, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Set3DAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Set3DAttributes)(___0_channel, ___1_pos, ___2_vel);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_pos, ___2_vel);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DAttributes_m3D82324335CF831411FB094F6CA4DBA6FED91352 (intptr_t ___0_channel, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vel, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Get3DAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Get3DAttributes)(___0_channel, ___1_pos, ___2_vel);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_pos, ___2_vel);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DMinMaxDistance(System.IntPtr,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DMinMaxDistance_m2719DD50DA060C96A0277652EA013F21252C535A (intptr_t ___0_channel, float ___1_mindistance, float ___2_maxdistance, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Set3DMinMaxDistance", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Set3DMinMaxDistance)(___0_channel, ___1_mindistance, ___2_maxdistance);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_mindistance, ___2_maxdistance);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DMinMaxDistance(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DMinMaxDistance_mB37B87B3ABDBF9B3C90FC32354C92F3893563A22 (intptr_t ___0_channel, float* ___1_mindistance, float* ___2_maxdistance, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Get3DMinMaxDistance", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Get3DMinMaxDistance)(___0_channel, ___1_mindistance, ___2_maxdistance);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_mindistance, ___2_maxdistance);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DConeSettings(System.IntPtr,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DConeSettings_m4E05DB978922222DCDCAC8B456D87783C06D5202 (intptr_t ___0_channel, float ___1_insideconeangle, float ___2_outsideconeangle, float ___3_outsidevolume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Set3DConeSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Set3DConeSettings)(___0_channel, ___1_insideconeangle, ___2_outsideconeangle, ___3_outsidevolume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_insideconeangle, ___2_outsideconeangle, ___3_outsidevolume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DConeSettings(System.IntPtr,System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DConeSettings_mCF3AA1E25FEAA8B2C4BE58D6F06AF8D64496C8AA (intptr_t ___0_channel, float* ___1_insideconeangle, float* ___2_outsideconeangle, float* ___3_outsidevolume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Get3DConeSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Get3DConeSettings)(___0_channel, ___1_insideconeangle, ___2_outsideconeangle, ___3_outsidevolume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_insideconeangle, ___2_outsideconeangle, ___3_outsidevolume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DConeOrientation(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DConeOrientation_m120865B07B41250E73D43346CD72F4509B7556B5 (intptr_t ___0_channel, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_orientation, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Set3DConeOrientation", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Set3DConeOrientation)(___0_channel, ___1_orientation);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_orientation);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DConeOrientation(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DConeOrientation_mB52DEC64AA713A746C9E45A9188CD1C496D8B74D (intptr_t ___0_channel, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_orientation, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Get3DConeOrientation", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Get3DConeOrientation)(___0_channel, ___1_orientation);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_orientation);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DCustomRolloff(System.IntPtr,FMOD.VECTOR&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DCustomRolloff_m3DE62B7012D84F4ECA1FADB8751EB563BF68DAF1 (intptr_t ___0_channel, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_points, int32_t ___2_numpoints, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Set3DCustomRolloff", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Set3DCustomRolloff)(___0_channel, ___1_points, ___2_numpoints);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_points, ___2_numpoints);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DCustomRolloff(System.IntPtr,System.IntPtr&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DCustomRolloff_m2D3615DCAF54804B8A0FA56FA1ED321B39ECA62F (intptr_t ___0_channel, intptr_t* ___1_points, int32_t* ___2_numpoints, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Get3DCustomRolloff", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Get3DCustomRolloff)(___0_channel, ___1_points, ___2_numpoints);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_points, ___2_numpoints);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DOcclusion(System.IntPtr,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DOcclusion_mAFC88E4B202A21CD9238C83D7382F493D7928E7B (intptr_t ___0_channel, float ___1_directocclusion, float ___2_reverbocclusion, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Set3DOcclusion", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Set3DOcclusion)(___0_channel, ___1_directocclusion, ___2_reverbocclusion);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_directocclusion, ___2_reverbocclusion);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DOcclusion(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DOcclusion_mE1092CE552651AC17404EC37F389019A7F4300BF (intptr_t ___0_channel, float* ___1_directocclusion, float* ___2_reverbocclusion, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Get3DOcclusion", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Get3DOcclusion)(___0_channel, ___1_directocclusion, ___2_reverbocclusion);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_directocclusion, ___2_reverbocclusion);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DSpread(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DSpread_m7B50726D19D2C37F36B593846FDAA5FFB454127D (intptr_t ___0_channel, float ___1_angle, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Set3DSpread", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Set3DSpread)(___0_channel, ___1_angle);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_angle);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DSpread(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DSpread_m312B596BF518B9AE3BDB4B055034353CD0376516 (intptr_t ___0_channel, float* ___1_angle, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Get3DSpread", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Get3DSpread)(___0_channel, ___1_angle);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_angle);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DLevel(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DLevel_mCB1E8131EF1FDF383A365C53ECC53B52421A1838 (intptr_t ___0_channel, float ___1_level, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Set3DLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Set3DLevel)(___0_channel, ___1_level);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_level);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DLevel(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DLevel_m50AB9D7823B3463CA56018103A87022D0605295A (intptr_t ___0_channel, float* ___1_level, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Get3DLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Get3DLevel)(___0_channel, ___1_level);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_level);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DDopplerLevel(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DDopplerLevel_m362CC110B1688AE6A20E52106EF3964A4602846F (intptr_t ___0_channel, float ___1_level, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Set3DDopplerLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Set3DDopplerLevel)(___0_channel, ___1_level);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_level);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DDopplerLevel(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DDopplerLevel_m24838201810DE4A17804D732868DE25164388024 (intptr_t ___0_channel, float* ___1_level, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Get3DDopplerLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Get3DDopplerLevel)(___0_channel, ___1_level);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_level);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Set3DDistanceFilter(System.IntPtr,System.Boolean,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Set3DDistanceFilter_m7677CD0B0636F76265E726F8B5B48C2F86955849 (intptr_t ___0_channel, bool ___1_custom, float ___2_customLevel, float ___3_centerFreq, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4 + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Set3DDistanceFilter", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Set3DDistanceFilter)(___0_channel, static_cast<int32_t>(___1_custom), ___2_customLevel, ___3_centerFreq);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, static_cast<int32_t>(___1_custom), ___2_customLevel, ___3_centerFreq);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_Get3DDistanceFilter(System.IntPtr,System.Boolean&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_Get3DDistanceFilter_m95E4E399597395472F299344772CBC19BFC4F4D8 (intptr_t ___0_channel, bool* ___1_custom, float* ___2_customLevel, float* ___3_centerFreq, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_Get3DDistanceFilter", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_custom' to native representation
int32_t ____1_custom_empty = 0;
int32_t* ____1_custom_marshaled = &____1_custom_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_Get3DDistanceFilter)(___0_channel, ____1_custom_marshaled, ___2_customLevel, ___3_centerFreq);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ____1_custom_marshaled, ___2_customLevel, ___3_centerFreq);
#endif
// Marshaling of parameter '___1_custom' back from native representation
bool _____1_custom_marshaled_unmarshaled_dereferenced = false;
_____1_custom_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_custom_marshaled);
*___1_custom = _____1_custom_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_SetUserData_mDAA23CCB3E45F3A669927AC177330F8364CE1DC5 (intptr_t ___0_channel, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_SetUserData)(___0_channel, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Channel::FMOD5_Channel_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Channel_FMOD5_Channel_GetUserData_m95F0F474F074310F26382BC2A0411B3439EC2DA2 (intptr_t ___0_channel, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Channel_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Channel_GetUserData)(___0_channel, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channel, ___1_userdata);
#endif
return returnValue;
}
// System.Void FMOD.Channel::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Channel__ctor_m057E713EB6CB075350FCB422B640AACCFE4F7201 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public Channel(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public Channel(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void Channel__ctor_m057E713EB6CB075350FCB422B640AACCFE4F7201_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
Channel__ctor_m057E713EB6CB075350FCB422B640AACCFE4F7201_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.Channel::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Channel_hasHandle_mAB80A06C656F6F1D3C94CD79AF90CC8952F7D2C4 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool Channel_hasHandle_mAB80A06C656F6F1D3C94CD79AF90CC8952F7D2C4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
bool _returnValue;
_returnValue = Channel_hasHandle_mAB80A06C656F6F1D3C94CD79AF90CC8952F7D2C4(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.Channel::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Channel_clearHandle_mF9EDED8BC3B2C55F25E3C490A6DFC589EE0FF329 (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void Channel_clearHandle_mF9EDED8BC3B2C55F25E3C490A6DFC589EE0FF329_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197*>(__this + _offset);
Channel_clearHandle_mF9EDED8BC3B2C55F25E3C490A6DFC589EE0FF329(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.ChannelGroup::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_release_m074DEA81BD8FA55A5572A08449B3F60A92CEC682 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Release(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = ChannelGroup_FMOD5_ChannelGroup_Release_m8693BE2C57411E612005C69592EDA0D33B084DB5(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_release_m074DEA81BD8FA55A5572A08449B3F60A92CEC682_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_release_m074DEA81BD8FA55A5572A08449B3F60A92CEC682(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::addGroup(FMOD.ChannelGroup,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addGroup_m89BCBA7AE528913769242924F5B53E25512E94E3 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD ___0_group, bool ___1_propagatedspclock, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD5_ChannelGroup_AddGroup(this.handle, group.handle, propagatedspclock, IntPtr.Zero);
intptr_t L_0 = __this->___handle_0;
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD L_1 = ___0_group;
intptr_t L_2 = L_1.___handle_0;
bool L_3 = ___1_propagatedspclock;
intptr_t L_4 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_5;
L_5 = ChannelGroup_FMOD5_ChannelGroup_AddGroup_mB2CD8CB50D43150C6466A3685AB31DC2BAE08B7D(L_0, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_addGroup_m89BCBA7AE528913769242924F5B53E25512E94E3_AdjustorThunk (RuntimeObject* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD ___0_group, bool ___1_propagatedspclock, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_addGroup_m89BCBA7AE528913769242924F5B53E25512E94E3(_thisAdjusted, ___0_group, ___1_propagatedspclock, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::addGroup(FMOD.ChannelGroup,System.Boolean,FMOD.DSPConnection&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addGroup_mB847733731EAF94969B3560E9D2E75B0A62E773E (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD ___0_group, bool ___1_propagatedspclock, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* ___2_connection, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_AddGroup(this.handle, group.handle, propagatedspclock, out connection.handle);
intptr_t L_0 = __this->___handle_0;
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD L_1 = ___0_group;
intptr_t L_2 = L_1.___handle_0;
bool L_3 = ___1_propagatedspclock;
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* L_4 = ___2_connection;
intptr_t* L_5 = (&L_4->___handle_0);
int32_t L_6;
L_6 = ChannelGroup_FMOD5_ChannelGroup_AddGroup_m45424DACA9F3DE76ECFFE79407242E32DEBBA06C(L_0, L_2, L_3, L_5, NULL);
return L_6;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_addGroup_mB847733731EAF94969B3560E9D2E75B0A62E773E_AdjustorThunk (RuntimeObject* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD ___0_group, bool ___1_propagatedspclock, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* ___2_connection, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_addGroup_mB847733731EAF94969B3560E9D2E75B0A62E773E(_thisAdjusted, ___0_group, ___1_propagatedspclock, ___2_connection, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getNumGroups(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getNumGroups_mE66FAF69E3D28D4F1AD5FC37D53865B353699328 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t* ___0_numgroups, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetNumGroups(this.handle, out numgroups);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numgroups;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_GetNumGroups_mAD2A66805274A1BC7325EBFA7B4186EC696A1ACE(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getNumGroups_mE66FAF69E3D28D4F1AD5FC37D53865B353699328_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numgroups, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getNumGroups_mE66FAF69E3D28D4F1AD5FC37D53865B353699328(_thisAdjusted, ___0_numgroups, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getGroup(System.Int32,FMOD.ChannelGroup&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getGroup_mBC9298CDA42FF20E08F64B8EE602C533CA10AF2F (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t ___0_index, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___1_group, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetGroup(this.handle, index, out group.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* L_2 = ___1_group;
intptr_t* L_3 = (&L_2->___handle_0);
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_GetGroup_m80B1306635000C1DD93A1523CB4E730992D79228(L_0, L_1, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getGroup_mBC9298CDA42FF20E08F64B8EE602C533CA10AF2F_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___1_group, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getGroup_mBC9298CDA42FF20E08F64B8EE602C533CA10AF2F(_thisAdjusted, ___0_index, ___1_group, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getParentGroup(FMOD.ChannelGroup&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getParentGroup_m84A9D84DE8C0B7A3F08AB3BCA793340FAB293E42 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___0_group, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetParentGroup(this.handle, out group.handle);
intptr_t L_0 = __this->___handle_0;
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* L_1 = ___0_group;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_GetParentGroup_mEB49899EA8EF7E0AA06C8BB4775D652F4509FCBA(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getParentGroup_m84A9D84DE8C0B7A3F08AB3BCA793340FAB293E42_AdjustorThunk (RuntimeObject* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___0_group, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getParentGroup_m84A9D84DE8C0B7A3F08AB3BCA793340FAB293E42(_thisAdjusted, ___0_group, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getName(System.String&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getName_mDE468B4183E8F67A155A46A17545A5C8AB53EB1A (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, String_t** ___0_name, int32_t ___1_namelen, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
intptr_t V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_2 = NULL;
{
// IntPtr stringMem = Marshal.AllocHGlobal(namelen);
int32_t L_0 = ___1_namelen;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_1;
L_1 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_0, NULL);
V_0 = L_1;
// RESULT result = FMOD5_ChannelGroup_GetName(this.handle, stringMem, namelen);
intptr_t L_2 = __this->___handle_0;
intptr_t L_3 = V_0;
int32_t L_4 = ___1_namelen;
int32_t L_5;
L_5 = ChannelGroup_FMOD5_ChannelGroup_GetName_mA459EB592EDBE4CA7544E0BDCC7A3697D10F9154(L_2, L_3, L_4, NULL);
V_1 = L_5;
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_6;
L_6 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_2 = L_6;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0026:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_7 = V_2;
if (!L_7)
{
goto IL_002f;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_8 = V_2;
NullCheck(L_8);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
}
IL_002f:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// name = encoder.stringFromNative(stringMem);
String_t** L_9 = ___0_name;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_10 = V_2;
intptr_t L_11 = V_0;
NullCheck(L_10);
String_t* L_12;
L_12 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_10, L_11, NULL);
*((RuntimeObject**)L_9) = (RuntimeObject*)L_12;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_9, (void*)(RuntimeObject*)L_12);
// }
goto IL_0030;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0030:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_13 = V_0;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_13, NULL);
// return result;
int32_t L_14 = V_1;
return L_14;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getName_mDE468B4183E8F67A155A46A17545A5C8AB53EB1A_AdjustorThunk (RuntimeObject* __this, String_t** ___0_name, int32_t ___1_namelen, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getName_mDE468B4183E8F67A155A46A17545A5C8AB53EB1A(_thisAdjusted, ___0_name, ___1_namelen, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getNumChannels(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getNumChannels_m16D7AD2EE7D61344717627BFAB700473286D8E7B (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t* ___0_numchannels, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetNumChannels(this.handle, out numchannels);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numchannels;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_GetNumChannels_mE06DD179EA866A313476DB701B0C89C07ABCCBC3(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getNumChannels_m16D7AD2EE7D61344717627BFAB700473286D8E7B_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numchannels, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getNumChannels_m16D7AD2EE7D61344717627BFAB700473286D8E7B(_thisAdjusted, ___0_numchannels, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getChannel(System.Int32,FMOD.Channel&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getChannel_mE380B0C4364AE73C8B7D0900A2EF562CC3D6FDFD (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t ___0_index, Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* ___1_channel, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetChannel(this.handle, index, out channel.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* L_2 = ___1_channel;
intptr_t* L_3 = (&L_2->___handle_0);
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_GetChannel_m3AD90FF0C667A3A8328C422BB6D6053CD22D2420(L_0, L_1, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getChannel_mE380B0C4364AE73C8B7D0900A2EF562CC3D6FDFD_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* ___1_channel, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getChannel_mE380B0C4364AE73C8B7D0900A2EF562CC3D6FDFD(_thisAdjusted, ___0_index, ___1_channel, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getSystemObject(FMOD.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getSystemObject_mBE4CE156CFF3C16932B9304B6AB1C073D3A2E23C (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetSystemObject(this.handle, out system.handle);
intptr_t L_0 = __this->___handle_0;
System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* L_1 = ___0_system;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_GetSystemObject_mBE30A3514B4547EC8C3F8FEDA366C8560E1D7944(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getSystemObject_mBE4CE156CFF3C16932B9304B6AB1C073D3A2E23C_AdjustorThunk (RuntimeObject* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getSystemObject_mBE4CE156CFF3C16932B9304B6AB1C073D3A2E23C(_thisAdjusted, ___0_system, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_stop_m9BFCA79557C61D10D76EBF59F6D4A36AAD6DA2B5 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Stop(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = ChannelGroup_FMOD5_ChannelGroup_Stop_m017345CF2E3E4F1FB50BCA9800DA5817896E6DA4(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_stop_m9BFCA79557C61D10D76EBF59F6D4A36AAD6DA2B5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_stop_m9BFCA79557C61D10D76EBF59F6D4A36AAD6DA2B5(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setPaused_m8CA58FB38F5291572C3510B6DF50CA77FB31A53D (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool ___0_paused, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetPaused(this.handle, paused);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_paused;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_SetPaused_mBD3353FDB53DE02CF840534861AE1EB3C8FE625E(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setPaused_m8CA58FB38F5291572C3510B6DF50CA77FB31A53D_AdjustorThunk (RuntimeObject* __this, bool ___0_paused, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setPaused_m8CA58FB38F5291572C3510B6DF50CA77FB31A53D(_thisAdjusted, ___0_paused, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getPaused(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getPaused_m99F6C163EAACB43B89B6DE3F6E05D8C5A8D001BE (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool* ___0_paused, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetPaused(this.handle, out paused);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_paused;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_GetPaused_mAE4F44224BB7C7A9790F02789EFF05F4AA57EDE7(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getPaused_m99F6C163EAACB43B89B6DE3F6E05D8C5A8D001BE_AdjustorThunk (RuntimeObject* __this, bool* ___0_paused, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getPaused_m99F6C163EAACB43B89B6DE3F6E05D8C5A8D001BE(_thisAdjusted, ___0_paused, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setVolume_m17E77FE666996F38385A209AAD8428AAE0D9E2FB (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_volume, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetVolume(this.handle, volume);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_volume;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_SetVolume_m9782927FB7175877F9F20DF1F4F6725D0D735B16(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setVolume_m17E77FE666996F38385A209AAD8428AAE0D9E2FB_AdjustorThunk (RuntimeObject* __this, float ___0_volume, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setVolume_m17E77FE666996F38385A209AAD8428AAE0D9E2FB(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getVolume(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getVolume_m968CF6137FCF628B911B35FCA884493D16805BE3 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_volume, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetVolume(this.handle, out volume);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_volume;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_GetVolume_m572195BB9D3EEFC9EB8CB13FE0C9835380242693(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getVolume_m968CF6137FCF628B911B35FCA884493D16805BE3_AdjustorThunk (RuntimeObject* __this, float* ___0_volume, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getVolume_m968CF6137FCF628B911B35FCA884493D16805BE3(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setVolumeRamp(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setVolumeRamp_m423F8099777450FE5AF3A0090897D61A488B4DB6 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool ___0_ramp, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetVolumeRamp(this.handle, ramp);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_ramp;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_SetVolumeRamp_m77D7E62587111F395CAD1D4C5DCB4506BE8DA996(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setVolumeRamp_m423F8099777450FE5AF3A0090897D61A488B4DB6_AdjustorThunk (RuntimeObject* __this, bool ___0_ramp, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setVolumeRamp_m423F8099777450FE5AF3A0090897D61A488B4DB6(_thisAdjusted, ___0_ramp, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getVolumeRamp(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getVolumeRamp_m598DA26BD81FF3B5C339921B8E093A4ECA490CF6 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool* ___0_ramp, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetVolumeRamp(this.handle, out ramp);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_ramp;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_GetVolumeRamp_mB2DFE883D2FB7DB504D89B438DAC1479B9A55E87(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getVolumeRamp_m598DA26BD81FF3B5C339921B8E093A4ECA490CF6_AdjustorThunk (RuntimeObject* __this, bool* ___0_ramp, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getVolumeRamp_m598DA26BD81FF3B5C339921B8E093A4ECA490CF6(_thisAdjusted, ___0_ramp, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getAudibility(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getAudibility_mDA5062D58CB03645B6629CE6C6034AD24F0E7DAB (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_audibility, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetAudibility(this.handle, out audibility);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_audibility;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_GetAudibility_m5A3FD0BB8DDEF10F5BA88ED1DE05652B45DCEBD7(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getAudibility_mDA5062D58CB03645B6629CE6C6034AD24F0E7DAB_AdjustorThunk (RuntimeObject* __this, float* ___0_audibility, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getAudibility_mDA5062D58CB03645B6629CE6C6034AD24F0E7DAB(_thisAdjusted, ___0_audibility, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setPitch(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setPitch_m8F948B7395E0157C5BA9F8E03060DC1085DD2244 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_pitch, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetPitch(this.handle, pitch);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_pitch;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_SetPitch_mFAC758BF58D9E4675B6A41677B8533AC94CFB37C(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setPitch_m8F948B7395E0157C5BA9F8E03060DC1085DD2244_AdjustorThunk (RuntimeObject* __this, float ___0_pitch, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setPitch_m8F948B7395E0157C5BA9F8E03060DC1085DD2244(_thisAdjusted, ___0_pitch, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getPitch(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getPitch_m223F1F994088FDF26BCFA4C9E41E2D0E3B3E7C7A (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_pitch, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetPitch(this.handle, out pitch);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_pitch;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_GetPitch_m9376D6704535B6A6FE0F772314215FBAC48AA730(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getPitch_m223F1F994088FDF26BCFA4C9E41E2D0E3B3E7C7A_AdjustorThunk (RuntimeObject* __this, float* ___0_pitch, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getPitch_m223F1F994088FDF26BCFA4C9E41E2D0E3B3E7C7A(_thisAdjusted, ___0_pitch, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setMute(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMute_m6E3098C070A8F872065B3197E4CCCEEBF999D8D1 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool ___0_mute, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetMute(this.handle, mute);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_mute;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_SetMute_m191327825CAFAE58159DCB12BBC60B2707FFC0A0(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setMute_m6E3098C070A8F872065B3197E4CCCEEBF999D8D1_AdjustorThunk (RuntimeObject* __this, bool ___0_mute, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setMute_m6E3098C070A8F872065B3197E4CCCEEBF999D8D1(_thisAdjusted, ___0_mute, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getMute(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getMute_mA7CDAAB5B062CCF78F8CF9D8AD9E1774C858DD6A (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool* ___0_mute, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetMute(this.handle, out mute);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_mute;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_GetMute_m5FE54C17A90FFEEEB335D471DAF353B655CF69A4(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getMute_mA7CDAAB5B062CCF78F8CF9D8AD9E1774C858DD6A_AdjustorThunk (RuntimeObject* __this, bool* ___0_mute, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getMute_mA7CDAAB5B062CCF78F8CF9D8AD9E1774C858DD6A(_thisAdjusted, ___0_mute, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setReverbProperties(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setReverbProperties_m48A46545592487DBCAD63EAC0400C51BAC47710C (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t ___0_instance, float ___1_wet, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetReverbProperties(this.handle, instance, wet);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_instance;
float L_2 = ___1_wet;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_SetReverbProperties_m0E7BA4E922480B1F0C2AE0CF0D1A37B7C509B9B5(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setReverbProperties_m48A46545592487DBCAD63EAC0400C51BAC47710C_AdjustorThunk (RuntimeObject* __this, int32_t ___0_instance, float ___1_wet, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setReverbProperties_m48A46545592487DBCAD63EAC0400C51BAC47710C(_thisAdjusted, ___0_instance, ___1_wet, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getReverbProperties(System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getReverbProperties_mE0647633F16ABBF7100CA97B44C931D568FBFC7B (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t ___0_instance, float* ___1_wet, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetReverbProperties(this.handle, instance, out wet);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_instance;
float* L_2 = ___1_wet;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_GetReverbProperties_m4740EEE1EA8D4010089478296708FEC12857D506(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getReverbProperties_mE0647633F16ABBF7100CA97B44C931D568FBFC7B_AdjustorThunk (RuntimeObject* __this, int32_t ___0_instance, float* ___1_wet, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getReverbProperties_mE0647633F16ABBF7100CA97B44C931D568FBFC7B(_thisAdjusted, ___0_instance, ___1_wet, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setLowPassGain(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setLowPassGain_m902DCECEA568D3BDFF49E9B9E7AF95AA7EA7F52C (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_gain, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetLowPassGain(this.handle, gain);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_gain;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_SetLowPassGain_m49BD255930CEB1D2AEEC4673E1B969EFF816FB60(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setLowPassGain_m902DCECEA568D3BDFF49E9B9E7AF95AA7EA7F52C_AdjustorThunk (RuntimeObject* __this, float ___0_gain, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setLowPassGain_m902DCECEA568D3BDFF49E9B9E7AF95AA7EA7F52C(_thisAdjusted, ___0_gain, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getLowPassGain(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getLowPassGain_mB999E3C77AF06AF6C5E245DE1DFB628D3CB1CD00 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_gain, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetLowPassGain(this.handle, out gain);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_gain;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_GetLowPassGain_m7C2BBEE191027E780D00B57DAD01D7DD68475EFA(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getLowPassGain_mB999E3C77AF06AF6C5E245DE1DFB628D3CB1CD00_AdjustorThunk (RuntimeObject* __this, float* ___0_gain, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getLowPassGain_mB999E3C77AF06AF6C5E245DE1DFB628D3CB1CD00(_thisAdjusted, ___0_gain, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setMode(FMOD.MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMode_m217944625528EA0642747EE1B3E668602B9ACC8C (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint32_t ___0_mode, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetMode(this.handle, mode);
intptr_t L_0 = __this->___handle_0;
uint32_t L_1 = ___0_mode;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_SetMode_mC61BA6AECF868AA0EADBC871D002D8B5F60FBD85(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setMode_m217944625528EA0642747EE1B3E668602B9ACC8C_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_mode, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setMode_m217944625528EA0642747EE1B3E668602B9ACC8C(_thisAdjusted, ___0_mode, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getMode(FMOD.MODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getMode_mD470383350BE3924C3E07B7CB8CB3ED5D8CF1F61 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint32_t* ___0_mode, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetMode(this.handle, out mode);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_mode;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_GetMode_m29389C793D1FDF69C9C31115B6E0B3C5330B5243(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getMode_mD470383350BE3924C3E07B7CB8CB3ED5D8CF1F61_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_mode, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getMode_mD470383350BE3924C3E07B7CB8CB3ED5D8CF1F61(_thisAdjusted, ___0_mode, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setCallback(FMOD.CHANNELCONTROL_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setCallback_mF895F57AC09AFEA9838ACAF4746E797115A3DEB2 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1* ___0_callback, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetCallback(this.handle, callback);
intptr_t L_0 = __this->___handle_0;
CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1* L_1 = ___0_callback;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_SetCallback_mB58B6C7938AF2BAB3BF4DE4B30275190FFF3F110(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setCallback_mF895F57AC09AFEA9838ACAF4746E797115A3DEB2_AdjustorThunk (RuntimeObject* __this, CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1* ___0_callback, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setCallback_mF895F57AC09AFEA9838ACAF4746E797115A3DEB2(_thisAdjusted, ___0_callback, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::isPlaying(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_isPlaying_mD2A8CD48769D8AB28FA7DFD003D04E7B0E2A5CF5 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool* ___0_isplaying, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_IsPlaying(this.handle, out isplaying);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_isplaying;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_IsPlaying_m86CF31BA5DEC84AFF28310B25BB28983DAB45E11(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_isPlaying_mD2A8CD48769D8AB28FA7DFD003D04E7B0E2A5CF5_AdjustorThunk (RuntimeObject* __this, bool* ___0_isplaying, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_isPlaying_mD2A8CD48769D8AB28FA7DFD003D04E7B0E2A5CF5(_thisAdjusted, ___0_isplaying, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setPan(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setPan_mEB16285E398A99173F2779B05D9D739A60D68C4B (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_pan, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetPan(this.handle, pan);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_pan;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_SetPan_m34BA5CD99F468CE3AE8B99D1BC8897EF06B3256A(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setPan_mEB16285E398A99173F2779B05D9D739A60D68C4B_AdjustorThunk (RuntimeObject* __this, float ___0_pan, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setPan_mEB16285E398A99173F2779B05D9D739A60D68C4B(_thisAdjusted, ___0_pan, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setMixLevelsOutput(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMixLevelsOutput_m98538A7C020493A588BE49694D6FE3D08D24FAEC (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_frontleft, float ___1_frontright, float ___2_center, float ___3_lfe, float ___4_surroundleft, float ___5_surroundright, float ___6_backleft, float ___7_backright, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetMixLevelsOutput(this.handle, frontleft, frontright, center, lfe, surroundleft, surroundright, backleft, backright);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_frontleft;
float L_2 = ___1_frontright;
float L_3 = ___2_center;
float L_4 = ___3_lfe;
float L_5 = ___4_surroundleft;
float L_6 = ___5_surroundright;
float L_7 = ___6_backleft;
float L_8 = ___7_backright;
int32_t L_9;
L_9 = ChannelGroup_FMOD5_ChannelGroup_SetMixLevelsOutput_m53B53AEB612B1E3A61CBC088AEE93135A15D7AAB(L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, NULL);
return L_9;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setMixLevelsOutput_m98538A7C020493A588BE49694D6FE3D08D24FAEC_AdjustorThunk (RuntimeObject* __this, float ___0_frontleft, float ___1_frontright, float ___2_center, float ___3_lfe, float ___4_surroundleft, float ___5_surroundright, float ___6_backleft, float ___7_backright, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setMixLevelsOutput_m98538A7C020493A588BE49694D6FE3D08D24FAEC(_thisAdjusted, ___0_frontleft, ___1_frontright, ___2_center, ___3_lfe, ___4_surroundleft, ___5_surroundright, ___6_backleft, ___7_backright, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setMixLevelsInput(System.Single[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMixLevelsInput_m0B41F548D16401E2A10FAFB04C9890CA1EFF4BD0 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_levels, int32_t ___1_numlevels, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetMixLevelsInput(this.handle, levels, numlevels);
intptr_t L_0 = __this->___handle_0;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = ___0_levels;
int32_t L_2 = ___1_numlevels;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_SetMixLevelsInput_m49426393F70988FA86448CEACB8AE8BFC9AED9FD(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setMixLevelsInput_m0B41F548D16401E2A10FAFB04C9890CA1EFF4BD0_AdjustorThunk (RuntimeObject* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_levels, int32_t ___1_numlevels, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setMixLevelsInput_m0B41F548D16401E2A10FAFB04C9890CA1EFF4BD0(_thisAdjusted, ___0_levels, ___1_numlevels, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setMixMatrix(System.Single[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setMixMatrix_mFADE578E4D283E0601C0E2F578532F139F0C55E3 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t ___1_outchannels, int32_t ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetMixMatrix(this.handle, matrix, outchannels, inchannels, inchannel_hop);
intptr_t L_0 = __this->___handle_0;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = ___0_matrix;
int32_t L_2 = ___1_outchannels;
int32_t L_3 = ___2_inchannels;
int32_t L_4 = ___3_inchannel_hop;
int32_t L_5;
L_5 = ChannelGroup_FMOD5_ChannelGroup_SetMixMatrix_mF42C67DCF94DBF78563A9702E52C61F17D2A59FA(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setMixMatrix_mFADE578E4D283E0601C0E2F578532F139F0C55E3_AdjustorThunk (RuntimeObject* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t ___1_outchannels, int32_t ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setMixMatrix_mFADE578E4D283E0601C0E2F578532F139F0C55E3(_thisAdjusted, ___0_matrix, ___1_outchannels, ___2_inchannels, ___3_inchannel_hop, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getMixMatrix(System.Single[],System.Int32&,System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getMixMatrix_m7CE6CC1D0DC6E78235AC682C66387DC3A541E140 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t* ___1_outchannels, int32_t* ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetMixMatrix(this.handle, matrix, out outchannels, out inchannels, inchannel_hop);
intptr_t L_0 = __this->___handle_0;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = ___0_matrix;
int32_t* L_2 = ___1_outchannels;
int32_t* L_3 = ___2_inchannels;
int32_t L_4 = ___3_inchannel_hop;
int32_t L_5;
L_5 = ChannelGroup_FMOD5_ChannelGroup_GetMixMatrix_m91982080E3832A51C721F5D4946A0A93ADCA024B(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getMixMatrix_m7CE6CC1D0DC6E78235AC682C66387DC3A541E140_AdjustorThunk (RuntimeObject* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t* ___1_outchannels, int32_t* ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getMixMatrix_m7CE6CC1D0DC6E78235AC682C66387DC3A541E140(_thisAdjusted, ___0_matrix, ___1_outchannels, ___2_inchannels, ___3_inchannel_hop, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getDSPClock(System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDSPClock_mBD9E81D60B2303082F9695AD00ED03BC8A85D973 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t* ___0_dspclock, uint64_t* ___1_parentclock, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetDSPClock(this.handle, out dspclock, out parentclock);
intptr_t L_0 = __this->___handle_0;
uint64_t* L_1 = ___0_dspclock;
uint64_t* L_2 = ___1_parentclock;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_GetDSPClock_mFAA8C6DC5D4AFBEC04891BE44CDB3892DF470F57(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getDSPClock_mBD9E81D60B2303082F9695AD00ED03BC8A85D973_AdjustorThunk (RuntimeObject* __this, uint64_t* ___0_dspclock, uint64_t* ___1_parentclock, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getDSPClock_mBD9E81D60B2303082F9695AD00ED03BC8A85D973(_thisAdjusted, ___0_dspclock, ___1_parentclock, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setDelay(System.UInt64,System.UInt64,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setDelay_mDECB156E520D8C43D178398FF215F8D9EF952A37 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t ___0_dspclock_start, uint64_t ___1_dspclock_end, bool ___2_stopchannels, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetDelay(this.handle, dspclock_start, dspclock_end, stopchannels);
intptr_t L_0 = __this->___handle_0;
uint64_t L_1 = ___0_dspclock_start;
uint64_t L_2 = ___1_dspclock_end;
bool L_3 = ___2_stopchannels;
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_SetDelay_m97AE7584FA90CC5530CB051FD59EC8ABEB8A2B12(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setDelay_mDECB156E520D8C43D178398FF215F8D9EF952A37_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_dspclock_start, uint64_t ___1_dspclock_end, bool ___2_stopchannels, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setDelay_mDECB156E520D8C43D178398FF215F8D9EF952A37(_thisAdjusted, ___0_dspclock_start, ___1_dspclock_end, ___2_stopchannels, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getDelay(System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDelay_mADEE42A1372C47BA3403F59428D57881F2C622DB (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t* ___0_dspclock_start, uint64_t* ___1_dspclock_end, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD5_ChannelGroup_GetDelay(this.handle, out dspclock_start, out dspclock_end, IntPtr.Zero);
intptr_t L_0 = __this->___handle_0;
uint64_t* L_1 = ___0_dspclock_start;
uint64_t* L_2 = ___1_dspclock_end;
intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_GetDelay_mC8F3A58FA1374F8340E5CD79998DACCE0CD8E94A(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getDelay_mADEE42A1372C47BA3403F59428D57881F2C622DB_AdjustorThunk (RuntimeObject* __this, uint64_t* ___0_dspclock_start, uint64_t* ___1_dspclock_end, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getDelay_mADEE42A1372C47BA3403F59428D57881F2C622DB(_thisAdjusted, ___0_dspclock_start, ___1_dspclock_end, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getDelay(System.UInt64&,System.UInt64&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDelay_m1F3E764A7CDD0CE3FA20575CD33D5A3802DA8400 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t* ___0_dspclock_start, uint64_t* ___1_dspclock_end, bool* ___2_stopchannels, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetDelay(this.handle, out dspclock_start, out dspclock_end, out stopchannels);
intptr_t L_0 = __this->___handle_0;
uint64_t* L_1 = ___0_dspclock_start;
uint64_t* L_2 = ___1_dspclock_end;
bool* L_3 = ___2_stopchannels;
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_GetDelay_m92595BDE1FE55C5F5B4939D7640FBEDAAAF0C0F1(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getDelay_m1F3E764A7CDD0CE3FA20575CD33D5A3802DA8400_AdjustorThunk (RuntimeObject* __this, uint64_t* ___0_dspclock_start, uint64_t* ___1_dspclock_end, bool* ___2_stopchannels, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getDelay_m1F3E764A7CDD0CE3FA20575CD33D5A3802DA8400(_thisAdjusted, ___0_dspclock_start, ___1_dspclock_end, ___2_stopchannels, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::addFadePoint(System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addFadePoint_m96E27AF9B460122116F07985CFD6355518CFD3C5 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t ___0_dspclock, float ___1_volume, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_AddFadePoint(this.handle, dspclock, volume);
intptr_t L_0 = __this->___handle_0;
uint64_t L_1 = ___0_dspclock;
float L_2 = ___1_volume;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_AddFadePoint_mB1DE8E1BA9FE3ED4C08F1020FC876649F24AB5C8(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_addFadePoint_m96E27AF9B460122116F07985CFD6355518CFD3C5_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_dspclock, float ___1_volume, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_addFadePoint_m96E27AF9B460122116F07985CFD6355518CFD3C5(_thisAdjusted, ___0_dspclock, ___1_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setFadePointRamp(System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setFadePointRamp_m67D9B48DDF8B9347A1178926B8E6A2EA4B2B7B9D (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t ___0_dspclock, float ___1_volume, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetFadePointRamp(this.handle, dspclock, volume);
intptr_t L_0 = __this->___handle_0;
uint64_t L_1 = ___0_dspclock;
float L_2 = ___1_volume;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_SetFadePointRamp_m8CF99E73C86FAF5D26C652FCBA3C3E7DA88133D1(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setFadePointRamp_m67D9B48DDF8B9347A1178926B8E6A2EA4B2B7B9D_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_dspclock, float ___1_volume, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setFadePointRamp_m67D9B48DDF8B9347A1178926B8E6A2EA4B2B7B9D(_thisAdjusted, ___0_dspclock, ___1_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::removeFadePoints(System.UInt64,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_removeFadePoints_m0CC162FF3454D4C36DDF8720828ED9DEC15EED92 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint64_t ___0_dspclock_start, uint64_t ___1_dspclock_end, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_RemoveFadePoints(this.handle, dspclock_start, dspclock_end);
intptr_t L_0 = __this->___handle_0;
uint64_t L_1 = ___0_dspclock_start;
uint64_t L_2 = ___1_dspclock_end;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_RemoveFadePoints_mE8FC639D3AFB58F08FF955758D74B471A7BD2DB5(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_removeFadePoints_m0CC162FF3454D4C36DDF8720828ED9DEC15EED92_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_dspclock_start, uint64_t ___1_dspclock_end, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_removeFadePoints_m0CC162FF3454D4C36DDF8720828ED9DEC15EED92(_thisAdjusted, ___0_dspclock_start, ___1_dspclock_end, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getFadePoints(System.UInt32&,System.UInt64[],System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getFadePoints_m6FAC18CAE8CD31E75C5E33F4D4DDD211F322C8EF (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, uint32_t* ___0_numpoints, UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___1_point_dspclock, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___2_point_volume, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetFadePoints(this.handle, ref numpoints, point_dspclock, point_volume);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_numpoints;
UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* L_2 = ___1_point_dspclock;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_3 = ___2_point_volume;
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_GetFadePoints_m1F443177F7797570E778667CE9BFF24B2CC4A0D8(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getFadePoints_m6FAC18CAE8CD31E75C5E33F4D4DDD211F322C8EF_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_numpoints, UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___1_point_dspclock, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___2_point_volume, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getFadePoints_m6FAC18CAE8CD31E75C5E33F4D4DDD211F322C8EF(_thisAdjusted, ___0_numpoints, ___1_point_dspclock, ___2_point_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getDSP(System.Int32,FMOD.DSP&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDSP_mD799A7E5A919958BC156AF30C790266D68677D3E (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___1_dsp, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetDSP(this.handle, index, out dsp.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* L_2 = ___1_dsp;
intptr_t* L_3 = (&L_2->___handle_0);
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_GetDSP_m5502970C84B4668786AE332BB64B5E50338EC1A9(L_0, L_1, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getDSP_mD799A7E5A919958BC156AF30C790266D68677D3E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___1_dsp, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getDSP_mD799A7E5A919958BC156AF30C790266D68677D3E(_thisAdjusted, ___0_index, ___1_dsp, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::addDSP(System.Int32,FMOD.DSP)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_addDSP_mB3117A0398A7283459BB2B37E4F136ACDB183E8B (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___1_dsp, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_AddDSP(this.handle, index, dsp.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD L_2 = ___1_dsp;
intptr_t L_3 = L_2.___handle_0;
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_AddDSP_m7A176D923BC618F5A8E2CE42F460960FDBD674AA(L_0, L_1, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_addDSP_mB3117A0398A7283459BB2B37E4F136ACDB183E8B_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___1_dsp, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_addDSP_mB3117A0398A7283459BB2B37E4F136ACDB183E8B(_thisAdjusted, ___0_index, ___1_dsp, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::removeDSP(FMOD.DSP)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_removeDSP_m50D699AD51D784FA4AE1CA523D7F4897D6C5A2F5 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_RemoveDSP(this.handle, dsp.handle);
intptr_t L_0 = __this->___handle_0;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD L_1 = ___0_dsp;
intptr_t L_2 = L_1.___handle_0;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_RemoveDSP_mDFD295305E69F842EF048A8FB2CB5A55CE093F92(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_removeDSP_m50D699AD51D784FA4AE1CA523D7F4897D6C5A2F5_AdjustorThunk (RuntimeObject* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_removeDSP_m50D699AD51D784FA4AE1CA523D7F4897D6C5A2F5(_thisAdjusted, ___0_dsp, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getNumDSPs(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getNumDSPs_mF195CCD9228B86502562D548D99B7FB8907CC38E (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, int32_t* ___0_numdsps, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetNumDSPs(this.handle, out numdsps);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numdsps;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_GetNumDSPs_mC8129FFBF1BA1C02A71174E98981B70CCDAD63F9(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getNumDSPs_mF195CCD9228B86502562D548D99B7FB8907CC38E_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numdsps, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getNumDSPs_mF195CCD9228B86502562D548D99B7FB8907CC38E(_thisAdjusted, ___0_numdsps, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setDSPIndex(FMOD.DSP,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setDSPIndex_mF9FA7E042A61686655C107F17297CBAFE0CE0CDD (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, int32_t ___1_index, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetDSPIndex(this.handle, dsp.handle, index);
intptr_t L_0 = __this->___handle_0;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD L_1 = ___0_dsp;
intptr_t L_2 = L_1.___handle_0;
int32_t L_3 = ___1_index;
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_SetDSPIndex_m04CDB348B3DD681FD9E675118A9DE3F2CB9AE5F8(L_0, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setDSPIndex_mF9FA7E042A61686655C107F17297CBAFE0CE0CDD_AdjustorThunk (RuntimeObject* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, int32_t ___1_index, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setDSPIndex_mF9FA7E042A61686655C107F17297CBAFE0CE0CDD(_thisAdjusted, ___0_dsp, ___1_index, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getDSPIndex(FMOD.DSP,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getDSPIndex_mB0F3270C2D1EEDC8AF71E4D2B3953EFA226D9E67 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, int32_t* ___1_index, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetDSPIndex(this.handle, dsp.handle, out index);
intptr_t L_0 = __this->___handle_0;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD L_1 = ___0_dsp;
intptr_t L_2 = L_1.___handle_0;
int32_t* L_3 = ___1_index;
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_GetDSPIndex_m84D129E233D8595D3B84547CDB8D271A9CDB0EF2(L_0, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getDSPIndex_mB0F3270C2D1EEDC8AF71E4D2B3953EFA226D9E67_AdjustorThunk (RuntimeObject* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_dsp, int32_t* ___1_index, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getDSPIndex_mB0F3270C2D1EEDC8AF71E4D2B3953EFA226D9E67(_thisAdjusted, ___0_dsp, ___1_index, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::set3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DAttributes_mBF23DB3EFBF7ECD26463528712A725CAAEA52087 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_vel, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Set3DAttributes(this.handle, ref pos, ref vel);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_pos;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_2 = ___1_vel;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_Set3DAttributes_m0A341CDF2ED4BCD585F89A5DB707729A2C03EFA6(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_set3DAttributes_mBF23DB3EFBF7ECD26463528712A725CAAEA52087_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_vel, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_set3DAttributes_mBF23DB3EFBF7ECD26463528712A725CAAEA52087(_thisAdjusted, ___0_pos, ___1_vel, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::get3DAttributes(FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DAttributes_mB84CB34D5E427F04FFC404EE003261EC4CCF915E (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_vel, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Get3DAttributes(this.handle, out pos, out vel);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_pos;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_2 = ___1_vel;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_Get3DAttributes_m51BC4548DE5201D92FCF04E5F4FF7AAA85E2D5D0(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_get3DAttributes_mB84CB34D5E427F04FFC404EE003261EC4CCF915E_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_vel, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_get3DAttributes_mB84CB34D5E427F04FFC404EE003261EC4CCF915E(_thisAdjusted, ___0_pos, ___1_vel, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::set3DMinMaxDistance(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DMinMaxDistance_mAC5EFF74312BA99505777BF635A5066FC9B98612 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_mindistance, float ___1_maxdistance, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Set3DMinMaxDistance(this.handle, mindistance, maxdistance);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_mindistance;
float L_2 = ___1_maxdistance;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_Set3DMinMaxDistance_m78F4C21D2A8D5655547349502E12547585C2D5E2(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_set3DMinMaxDistance_mAC5EFF74312BA99505777BF635A5066FC9B98612_AdjustorThunk (RuntimeObject* __this, float ___0_mindistance, float ___1_maxdistance, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_set3DMinMaxDistance_mAC5EFF74312BA99505777BF635A5066FC9B98612(_thisAdjusted, ___0_mindistance, ___1_maxdistance, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::get3DMinMaxDistance(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DMinMaxDistance_m7B0B9FCAB657F4AAE99EE55AD3E7330BF999240B (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_mindistance, float* ___1_maxdistance, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Get3DMinMaxDistance(this.handle, out mindistance, out maxdistance);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_mindistance;
float* L_2 = ___1_maxdistance;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_Get3DMinMaxDistance_m96E2CB454BC318615F995D048EFE388FAF2A598D(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_get3DMinMaxDistance_m7B0B9FCAB657F4AAE99EE55AD3E7330BF999240B_AdjustorThunk (RuntimeObject* __this, float* ___0_mindistance, float* ___1_maxdistance, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_get3DMinMaxDistance_m7B0B9FCAB657F4AAE99EE55AD3E7330BF999240B(_thisAdjusted, ___0_mindistance, ___1_maxdistance, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::set3DConeSettings(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DConeSettings_mFCD2C0DB8078D4EEC8A959EE9434041D875D9356 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_insideconeangle, float ___1_outsideconeangle, float ___2_outsidevolume, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Set3DConeSettings(this.handle, insideconeangle, outsideconeangle, outsidevolume);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_insideconeangle;
float L_2 = ___1_outsideconeangle;
float L_3 = ___2_outsidevolume;
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_Set3DConeSettings_m82E95ECBB7CD6471D2DBF0E20C77F9AD0ADC5F25(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_set3DConeSettings_mFCD2C0DB8078D4EEC8A959EE9434041D875D9356_AdjustorThunk (RuntimeObject* __this, float ___0_insideconeangle, float ___1_outsideconeangle, float ___2_outsidevolume, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_set3DConeSettings_mFCD2C0DB8078D4EEC8A959EE9434041D875D9356(_thisAdjusted, ___0_insideconeangle, ___1_outsideconeangle, ___2_outsidevolume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::get3DConeSettings(System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DConeSettings_m4CBA924302451012FCFA792FA278358B3BB58E9C (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_insideconeangle, float* ___1_outsideconeangle, float* ___2_outsidevolume, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Get3DConeSettings(this.handle, out insideconeangle, out outsideconeangle, out outsidevolume);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_insideconeangle;
float* L_2 = ___1_outsideconeangle;
float* L_3 = ___2_outsidevolume;
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_Get3DConeSettings_m89EA95C0AB3EAFA1D573B8777C40768298CDEDF9(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_get3DConeSettings_m4CBA924302451012FCFA792FA278358B3BB58E9C_AdjustorThunk (RuntimeObject* __this, float* ___0_insideconeangle, float* ___1_outsideconeangle, float* ___2_outsidevolume, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_get3DConeSettings_m4CBA924302451012FCFA792FA278358B3BB58E9C(_thisAdjusted, ___0_insideconeangle, ___1_outsideconeangle, ___2_outsidevolume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::set3DConeOrientation(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DConeOrientation_m8C88D8835E80C64E82151118DCC3759F3FD0781D (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_orientation, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Set3DConeOrientation(this.handle, ref orientation);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_orientation;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_Set3DConeOrientation_m4C81A8DDD57BB838A36924441D34328BB2620EBA(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_set3DConeOrientation_m8C88D8835E80C64E82151118DCC3759F3FD0781D_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_orientation, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_set3DConeOrientation_m8C88D8835E80C64E82151118DCC3759F3FD0781D(_thisAdjusted, ___0_orientation, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::get3DConeOrientation(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DConeOrientation_mA1597D426F7B93B72D11A08271411E4B1C7F63E4 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_orientation, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Get3DConeOrientation(this.handle, out orientation);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_orientation;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_Get3DConeOrientation_m2DD0A6F765CB662FEA0CC92E06A6B516AACA6CDF(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_get3DConeOrientation_mA1597D426F7B93B72D11A08271411E4B1C7F63E4_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_orientation, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_get3DConeOrientation_mA1597D426F7B93B72D11A08271411E4B1C7F63E4(_thisAdjusted, ___0_orientation, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::set3DCustomRolloff(FMOD.VECTOR&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DCustomRolloff_m516EDFFDEE160F5566570AADF4697A82D5FD7DB8 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_points, int32_t ___1_numpoints, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Set3DCustomRolloff(this.handle, ref points, numpoints);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_points;
int32_t L_2 = ___1_numpoints;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_Set3DCustomRolloff_m2BF8889AF9A3BB931787104C0B7E75136935CC36(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_set3DCustomRolloff_m516EDFFDEE160F5566570AADF4697A82D5FD7DB8_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_points, int32_t ___1_numpoints, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_set3DCustomRolloff_m516EDFFDEE160F5566570AADF4697A82D5FD7DB8(_thisAdjusted, ___0_points, ___1_numpoints, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::get3DCustomRolloff(System.IntPtr&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DCustomRolloff_m654D73663CE65B87091537460D80CA7F41BA0E54 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, intptr_t* ___0_points, int32_t* ___1_numpoints, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Get3DCustomRolloff(this.handle, out points, out numpoints);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_points;
int32_t* L_2 = ___1_numpoints;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_Get3DCustomRolloff_mC2FB9541B4CBF2A9C7382656020F68E440AABFE9(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_get3DCustomRolloff_m654D73663CE65B87091537460D80CA7F41BA0E54_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_points, int32_t* ___1_numpoints, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_get3DCustomRolloff_m654D73663CE65B87091537460D80CA7F41BA0E54(_thisAdjusted, ___0_points, ___1_numpoints, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::set3DOcclusion(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DOcclusion_mCA253E0A6E296C6586E55F8FAD42ACC05A5D8D71 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_directocclusion, float ___1_reverbocclusion, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Set3DOcclusion(this.handle, directocclusion, reverbocclusion);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_directocclusion;
float L_2 = ___1_reverbocclusion;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_Set3DOcclusion_mF01A7E27ED25A337C4E32C550C9DB47C444EEE1E(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_set3DOcclusion_mCA253E0A6E296C6586E55F8FAD42ACC05A5D8D71_AdjustorThunk (RuntimeObject* __this, float ___0_directocclusion, float ___1_reverbocclusion, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_set3DOcclusion_mCA253E0A6E296C6586E55F8FAD42ACC05A5D8D71(_thisAdjusted, ___0_directocclusion, ___1_reverbocclusion, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::get3DOcclusion(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DOcclusion_mE4301F7E33CA4381DB0187D97211D58E8D2BB5DC (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_directocclusion, float* ___1_reverbocclusion, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Get3DOcclusion(this.handle, out directocclusion, out reverbocclusion);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_directocclusion;
float* L_2 = ___1_reverbocclusion;
int32_t L_3;
L_3 = ChannelGroup_FMOD5_ChannelGroup_Get3DOcclusion_m297635F29FD947F42849CA4CDDDFD0607D7D6B96(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_get3DOcclusion_mE4301F7E33CA4381DB0187D97211D58E8D2BB5DC_AdjustorThunk (RuntimeObject* __this, float* ___0_directocclusion, float* ___1_reverbocclusion, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_get3DOcclusion_mE4301F7E33CA4381DB0187D97211D58E8D2BB5DC(_thisAdjusted, ___0_directocclusion, ___1_reverbocclusion, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::set3DSpread(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DSpread_m1DF6CDE3DF451550428F404F7F2FE1DF74961C13 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_angle, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Set3DSpread(this.handle, angle);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_angle;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_Set3DSpread_mB2305391D1DC67D0B2FC4FCD9982441253608789(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_set3DSpread_m1DF6CDE3DF451550428F404F7F2FE1DF74961C13_AdjustorThunk (RuntimeObject* __this, float ___0_angle, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_set3DSpread_m1DF6CDE3DF451550428F404F7F2FE1DF74961C13(_thisAdjusted, ___0_angle, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::get3DSpread(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DSpread_m85E86A26C6C6994E5F49BED42812A9AEEE0A4C70 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_angle, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Get3DSpread(this.handle, out angle);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_angle;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_Get3DSpread_mE0469085C673379BAEB4158965BE560994D71758(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_get3DSpread_m85E86A26C6C6994E5F49BED42812A9AEEE0A4C70_AdjustorThunk (RuntimeObject* __this, float* ___0_angle, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_get3DSpread_m85E86A26C6C6994E5F49BED42812A9AEEE0A4C70(_thisAdjusted, ___0_angle, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::set3DLevel(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DLevel_mD3AF5F6A9FDFE64F29D944AEEDE0C64F3B4C1C27 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_level, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Set3DLevel(this.handle, level);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_level;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_Set3DLevel_m4842F87D325B9E6241868B564910B898BDC0EB25(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_set3DLevel_mD3AF5F6A9FDFE64F29D944AEEDE0C64F3B4C1C27_AdjustorThunk (RuntimeObject* __this, float ___0_level, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_set3DLevel_mD3AF5F6A9FDFE64F29D944AEEDE0C64F3B4C1C27(_thisAdjusted, ___0_level, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::get3DLevel(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DLevel_m1EB7829F6AA5B757FAE323B57320B43C76E72B08 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_level, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Get3DLevel(this.handle, out level);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_level;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_Get3DLevel_m6C80790362477355797A9652F3ABC20310AA0F25(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_get3DLevel_m1EB7829F6AA5B757FAE323B57320B43C76E72B08_AdjustorThunk (RuntimeObject* __this, float* ___0_level, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_get3DLevel_m1EB7829F6AA5B757FAE323B57320B43C76E72B08(_thisAdjusted, ___0_level, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::set3DDopplerLevel(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DDopplerLevel_m50236A00A71E1546FC9DCF1A1195A34C59699FFE (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float ___0_level, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Set3DDopplerLevel(this.handle, level);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_level;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_Set3DDopplerLevel_m4E9B26EAED1DE7AA65B85744044325B17E3E5F76(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_set3DDopplerLevel_m50236A00A71E1546FC9DCF1A1195A34C59699FFE_AdjustorThunk (RuntimeObject* __this, float ___0_level, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_set3DDopplerLevel_m50236A00A71E1546FC9DCF1A1195A34C59699FFE(_thisAdjusted, ___0_level, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::get3DDopplerLevel(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DDopplerLevel_m9E3558F057BA908BB7B7C900AAC699D605CBC21B (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, float* ___0_level, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Get3DDopplerLevel(this.handle, out level);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_level;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_Get3DDopplerLevel_m56A867DDBD70B0808CBF9920856FA2CCF5A62369(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_get3DDopplerLevel_m9E3558F057BA908BB7B7C900AAC699D605CBC21B_AdjustorThunk (RuntimeObject* __this, float* ___0_level, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_get3DDopplerLevel_m9E3558F057BA908BB7B7C900AAC699D605CBC21B(_thisAdjusted, ___0_level, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::set3DDistanceFilter(System.Boolean,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_set3DDistanceFilter_mF3858FF867D9027950F997AD6B03C0A974B4D8B8 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool ___0_custom, float ___1_customLevel, float ___2_centerFreq, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Set3DDistanceFilter(this.handle, custom, customLevel, centerFreq);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_custom;
float L_2 = ___1_customLevel;
float L_3 = ___2_centerFreq;
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_Set3DDistanceFilter_m0A97A5FE92CB35FEDD32214CAF75181A7F99AE81(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_set3DDistanceFilter_mF3858FF867D9027950F997AD6B03C0A974B4D8B8_AdjustorThunk (RuntimeObject* __this, bool ___0_custom, float ___1_customLevel, float ___2_centerFreq, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_set3DDistanceFilter_mF3858FF867D9027950F997AD6B03C0A974B4D8B8(_thisAdjusted, ___0_custom, ___1_customLevel, ___2_centerFreq, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::get3DDistanceFilter(System.Boolean&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_get3DDistanceFilter_m49FF1102DFEE5C81E351010F041D8B77B170F598 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, bool* ___0_custom, float* ___1_customLevel, float* ___2_centerFreq, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_Get3DDistanceFilter(this.handle, out custom, out customLevel, out centerFreq);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_custom;
float* L_2 = ___1_customLevel;
float* L_3 = ___2_centerFreq;
int32_t L_4;
L_4 = ChannelGroup_FMOD5_ChannelGroup_Get3DDistanceFilter_mB93753423828523EE3C5A9A9E4BE5324C563FF96(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_get3DDistanceFilter_m49FF1102DFEE5C81E351010F041D8B77B170F598_AdjustorThunk (RuntimeObject* __this, bool* ___0_custom, float* ___1_customLevel, float* ___2_centerFreq, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_get3DDistanceFilter_m49FF1102DFEE5C81E351010F041D8B77B170F598(_thisAdjusted, ___0_custom, ___1_customLevel, ___2_centerFreq, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_setUserData_m538CB5294DA8684FD85F254E19281900DDF5B937 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_SetUserData_m5D97D23364918FD6F4CD09DF5745833E30265E98(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_setUserData_m538CB5294DA8684FD85F254E19281900DDF5B937_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_setUserData_m538CB5294DA8684FD85F254E19281900DDF5B937(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_getUserData_mCA73A23E13252EF373B6449791594225F3F92422 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_ChannelGroup_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = ChannelGroup_FMOD5_ChannelGroup_GetUserData_mD06D84FB4C97BFA9A48AA43EAAB1EA601BE47CA9(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t ChannelGroup_getUserData_mCA73A23E13252EF373B6449791594225F3F92422_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = ChannelGroup_getUserData_mCA73A23E13252EF373B6449791594225F3F92422(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Release_m8693BE2C57411E612005C69592EDA0D33B084DB5 (intptr_t ___0_channelgroup, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Release)(___0_channelgroup);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddGroup(System.IntPtr,System.IntPtr,System.Boolean,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddGroup_mB2CD8CB50D43150C6466A3685AB31DC2BAE08B7D (intptr_t ___0_channelgroup, intptr_t ___1_group, bool ___2_propagatedspclock, intptr_t ___3_zero, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + 4 + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_AddGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_AddGroup)(___0_channelgroup, ___1_group, static_cast<int32_t>(___2_propagatedspclock), ___3_zero);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_group, static_cast<int32_t>(___2_propagatedspclock), ___3_zero);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddGroup(System.IntPtr,System.IntPtr,System.Boolean,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddGroup_m45424DACA9F3DE76ECFFE79407242E32DEBBA06C (intptr_t ___0_channelgroup, intptr_t ___1_group, bool ___2_propagatedspclock, intptr_t* ___3_connection, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + 4 + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_AddGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_AddGroup)(___0_channelgroup, ___1_group, static_cast<int32_t>(___2_propagatedspclock), ___3_connection);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_group, static_cast<int32_t>(___2_propagatedspclock), ___3_connection);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetNumGroups(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetNumGroups_mAD2A66805274A1BC7325EBFA7B4186EC696A1ACE (intptr_t ___0_channelgroup, int32_t* ___1_numgroups, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetNumGroups", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetNumGroups)(___0_channelgroup, ___1_numgroups);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_numgroups);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetGroup(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetGroup_m80B1306635000C1DD93A1523CB4E730992D79228 (intptr_t ___0_channelgroup, int32_t ___1_index, intptr_t* ___2_group, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetGroup)(___0_channelgroup, ___1_index, ___2_group);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_index, ___2_group);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetParentGroup(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetParentGroup_mEB49899EA8EF7E0AA06C8BB4775D652F4509FCBA (intptr_t ___0_channelgroup, intptr_t* ___1_group, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetParentGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetParentGroup)(___0_channelgroup, ___1_group);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_group);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetName(System.IntPtr,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetName_mA459EB592EDBE4CA7544E0BDCC7A3697D10F9154 (intptr_t ___0_channelgroup, intptr_t ___1_name, int32_t ___2_namelen, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetName)(___0_channelgroup, ___1_name, ___2_namelen);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_name, ___2_namelen);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetNumChannels(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetNumChannels_mE06DD179EA866A313476DB701B0C89C07ABCCBC3 (intptr_t ___0_channelgroup, int32_t* ___1_numchannels, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetNumChannels", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetNumChannels)(___0_channelgroup, ___1_numchannels);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_numchannels);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetChannel(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetChannel_m3AD90FF0C667A3A8328C422BB6D6053CD22D2420 (intptr_t ___0_channelgroup, int32_t ___1_index, intptr_t* ___2_channel, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetChannel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetChannel)(___0_channelgroup, ___1_index, ___2_channel);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_index, ___2_channel);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetSystemObject(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetSystemObject_mBE30A3514B4547EC8C3F8FEDA366C8560E1D7944 (intptr_t ___0_channelgroup, intptr_t* ___1_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetSystemObject", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetSystemObject)(___0_channelgroup, ___1_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Stop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Stop_m017345CF2E3E4F1FB50BCA9800DA5817896E6DA4 (intptr_t ___0_channelgroup, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Stop", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Stop)(___0_channelgroup);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetPaused(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetPaused_mBD3353FDB53DE02CF840534861AE1EB3C8FE625E (intptr_t ___0_channelgroup, bool ___1_paused, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetPaused)(___0_channelgroup, static_cast<int32_t>(___1_paused));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, static_cast<int32_t>(___1_paused));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetPaused(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetPaused_mAE4F44224BB7C7A9790F02789EFF05F4AA57EDE7 (intptr_t ___0_channelgroup, bool* ___1_paused, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_paused' to native representation
int32_t ____1_paused_empty = 0;
int32_t* ____1_paused_marshaled = &____1_paused_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetPaused)(___0_channelgroup, ____1_paused_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ____1_paused_marshaled);
#endif
// Marshaling of parameter '___1_paused' back from native representation
bool _____1_paused_marshaled_unmarshaled_dereferenced = false;
_____1_paused_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_paused_marshaled);
*___1_paused = _____1_paused_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetVolume(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetVolume_m9782927FB7175877F9F20DF1F4F6725D0D735B16 (intptr_t ___0_channelgroup, float ___1_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetVolume)(___0_channelgroup, ___1_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetVolume(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetVolume_m572195BB9D3EEFC9EB8CB13FE0C9835380242693 (intptr_t ___0_channelgroup, float* ___1_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetVolume)(___0_channelgroup, ___1_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetVolumeRamp(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetVolumeRamp_m77D7E62587111F395CAD1D4C5DCB4506BE8DA996 (intptr_t ___0_channelgroup, bool ___1_ramp, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetVolumeRamp", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetVolumeRamp)(___0_channelgroup, static_cast<int32_t>(___1_ramp));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, static_cast<int32_t>(___1_ramp));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetVolumeRamp(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetVolumeRamp_mB2DFE883D2FB7DB504D89B438DAC1479B9A55E87 (intptr_t ___0_channelgroup, bool* ___1_ramp, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetVolumeRamp", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_ramp' to native representation
int32_t ____1_ramp_empty = 0;
int32_t* ____1_ramp_marshaled = &____1_ramp_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetVolumeRamp)(___0_channelgroup, ____1_ramp_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ____1_ramp_marshaled);
#endif
// Marshaling of parameter '___1_ramp' back from native representation
bool _____1_ramp_marshaled_unmarshaled_dereferenced = false;
_____1_ramp_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_ramp_marshaled);
*___1_ramp = _____1_ramp_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetAudibility(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetAudibility_m5A3FD0BB8DDEF10F5BA88ED1DE05652B45DCEBD7 (intptr_t ___0_channelgroup, float* ___1_audibility, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetAudibility", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetAudibility)(___0_channelgroup, ___1_audibility);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_audibility);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetPitch(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetPitch_mFAC758BF58D9E4675B6A41677B8533AC94CFB37C (intptr_t ___0_channelgroup, float ___1_pitch, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetPitch", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetPitch)(___0_channelgroup, ___1_pitch);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_pitch);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetPitch(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetPitch_m9376D6704535B6A6FE0F772314215FBAC48AA730 (intptr_t ___0_channelgroup, float* ___1_pitch, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetPitch", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetPitch)(___0_channelgroup, ___1_pitch);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_pitch);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMute(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMute_m191327825CAFAE58159DCB12BBC60B2707FFC0A0 (intptr_t ___0_channelgroup, bool ___1_mute, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetMute", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetMute)(___0_channelgroup, static_cast<int32_t>(___1_mute));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, static_cast<int32_t>(___1_mute));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetMute(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetMute_m5FE54C17A90FFEEEB335D471DAF353B655CF69A4 (intptr_t ___0_channelgroup, bool* ___1_mute, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetMute", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_mute' to native representation
int32_t ____1_mute_empty = 0;
int32_t* ____1_mute_marshaled = &____1_mute_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetMute)(___0_channelgroup, ____1_mute_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ____1_mute_marshaled);
#endif
// Marshaling of parameter '___1_mute' back from native representation
bool _____1_mute_marshaled_unmarshaled_dereferenced = false;
_____1_mute_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_mute_marshaled);
*___1_mute = _____1_mute_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetReverbProperties(System.IntPtr,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetReverbProperties_m0E7BA4E922480B1F0C2AE0CF0D1A37B7C509B9B5 (intptr_t ___0_channelgroup, int32_t ___1_instance, float ___2_wet, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetReverbProperties", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetReverbProperties)(___0_channelgroup, ___1_instance, ___2_wet);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_instance, ___2_wet);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetReverbProperties(System.IntPtr,System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetReverbProperties_m4740EEE1EA8D4010089478296708FEC12857D506 (intptr_t ___0_channelgroup, int32_t ___1_instance, float* ___2_wet, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetReverbProperties", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetReverbProperties)(___0_channelgroup, ___1_instance, ___2_wet);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_instance, ___2_wet);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetLowPassGain(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetLowPassGain_m49BD255930CEB1D2AEEC4673E1B969EFF816FB60 (intptr_t ___0_channelgroup, float ___1_gain, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetLowPassGain", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetLowPassGain)(___0_channelgroup, ___1_gain);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_gain);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetLowPassGain(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetLowPassGain_m7C2BBEE191027E780D00B57DAD01D7DD68475EFA (intptr_t ___0_channelgroup, float* ___1_gain, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetLowPassGain", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetLowPassGain)(___0_channelgroup, ___1_gain);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_gain);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMode(System.IntPtr,FMOD.MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMode_mC61BA6AECF868AA0EADBC871D002D8B5F60FBD85 (intptr_t ___0_channelgroup, uint32_t ___1_mode, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetMode", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetMode)(___0_channelgroup, ___1_mode);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_mode);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetMode(System.IntPtr,FMOD.MODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetMode_m29389C793D1FDF69C9C31115B6E0B3C5330B5243 (intptr_t ___0_channelgroup, uint32_t* ___1_mode, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetMode", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetMode)(___0_channelgroup, ___1_mode);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_mode);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetCallback(System.IntPtr,FMOD.CHANNELCONTROL_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetCallback_mB58B6C7938AF2BAB3BF4DE4B30275190FFF3F110 (intptr_t ___0_channelgroup, CHANNELCONTROL_CALLBACK_t99EB7C76F39D1E220950B2677D42C0F8AC5793B1* ___1_callback, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_callback' to native representation
Il2CppMethodPointer ____1_callback_marshaled = NULL;
____1_callback_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___1_callback));
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetCallback)(___0_channelgroup, ____1_callback_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ____1_callback_marshaled);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_IsPlaying(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_IsPlaying_m86CF31BA5DEC84AFF28310B25BB28983DAB45E11 (intptr_t ___0_channelgroup, bool* ___1_isplaying, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_IsPlaying", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_isplaying' to native representation
int32_t ____1_isplaying_empty = 0;
int32_t* ____1_isplaying_marshaled = &____1_isplaying_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_IsPlaying)(___0_channelgroup, ____1_isplaying_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ____1_isplaying_marshaled);
#endif
// Marshaling of parameter '___1_isplaying' back from native representation
bool _____1_isplaying_marshaled_unmarshaled_dereferenced = false;
_____1_isplaying_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_isplaying_marshaled);
*___1_isplaying = _____1_isplaying_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetPan(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetPan_m34BA5CD99F468CE3AE8B99D1BC8897EF06B3256A (intptr_t ___0_channelgroup, float ___1_pan, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetPan", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetPan)(___0_channelgroup, ___1_pan);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_pan);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMixLevelsOutput(System.IntPtr,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMixLevelsOutput_m53B53AEB612B1E3A61CBC088AEE93135A15D7AAB (intptr_t ___0_channelgroup, float ___1_frontleft, float ___2_frontright, float ___3_center, float ___4_lfe, float ___5_surroundleft, float ___6_surroundright, float ___7_backleft, float ___8_backright, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float, float, float, float, float, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetMixLevelsOutput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetMixLevelsOutput)(___0_channelgroup, ___1_frontleft, ___2_frontright, ___3_center, ___4_lfe, ___5_surroundleft, ___6_surroundright, ___7_backleft, ___8_backright);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_frontleft, ___2_frontright, ___3_center, ___4_lfe, ___5_surroundleft, ___6_surroundright, ___7_backleft, ___8_backright);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMixLevelsInput(System.IntPtr,System.Single[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMixLevelsInput_m49426393F70988FA86448CEACB8AE8BFC9AED9FD (intptr_t ___0_channelgroup, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_levels, int32_t ___2_numlevels, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetMixLevelsInput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_levels' to native representation
float* ____1_levels_marshaled = NULL;
if (___1_levels != NULL)
{
____1_levels_marshaled = reinterpret_cast<float*>((___1_levels)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetMixLevelsInput)(___0_channelgroup, ____1_levels_marshaled, ___2_numlevels);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ____1_levels_marshaled, ___2_numlevels);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetMixMatrix(System.IntPtr,System.Single[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetMixMatrix_mF42C67DCF94DBF78563A9702E52C61F17D2A59FA (intptr_t ___0_channelgroup, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_matrix, int32_t ___2_outchannels, int32_t ___3_inchannels, int32_t ___4_inchannel_hop, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, int32_t, int32_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(int32_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_matrix' to native representation
float* ____1_matrix_marshaled = NULL;
if (___1_matrix != NULL)
{
____1_matrix_marshaled = reinterpret_cast<float*>((___1_matrix)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetMixMatrix)(___0_channelgroup, ____1_matrix_marshaled, ___2_outchannels, ___3_inchannels, ___4_inchannel_hop);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ____1_matrix_marshaled, ___2_outchannels, ___3_inchannels, ___4_inchannel_hop);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetMixMatrix(System.IntPtr,System.Single[],System.Int32&,System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetMixMatrix_m91982080E3832A51C721F5D4946A0A93ADCA024B (intptr_t ___0_channelgroup, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_matrix, int32_t* ___2_outchannels, int32_t* ___3_inchannels, int32_t ___4_inchannel_hop, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, int32_t*, int32_t*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_matrix' to native representation
float* ____1_matrix_marshaled = NULL;
if (___1_matrix != NULL)
{
____1_matrix_marshaled = reinterpret_cast<float*>((___1_matrix)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetMixMatrix)(___0_channelgroup, ____1_matrix_marshaled, ___2_outchannels, ___3_inchannels, ___4_inchannel_hop);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ____1_matrix_marshaled, ___2_outchannels, ___3_inchannels, ___4_inchannel_hop);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDSPClock(System.IntPtr,System.UInt64&,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDSPClock_mFAA8C6DC5D4AFBEC04891BE44CDB3892DF470F57 (intptr_t ___0_channelgroup, uint64_t* ___1_dspclock, uint64_t* ___2_parentclock, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*, uint64_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*) + sizeof(uint64_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetDSPClock", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetDSPClock)(___0_channelgroup, ___1_dspclock, ___2_parentclock);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_dspclock, ___2_parentclock);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetDelay(System.IntPtr,System.UInt64,System.UInt64,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetDelay_m97AE7584FA90CC5530CB051FD59EC8ABEB8A2B12 (intptr_t ___0_channelgroup, uint64_t ___1_dspclock_start, uint64_t ___2_dspclock_end, bool ___3_stopchannels, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, uint64_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(uint64_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetDelay", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetDelay)(___0_channelgroup, ___1_dspclock_start, ___2_dspclock_end, static_cast<int32_t>(___3_stopchannels));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_dspclock_start, ___2_dspclock_end, static_cast<int32_t>(___3_stopchannels));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDelay_mC8F3A58FA1374F8340E5CD79998DACCE0CD8E94A (intptr_t ___0_channelgroup, uint64_t* ___1_dspclock_start, uint64_t* ___2_dspclock_end, intptr_t ___3_zero, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*, uint64_t*, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*) + sizeof(uint64_t*) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetDelay", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetDelay)(___0_channelgroup, ___1_dspclock_start, ___2_dspclock_end, ___3_zero);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_dspclock_start, ___2_dspclock_end, ___3_zero);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDelay(System.IntPtr,System.UInt64&,System.UInt64&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDelay_m92595BDE1FE55C5F5B4939D7640FBEDAAAF0C0F1 (intptr_t ___0_channelgroup, uint64_t* ___1_dspclock_start, uint64_t* ___2_dspclock_end, bool* ___3_stopchannels, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*, uint64_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*) + sizeof(uint64_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetDelay", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___3_stopchannels' to native representation
int32_t ____3_stopchannels_empty = 0;
int32_t* ____3_stopchannels_marshaled = &____3_stopchannels_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetDelay)(___0_channelgroup, ___1_dspclock_start, ___2_dspclock_end, ____3_stopchannels_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_dspclock_start, ___2_dspclock_end, ____3_stopchannels_marshaled);
#endif
// Marshaling of parameter '___3_stopchannels' back from native representation
bool _____3_stopchannels_marshaled_unmarshaled_dereferenced = false;
_____3_stopchannels_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____3_stopchannels_marshaled);
*___3_stopchannels = _____3_stopchannels_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddFadePoint(System.IntPtr,System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddFadePoint_mB1DE8E1BA9FE3ED4C08F1020FC876649F24AB5C8 (intptr_t ___0_channelgroup, uint64_t ___1_dspclock, float ___2_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_AddFadePoint", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_AddFadePoint)(___0_channelgroup, ___1_dspclock, ___2_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_dspclock, ___2_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetFadePointRamp(System.IntPtr,System.UInt64,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetFadePointRamp_m8CF99E73C86FAF5D26C652FCBA3C3E7DA88133D1 (intptr_t ___0_channelgroup, uint64_t ___1_dspclock, float ___2_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetFadePointRamp", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetFadePointRamp)(___0_channelgroup, ___1_dspclock, ___2_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_dspclock, ___2_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_RemoveFadePoints(System.IntPtr,System.UInt64,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_RemoveFadePoints_mE8FC639D3AFB58F08FF955758D74B471A7BD2DB5 (intptr_t ___0_channelgroup, uint64_t ___1_dspclock_start, uint64_t ___2_dspclock_end, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t, uint64_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t) + sizeof(uint64_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_RemoveFadePoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_RemoveFadePoints)(___0_channelgroup, ___1_dspclock_start, ___2_dspclock_end);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_dspclock_start, ___2_dspclock_end);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetFadePoints(System.IntPtr,System.UInt32&,System.UInt64[],System.Single[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetFadePoints_m1F443177F7797570E778667CE9BFF24B2CC4A0D8 (intptr_t ___0_channelgroup, uint32_t* ___1_numpoints, UInt64U5BU5D_tAB1A62450AC0899188486EDB9FC066B8BEED9299* ___2_point_dspclock, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___3_point_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint64_t*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(void*) + sizeof(void*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetFadePoints", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___2_point_dspclock' to native representation
uint64_t* ____2_point_dspclock_marshaled = NULL;
if (___2_point_dspclock != NULL)
{
____2_point_dspclock_marshaled = reinterpret_cast<uint64_t*>((___2_point_dspclock)->GetAddressAtUnchecked(0));
}
// Marshaling of parameter '___3_point_volume' to native representation
float* ____3_point_volume_marshaled = NULL;
if (___3_point_volume != NULL)
{
____3_point_volume_marshaled = reinterpret_cast<float*>((___3_point_volume)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetFadePoints)(___0_channelgroup, ___1_numpoints, ____2_point_dspclock_marshaled, ____3_point_volume_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_numpoints, ____2_point_dspclock_marshaled, ____3_point_volume_marshaled);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDSP(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDSP_m5502970C84B4668786AE332BB64B5E50338EC1A9 (intptr_t ___0_channelgroup, int32_t ___1_index, intptr_t* ___2_dsp, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetDSP", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetDSP)(___0_channelgroup, ___1_index, ___2_dsp);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_index, ___2_dsp);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_AddDSP(System.IntPtr,System.Int32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_AddDSP_m7A176D923BC618F5A8E2CE42F460960FDBD674AA (intptr_t ___0_channelgroup, int32_t ___1_index, intptr_t ___2_dsp, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_AddDSP", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_AddDSP)(___0_channelgroup, ___1_index, ___2_dsp);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_index, ___2_dsp);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_RemoveDSP(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_RemoveDSP_mDFD295305E69F842EF048A8FB2CB5A55CE093F92 (intptr_t ___0_channelgroup, intptr_t ___1_dsp, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_RemoveDSP", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_RemoveDSP)(___0_channelgroup, ___1_dsp);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_dsp);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetNumDSPs(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetNumDSPs_mC8129FFBF1BA1C02A71174E98981B70CCDAD63F9 (intptr_t ___0_channelgroup, int32_t* ___1_numdsps, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetNumDSPs", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetNumDSPs)(___0_channelgroup, ___1_numdsps);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_numdsps);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetDSPIndex(System.IntPtr,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetDSPIndex_m04CDB348B3DD681FD9E675118A9DE3F2CB9AE5F8 (intptr_t ___0_channelgroup, intptr_t ___1_dsp, int32_t ___2_index, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetDSPIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetDSPIndex)(___0_channelgroup, ___1_dsp, ___2_index);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_dsp, ___2_index);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetDSPIndex(System.IntPtr,System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetDSPIndex_m84D129E233D8595D3B84547CDB8D271A9CDB0EF2 (intptr_t ___0_channelgroup, intptr_t ___1_dsp, int32_t* ___2_index, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetDSPIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetDSPIndex)(___0_channelgroup, ___1_dsp, ___2_index);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_dsp, ___2_index);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DAttributes_m0A341CDF2ED4BCD585F89A5DB707729A2C03EFA6 (intptr_t ___0_channelgroup, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vel, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Set3DAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Set3DAttributes)(___0_channelgroup, ___1_pos, ___2_vel);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_pos, ___2_vel);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DAttributes(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DAttributes_m51BC4548DE5201D92FCF04E5F4FF7AAA85E2D5D0 (intptr_t ___0_channelgroup, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_pos, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vel, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Get3DAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Get3DAttributes)(___0_channelgroup, ___1_pos, ___2_vel);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_pos, ___2_vel);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DMinMaxDistance(System.IntPtr,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DMinMaxDistance_m78F4C21D2A8D5655547349502E12547585C2D5E2 (intptr_t ___0_channelgroup, float ___1_mindistance, float ___2_maxdistance, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Set3DMinMaxDistance", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Set3DMinMaxDistance)(___0_channelgroup, ___1_mindistance, ___2_maxdistance);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_mindistance, ___2_maxdistance);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DMinMaxDistance(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DMinMaxDistance_m96E2CB454BC318615F995D048EFE388FAF2A598D (intptr_t ___0_channelgroup, float* ___1_mindistance, float* ___2_maxdistance, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Get3DMinMaxDistance", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Get3DMinMaxDistance)(___0_channelgroup, ___1_mindistance, ___2_maxdistance);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_mindistance, ___2_maxdistance);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DConeSettings(System.IntPtr,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DConeSettings_m82E95ECBB7CD6471D2DBF0E20C77F9AD0ADC5F25 (intptr_t ___0_channelgroup, float ___1_insideconeangle, float ___2_outsideconeangle, float ___3_outsidevolume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Set3DConeSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Set3DConeSettings)(___0_channelgroup, ___1_insideconeangle, ___2_outsideconeangle, ___3_outsidevolume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_insideconeangle, ___2_outsideconeangle, ___3_outsidevolume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DConeSettings(System.IntPtr,System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DConeSettings_m89EA95C0AB3EAFA1D573B8777C40768298CDEDF9 (intptr_t ___0_channelgroup, float* ___1_insideconeangle, float* ___2_outsideconeangle, float* ___3_outsidevolume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Get3DConeSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Get3DConeSettings)(___0_channelgroup, ___1_insideconeangle, ___2_outsideconeangle, ___3_outsidevolume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_insideconeangle, ___2_outsideconeangle, ___3_outsidevolume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DConeOrientation(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DConeOrientation_m4C81A8DDD57BB838A36924441D34328BB2620EBA (intptr_t ___0_channelgroup, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_orientation, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Set3DConeOrientation", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Set3DConeOrientation)(___0_channelgroup, ___1_orientation);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_orientation);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DConeOrientation(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DConeOrientation_m2DD0A6F765CB662FEA0CC92E06A6B516AACA6CDF (intptr_t ___0_channelgroup, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_orientation, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Get3DConeOrientation", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Get3DConeOrientation)(___0_channelgroup, ___1_orientation);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_orientation);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DCustomRolloff(System.IntPtr,FMOD.VECTOR&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DCustomRolloff_m2BF8889AF9A3BB931787104C0B7E75136935CC36 (intptr_t ___0_channelgroup, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_points, int32_t ___2_numpoints, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Set3DCustomRolloff", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Set3DCustomRolloff)(___0_channelgroup, ___1_points, ___2_numpoints);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_points, ___2_numpoints);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DCustomRolloff(System.IntPtr,System.IntPtr&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DCustomRolloff_mC2FB9541B4CBF2A9C7382656020F68E440AABFE9 (intptr_t ___0_channelgroup, intptr_t* ___1_points, int32_t* ___2_numpoints, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Get3DCustomRolloff", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Get3DCustomRolloff)(___0_channelgroup, ___1_points, ___2_numpoints);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_points, ___2_numpoints);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DOcclusion(System.IntPtr,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DOcclusion_mF01A7E27ED25A337C4E32C550C9DB47C444EEE1E (intptr_t ___0_channelgroup, float ___1_directocclusion, float ___2_reverbocclusion, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Set3DOcclusion", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Set3DOcclusion)(___0_channelgroup, ___1_directocclusion, ___2_reverbocclusion);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_directocclusion, ___2_reverbocclusion);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DOcclusion(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DOcclusion_m297635F29FD947F42849CA4CDDDFD0607D7D6B96 (intptr_t ___0_channelgroup, float* ___1_directocclusion, float* ___2_reverbocclusion, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Get3DOcclusion", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Get3DOcclusion)(___0_channelgroup, ___1_directocclusion, ___2_reverbocclusion);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_directocclusion, ___2_reverbocclusion);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DSpread(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DSpread_mB2305391D1DC67D0B2FC4FCD9982441253608789 (intptr_t ___0_channelgroup, float ___1_angle, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Set3DSpread", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Set3DSpread)(___0_channelgroup, ___1_angle);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_angle);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DSpread(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DSpread_mE0469085C673379BAEB4158965BE560994D71758 (intptr_t ___0_channelgroup, float* ___1_angle, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Get3DSpread", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Get3DSpread)(___0_channelgroup, ___1_angle);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_angle);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DLevel(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DLevel_m4842F87D325B9E6241868B564910B898BDC0EB25 (intptr_t ___0_channelgroup, float ___1_level, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Set3DLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Set3DLevel)(___0_channelgroup, ___1_level);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_level);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DLevel(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DLevel_m6C80790362477355797A9652F3ABC20310AA0F25 (intptr_t ___0_channelgroup, float* ___1_level, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Get3DLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Get3DLevel)(___0_channelgroup, ___1_level);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_level);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DDopplerLevel(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DDopplerLevel_m4E9B26EAED1DE7AA65B85744044325B17E3E5F76 (intptr_t ___0_channelgroup, float ___1_level, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Set3DDopplerLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Set3DDopplerLevel)(___0_channelgroup, ___1_level);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_level);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DDopplerLevel(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DDopplerLevel_m56A867DDBD70B0808CBF9920856FA2CCF5A62369 (intptr_t ___0_channelgroup, float* ___1_level, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Get3DDopplerLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Get3DDopplerLevel)(___0_channelgroup, ___1_level);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_level);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Set3DDistanceFilter(System.IntPtr,System.Boolean,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Set3DDistanceFilter_m0A97A5FE92CB35FEDD32214CAF75181A7F99AE81 (intptr_t ___0_channelgroup, bool ___1_custom, float ___2_customLevel, float ___3_centerFreq, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4 + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Set3DDistanceFilter", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Set3DDistanceFilter)(___0_channelgroup, static_cast<int32_t>(___1_custom), ___2_customLevel, ___3_centerFreq);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, static_cast<int32_t>(___1_custom), ___2_customLevel, ___3_centerFreq);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_Get3DDistanceFilter(System.IntPtr,System.Boolean&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_Get3DDistanceFilter_mB93753423828523EE3C5A9A9E4BE5324C563FF96 (intptr_t ___0_channelgroup, bool* ___1_custom, float* ___2_customLevel, float* ___3_centerFreq, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_Get3DDistanceFilter", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_custom' to native representation
int32_t ____1_custom_empty = 0;
int32_t* ____1_custom_marshaled = &____1_custom_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_Get3DDistanceFilter)(___0_channelgroup, ____1_custom_marshaled, ___2_customLevel, ___3_centerFreq);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ____1_custom_marshaled, ___2_customLevel, ___3_centerFreq);
#endif
// Marshaling of parameter '___1_custom' back from native representation
bool _____1_custom_marshaled_unmarshaled_dereferenced = false;
_____1_custom_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_custom_marshaled);
*___1_custom = _____1_custom_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_SetUserData_m5D97D23364918FD6F4CD09DF5745833E30265E98 (intptr_t ___0_channelgroup, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_SetUserData)(___0_channelgroup, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.ChannelGroup::FMOD5_ChannelGroup_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ChannelGroup_FMOD5_ChannelGroup_GetUserData_mD06D84FB4C97BFA9A48AA43EAAB1EA601BE47CA9 (intptr_t ___0_channelgroup, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_ChannelGroup_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_ChannelGroup_GetUserData)(___0_channelgroup, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_channelgroup, ___1_userdata);
#endif
return returnValue;
}
// System.Void FMOD.ChannelGroup::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelGroup__ctor_mCB3007BC5EC8F327632F940FD887A361FB3D4036 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public ChannelGroup(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public ChannelGroup(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void ChannelGroup__ctor_mCB3007BC5EC8F327632F940FD887A361FB3D4036_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
ChannelGroup__ctor_mCB3007BC5EC8F327632F940FD887A361FB3D4036_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.ChannelGroup::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ChannelGroup_hasHandle_m9A0F2D3241B19FB791370DC8539AECFDDB1BD3EF (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool ChannelGroup_hasHandle_m9A0F2D3241B19FB791370DC8539AECFDDB1BD3EF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
bool _returnValue;
_returnValue = ChannelGroup_hasHandle_m9A0F2D3241B19FB791370DC8539AECFDDB1BD3EF(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.ChannelGroup::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ChannelGroup_clearHandle_m04BB31CEE115D95BA8C395294614531CE44E6985 (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void ChannelGroup_clearHandle_m04BB31CEE115D95BA8C395294614531CE44E6985_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD*>(__this + _offset);
ChannelGroup_clearHandle_m04BB31CEE115D95BA8C395294614531CE44E6985(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.SoundGroup::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_release_m088B65C08811FF312C6B9A0A596CFA78416D613F (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_Release(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = SoundGroup_FMOD5_SoundGroup_Release_mBEA7452D8D0106D534A82AC50820B2861209171E(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_release_m088B65C08811FF312C6B9A0A596CFA78416D613F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_release_m088B65C08811FF312C6B9A0A596CFA78416D613F(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::getSystemObject(FMOD.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getSystemObject_m104DA29C6808768D3075FD05AF404A1A3083B7B8 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_GetSystemObject(this.handle, out system.handle);
intptr_t L_0 = __this->___handle_0;
System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* L_1 = ___0_system;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = SoundGroup_FMOD5_SoundGroup_GetSystemObject_mFD70889C55AD265C5B689F06D1C9A38AC73F1880(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_getSystemObject_m104DA29C6808768D3075FD05AF404A1A3083B7B8_AdjustorThunk (RuntimeObject* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_getSystemObject_m104DA29C6808768D3075FD05AF404A1A3083B7B8(_thisAdjusted, ___0_system, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::setMaxAudible(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setMaxAudible_mA5B5D4CC9F6C126A2EF82C287FC24777F16C538A (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t ___0_maxaudible, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_SetMaxAudible(this.handle, maxaudible);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_maxaudible;
int32_t L_2;
L_2 = SoundGroup_FMOD5_SoundGroup_SetMaxAudible_m3E9C0EB2C00B036B0B6CA5A395423EC78C3665F5(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_setMaxAudible_mA5B5D4CC9F6C126A2EF82C287FC24777F16C538A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_maxaudible, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_setMaxAudible_mA5B5D4CC9F6C126A2EF82C287FC24777F16C538A(_thisAdjusted, ___0_maxaudible, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::getMaxAudible(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getMaxAudible_m268A667858D2817D2B3D705EF13D45C25742B1E1 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t* ___0_maxaudible, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_GetMaxAudible(this.handle, out maxaudible);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_maxaudible;
int32_t L_2;
L_2 = SoundGroup_FMOD5_SoundGroup_GetMaxAudible_mDFFED002C968DF859DD6B887E1290462F282227F(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_getMaxAudible_m268A667858D2817D2B3D705EF13D45C25742B1E1_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_maxaudible, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_getMaxAudible_m268A667858D2817D2B3D705EF13D45C25742B1E1(_thisAdjusted, ___0_maxaudible, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::setMaxAudibleBehavior(FMOD.SOUNDGROUP_BEHAVIOR)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setMaxAudibleBehavior_m4349FFEFACE1732F0BE6E03F3F82974B2D649E33 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t ___0_behavior, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_SetMaxAudibleBehavior(this.handle, behavior);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_behavior;
int32_t L_2;
L_2 = SoundGroup_FMOD5_SoundGroup_SetMaxAudibleBehavior_m84C2BAB6B13561DB6895578AB914F67E62492123(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_setMaxAudibleBehavior_m4349FFEFACE1732F0BE6E03F3F82974B2D649E33_AdjustorThunk (RuntimeObject* __this, int32_t ___0_behavior, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_setMaxAudibleBehavior_m4349FFEFACE1732F0BE6E03F3F82974B2D649E33(_thisAdjusted, ___0_behavior, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::getMaxAudibleBehavior(FMOD.SOUNDGROUP_BEHAVIOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getMaxAudibleBehavior_mFE35919BA14740BC7D36465BE3CEDE52E7C9DD64 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t* ___0_behavior, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_GetMaxAudibleBehavior(this.handle, out behavior);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_behavior;
int32_t L_2;
L_2 = SoundGroup_FMOD5_SoundGroup_GetMaxAudibleBehavior_mFE1B64A345D249B8F243D3537084E52C15F61C45(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_getMaxAudibleBehavior_mFE35919BA14740BC7D36465BE3CEDE52E7C9DD64_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_behavior, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_getMaxAudibleBehavior_mFE35919BA14740BC7D36465BE3CEDE52E7C9DD64(_thisAdjusted, ___0_behavior, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::setMuteFadeSpeed(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setMuteFadeSpeed_m82D466C0CD1D9C360B5C3B45BA6DF563A8004915 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, float ___0_speed, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_SetMuteFadeSpeed(this.handle, speed);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_speed;
int32_t L_2;
L_2 = SoundGroup_FMOD5_SoundGroup_SetMuteFadeSpeed_m3AE09C0DC6E9358CD91A024AD7583380294C3D7B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_setMuteFadeSpeed_m82D466C0CD1D9C360B5C3B45BA6DF563A8004915_AdjustorThunk (RuntimeObject* __this, float ___0_speed, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_setMuteFadeSpeed_m82D466C0CD1D9C360B5C3B45BA6DF563A8004915(_thisAdjusted, ___0_speed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::getMuteFadeSpeed(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getMuteFadeSpeed_mD4653E8E8B3EB5DFDCDD1D5BA799ACB09AA23189 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, float* ___0_speed, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_GetMuteFadeSpeed(this.handle, out speed);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_speed;
int32_t L_2;
L_2 = SoundGroup_FMOD5_SoundGroup_GetMuteFadeSpeed_m297B53DE17499D1993AC9FF013A0A42C89F29A38(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_getMuteFadeSpeed_mD4653E8E8B3EB5DFDCDD1D5BA799ACB09AA23189_AdjustorThunk (RuntimeObject* __this, float* ___0_speed, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_getMuteFadeSpeed_mD4653E8E8B3EB5DFDCDD1D5BA799ACB09AA23189(_thisAdjusted, ___0_speed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::setVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setVolume_m6FD8C4D4DF3610C9FB21CF506D060FFFD868D251 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, float ___0_volume, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_SetVolume(this.handle, volume);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_volume;
int32_t L_2;
L_2 = SoundGroup_FMOD5_SoundGroup_SetVolume_m602F7DDB7F78D4913876AD7F390464B34B805601(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_setVolume_m6FD8C4D4DF3610C9FB21CF506D060FFFD868D251_AdjustorThunk (RuntimeObject* __this, float ___0_volume, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_setVolume_m6FD8C4D4DF3610C9FB21CF506D060FFFD868D251(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::getVolume(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getVolume_mFCD79B98A17B633AAAC85FF355A67119AB26E2F9 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, float* ___0_volume, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_GetVolume(this.handle, out volume);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_volume;
int32_t L_2;
L_2 = SoundGroup_FMOD5_SoundGroup_GetVolume_mE8099934E897615A728AFA83E28C5CEDD8D319D3(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_getVolume_mFCD79B98A17B633AAAC85FF355A67119AB26E2F9_AdjustorThunk (RuntimeObject* __this, float* ___0_volume, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_getVolume_mFCD79B98A17B633AAAC85FF355A67119AB26E2F9(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_stop_m88605DA0A8B1B3B0EF4C39228AD9AD663D4147C8 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_Stop(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = SoundGroup_FMOD5_SoundGroup_Stop_mE358121E457741686A4A75A5BF5F595C0AEFCFCF(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_stop_m88605DA0A8B1B3B0EF4C39228AD9AD663D4147C8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_stop_m88605DA0A8B1B3B0EF4C39228AD9AD663D4147C8(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::getName(System.String&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getName_mDEA05C7A47F35DB9A4A7223FF099CAE02ABB32BC (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, String_t** ___0_name, int32_t ___1_namelen, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
intptr_t V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_2 = NULL;
{
// IntPtr stringMem = Marshal.AllocHGlobal(namelen);
int32_t L_0 = ___1_namelen;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_1;
L_1 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_0, NULL);
V_0 = L_1;
// RESULT result = FMOD5_SoundGroup_GetName(this.handle, stringMem, namelen);
intptr_t L_2 = __this->___handle_0;
intptr_t L_3 = V_0;
int32_t L_4 = ___1_namelen;
int32_t L_5;
L_5 = SoundGroup_FMOD5_SoundGroup_GetName_mE6ECB990604B38A523E2016A360F3E9918F443EE(L_2, L_3, L_4, NULL);
V_1 = L_5;
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_6;
L_6 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_2 = L_6;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0026:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_7 = V_2;
if (!L_7)
{
goto IL_002f;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_8 = V_2;
NullCheck(L_8);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
}
IL_002f:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// name = encoder.stringFromNative(stringMem);
String_t** L_9 = ___0_name;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_10 = V_2;
intptr_t L_11 = V_0;
NullCheck(L_10);
String_t* L_12;
L_12 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_10, L_11, NULL);
*((RuntimeObject**)L_9) = (RuntimeObject*)L_12;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_9, (void*)(RuntimeObject*)L_12);
// }
goto IL_0030;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0030:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_13 = V_0;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_13, NULL);
// return result;
int32_t L_14 = V_1;
return L_14;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_getName_mDEA05C7A47F35DB9A4A7223FF099CAE02ABB32BC_AdjustorThunk (RuntimeObject* __this, String_t** ___0_name, int32_t ___1_namelen, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_getName_mDEA05C7A47F35DB9A4A7223FF099CAE02ABB32BC(_thisAdjusted, ___0_name, ___1_namelen, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::getNumSounds(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getNumSounds_mA47CE831BE46A4F537C6475A8AEBB702A10ED07F (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t* ___0_numsounds, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_GetNumSounds(this.handle, out numsounds);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numsounds;
int32_t L_2;
L_2 = SoundGroup_FMOD5_SoundGroup_GetNumSounds_m2FD42EC8B5716EBB9A1542A51EE21B485B47DA18(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_getNumSounds_mA47CE831BE46A4F537C6475A8AEBB702A10ED07F_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numsounds, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_getNumSounds_mA47CE831BE46A4F537C6475A8AEBB702A10ED07F(_thisAdjusted, ___0_numsounds, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::getSound(System.Int32,FMOD.Sound&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getSound_mE8B4E5488A8BDF3D6D05672774662FE1EB7A741A (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t ___0_index, Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* ___1_sound, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_GetSound(this.handle, index, out sound.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* L_2 = ___1_sound;
intptr_t* L_3 = (&L_2->___handle_0);
int32_t L_4;
L_4 = SoundGroup_FMOD5_SoundGroup_GetSound_m508A7F5538D5C796BE5BD2BCE97337C2A0BC6065(L_0, L_1, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_getSound_mE8B4E5488A8BDF3D6D05672774662FE1EB7A741A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* ___1_sound, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_getSound_mE8B4E5488A8BDF3D6D05672774662FE1EB7A741A(_thisAdjusted, ___0_index, ___1_sound, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::getNumPlaying(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getNumPlaying_m233A49601C8C3CE2003331DA3EE259AA9F71E5D0 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, int32_t* ___0_numplaying, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_GetNumPlaying(this.handle, out numplaying);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numplaying;
int32_t L_2;
L_2 = SoundGroup_FMOD5_SoundGroup_GetNumPlaying_m2CEFC9F019B89DA02D18168A753970EDEEEC0FEC(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_getNumPlaying_m233A49601C8C3CE2003331DA3EE259AA9F71E5D0_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numplaying, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_getNumPlaying_m233A49601C8C3CE2003331DA3EE259AA9F71E5D0(_thisAdjusted, ___0_numplaying, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_setUserData_mDE67DA816CB277EB780E75334F1940217702717F (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = SoundGroup_FMOD5_SoundGroup_SetUserData_mBC992331E6AB3314DD34474349C937051659F67C(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_setUserData_mDE67DA816CB277EB780E75334F1940217702717F_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_setUserData_mDE67DA816CB277EB780E75334F1940217702717F(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_getUserData_m10B46BBBC1E016B9FE5BA927188D337D232E9F6A (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_SoundGroup_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = SoundGroup_FMOD5_SoundGroup_GetUserData_mBA7E9C29795510CC9CD0F3C48AC1E976EE0B3D09(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t SoundGroup_getUserData_m10B46BBBC1E016B9FE5BA927188D337D232E9F6A_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
int32_t _returnValue;
_returnValue = SoundGroup_getUserData_m10B46BBBC1E016B9FE5BA927188D337D232E9F6A(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_Release_mBEA7452D8D0106D534A82AC50820B2861209171E (intptr_t ___0_soundgroup, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_Release)(___0_soundgroup);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetSystemObject(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetSystemObject_mFD70889C55AD265C5B689F06D1C9A38AC73F1880 (intptr_t ___0_soundgroup, intptr_t* ___1_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_GetSystemObject", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_GetSystemObject)(___0_soundgroup, ___1_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetMaxAudible(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetMaxAudible_m3E9C0EB2C00B036B0B6CA5A395423EC78C3665F5 (intptr_t ___0_soundgroup, int32_t ___1_maxaudible, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_SetMaxAudible", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_SetMaxAudible)(___0_soundgroup, ___1_maxaudible);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_maxaudible);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetMaxAudible(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetMaxAudible_mDFFED002C968DF859DD6B887E1290462F282227F (intptr_t ___0_soundgroup, int32_t* ___1_maxaudible, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_GetMaxAudible", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_GetMaxAudible)(___0_soundgroup, ___1_maxaudible);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_maxaudible);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetMaxAudibleBehavior(System.IntPtr,FMOD.SOUNDGROUP_BEHAVIOR)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetMaxAudibleBehavior_m84C2BAB6B13561DB6895578AB914F67E62492123 (intptr_t ___0_soundgroup, int32_t ___1_behavior, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_SetMaxAudibleBehavior", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_SetMaxAudibleBehavior)(___0_soundgroup, ___1_behavior);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_behavior);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetMaxAudibleBehavior(System.IntPtr,FMOD.SOUNDGROUP_BEHAVIOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetMaxAudibleBehavior_mFE1B64A345D249B8F243D3537084E52C15F61C45 (intptr_t ___0_soundgroup, int32_t* ___1_behavior, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_GetMaxAudibleBehavior", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_GetMaxAudibleBehavior)(___0_soundgroup, ___1_behavior);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_behavior);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetMuteFadeSpeed(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetMuteFadeSpeed_m3AE09C0DC6E9358CD91A024AD7583380294C3D7B (intptr_t ___0_soundgroup, float ___1_speed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_SetMuteFadeSpeed", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_SetMuteFadeSpeed)(___0_soundgroup, ___1_speed);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_speed);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetMuteFadeSpeed(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetMuteFadeSpeed_m297B53DE17499D1993AC9FF013A0A42C89F29A38 (intptr_t ___0_soundgroup, float* ___1_speed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_GetMuteFadeSpeed", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_GetMuteFadeSpeed)(___0_soundgroup, ___1_speed);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_speed);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetVolume(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetVolume_m602F7DDB7F78D4913876AD7F390464B34B805601 (intptr_t ___0_soundgroup, float ___1_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_SetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_SetVolume)(___0_soundgroup, ___1_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetVolume(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetVolume_mE8099934E897615A728AFA83E28C5CEDD8D319D3 (intptr_t ___0_soundgroup, float* ___1_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_GetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_GetVolume)(___0_soundgroup, ___1_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_Stop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_Stop_mE358121E457741686A4A75A5BF5F595C0AEFCFCF (intptr_t ___0_soundgroup, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_Stop", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_Stop)(___0_soundgroup);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetName(System.IntPtr,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetName_mE6ECB990604B38A523E2016A360F3E9918F443EE (intptr_t ___0_soundgroup, intptr_t ___1_name, int32_t ___2_namelen, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_GetName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_GetName)(___0_soundgroup, ___1_name, ___2_namelen);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_name, ___2_namelen);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetNumSounds(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetNumSounds_m2FD42EC8B5716EBB9A1542A51EE21B485B47DA18 (intptr_t ___0_soundgroup, int32_t* ___1_numsounds, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_GetNumSounds", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_GetNumSounds)(___0_soundgroup, ___1_numsounds);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_numsounds);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetSound(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetSound_m508A7F5538D5C796BE5BD2BCE97337C2A0BC6065 (intptr_t ___0_soundgroup, int32_t ___1_index, intptr_t* ___2_sound, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_GetSound", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_GetSound)(___0_soundgroup, ___1_index, ___2_sound);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_index, ___2_sound);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetNumPlaying(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetNumPlaying_m2CEFC9F019B89DA02D18168A753970EDEEEC0FEC (intptr_t ___0_soundgroup, int32_t* ___1_numplaying, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_GetNumPlaying", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_GetNumPlaying)(___0_soundgroup, ___1_numplaying);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_numplaying);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_SetUserData_mBC992331E6AB3314DD34474349C937051659F67C (intptr_t ___0_soundgroup, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_SetUserData)(___0_soundgroup, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.SoundGroup::FMOD5_SoundGroup_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SoundGroup_FMOD5_SoundGroup_GetUserData_mBA7E9C29795510CC9CD0F3C48AC1E976EE0B3D09 (intptr_t ___0_soundgroup, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_SoundGroup_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_SoundGroup_GetUserData)(___0_soundgroup, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_soundgroup, ___1_userdata);
#endif
return returnValue;
}
// System.Void FMOD.SoundGroup::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoundGroup__ctor_mCA400B5352119D8BC88B4A65FAC62B0C874936F1 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public SoundGroup(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public SoundGroup(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void SoundGroup__ctor_mCA400B5352119D8BC88B4A65FAC62B0C874936F1_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
SoundGroup__ctor_mCA400B5352119D8BC88B4A65FAC62B0C874936F1_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.SoundGroup::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SoundGroup_hasHandle_mADE20643AAA0C2F8CA7040471D60F7D2F4EA6474 (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool SoundGroup_hasHandle_mADE20643AAA0C2F8CA7040471D60F7D2F4EA6474_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
bool _returnValue;
_returnValue = SoundGroup_hasHandle_mADE20643AAA0C2F8CA7040471D60F7D2F4EA6474(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.SoundGroup::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SoundGroup_clearHandle_mE4BFDBFF7E251AFC1C453F3EC6602D03BAEEA14B (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void SoundGroup_clearHandle_mE4BFDBFF7E251AFC1C453F3EC6602D03BAEEA14B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE*>(__this + _offset);
SoundGroup_clearHandle_mE4BFDBFF7E251AFC1C453F3EC6602D03BAEEA14B(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.DSP::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_release_mF27BC93DB38C62DCD94F50AC9FCA05D0B0A8390E (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_Release(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = DSP_FMOD5_DSP_Release_m901962C2D2124764E8FC76766C4358E526AAEB44(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t DSP_release_mF27BC93DB38C62DCD94F50AC9FCA05D0B0A8390E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_release_mF27BC93DB38C62DCD94F50AC9FCA05D0B0A8390E(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getSystemObject(FMOD.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getSystemObject_mC428557FF68821C0AE04B4C2AC2DCB5DFB9BCD19 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetSystemObject(this.handle, out system.handle);
intptr_t L_0 = __this->___handle_0;
System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* L_1 = ___0_system;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = DSP_FMOD5_DSP_GetSystemObject_m04DE5A43E31D8CEBA8B20F334B9D2A8168F36E64(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_getSystemObject_mC428557FF68821C0AE04B4C2AC2DCB5DFB9BCD19_AdjustorThunk (RuntimeObject* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_system, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getSystemObject_mC428557FF68821C0AE04B4C2AC2DCB5DFB9BCD19(_thisAdjusted, ___0_system, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::addInput(FMOD.DSP)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_addInput_m52A0803E49B7C2D98A0AE5B0F2596CB108CE058C (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_input, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD5_DSP_AddInput(this.handle, input.handle, IntPtr.Zero, DSPCONNECTION_TYPE.STANDARD);
intptr_t L_0 = __this->___handle_0;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD L_1 = ___0_input;
intptr_t L_2 = L_1.___handle_0;
intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_4;
L_4 = DSP_FMOD5_DSP_AddInput_mCBD01E2827F9C029A28AB1188CA1335D2027BD84(L_0, L_2, L_3, 0, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t DSP_addInput_m52A0803E49B7C2D98A0AE5B0F2596CB108CE058C_AdjustorThunk (RuntimeObject* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_input, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_addInput_m52A0803E49B7C2D98A0AE5B0F2596CB108CE058C(_thisAdjusted, ___0_input, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::addInput(FMOD.DSP,FMOD.DSPConnection&,FMOD.DSPCONNECTION_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_addInput_m79C5E2A4040793A10AE69BB4BA1E37EAB900C21D (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_input, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* ___1_connection, int32_t ___2_type, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_AddInput(this.handle, input.handle, out connection.handle, type);
intptr_t L_0 = __this->___handle_0;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD L_1 = ___0_input;
intptr_t L_2 = L_1.___handle_0;
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* L_3 = ___1_connection;
intptr_t* L_4 = (&L_3->___handle_0);
int32_t L_5 = ___2_type;
int32_t L_6;
L_6 = DSP_FMOD5_DSP_AddInput_mBE204B81640105A12E6F1A62ABF4461AB63BBFF7(L_0, L_2, L_4, L_5, NULL);
return L_6;
}
}
IL2CPP_EXTERN_C int32_t DSP_addInput_m79C5E2A4040793A10AE69BB4BA1E37EAB900C21D_AdjustorThunk (RuntimeObject* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_input, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* ___1_connection, int32_t ___2_type, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_addInput_m79C5E2A4040793A10AE69BB4BA1E37EAB900C21D(_thisAdjusted, ___0_input, ___1_connection, ___2_type, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::disconnectFrom(FMOD.DSP,FMOD.DSPConnection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_disconnectFrom_mA182709F0D49B39162AD267A35552EC524251462 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_target, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4 ___1_connection, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_DisconnectFrom(this.handle, target.handle, connection.handle);
intptr_t L_0 = __this->___handle_0;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD L_1 = ___0_target;
intptr_t L_2 = L_1.___handle_0;
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4 L_3 = ___1_connection;
intptr_t L_4 = L_3.___handle_0;
int32_t L_5;
L_5 = DSP_FMOD5_DSP_DisconnectFrom_m996ED0FC5E3486184EA214E19299D02D5E4ABD73(L_0, L_2, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t DSP_disconnectFrom_mA182709F0D49B39162AD267A35552EC524251462_AdjustorThunk (RuntimeObject* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD ___0_target, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4 ___1_connection, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_disconnectFrom_mA182709F0D49B39162AD267A35552EC524251462(_thisAdjusted, ___0_target, ___1_connection, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::disconnectAll(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_disconnectAll_mC7F5816B8C17D4B1A74440ACDD5B6F67023D69A4 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool ___0_inputs, bool ___1_outputs, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_DisconnectAll(this.handle, inputs, outputs);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_inputs;
bool L_2 = ___1_outputs;
int32_t L_3;
L_3 = DSP_FMOD5_DSP_DisconnectAll_m07E4F19C496A2F54FD0DB334295FE7A26DA96211(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_disconnectAll_mC7F5816B8C17D4B1A74440ACDD5B6F67023D69A4_AdjustorThunk (RuntimeObject* __this, bool ___0_inputs, bool ___1_outputs, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_disconnectAll_mC7F5816B8C17D4B1A74440ACDD5B6F67023D69A4(_thisAdjusted, ___0_inputs, ___1_outputs, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getNumInputs(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getNumInputs_mC4E9508E3AAF077A7DBA6813CBE87A393DDC8585 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t* ___0_numinputs, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetNumInputs(this.handle, out numinputs);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numinputs;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_GetNumInputs_mD1700ECDF987B02BC40F76FCC47FAC751839F0A7(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_getNumInputs_mC4E9508E3AAF077A7DBA6813CBE87A393DDC8585_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numinputs, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getNumInputs_mC4E9508E3AAF077A7DBA6813CBE87A393DDC8585(_thisAdjusted, ___0_numinputs, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getNumOutputs(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getNumOutputs_m9E0549B35816FF3B57FC02365A0A7D0613DE5B30 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t* ___0_numoutputs, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetNumOutputs(this.handle, out numoutputs);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numoutputs;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_GetNumOutputs_m169B8B0D11F5A10568FAC128AC27318415729FFB(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_getNumOutputs_m9E0549B35816FF3B57FC02365A0A7D0613DE5B30_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numoutputs, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getNumOutputs_m9E0549B35816FF3B57FC02365A0A7D0613DE5B30(_thisAdjusted, ___0_numoutputs, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getInput(System.Int32,FMOD.DSP&,FMOD.DSPConnection&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getInput_m9FA65D7F41AD08BE1091BB7C56FD279DB36C3D15 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___1_input, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* ___2_inputconnection, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetInput(this.handle, index, out input.handle, out inputconnection.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* L_2 = ___1_input;
intptr_t* L_3 = (&L_2->___handle_0);
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* L_4 = ___2_inputconnection;
intptr_t* L_5 = (&L_4->___handle_0);
int32_t L_6;
L_6 = DSP_FMOD5_DSP_GetInput_m82664F0235E6C93C90FF6118B513DC91AAECB2C7(L_0, L_1, L_3, L_5, NULL);
return L_6;
}
}
IL2CPP_EXTERN_C int32_t DSP_getInput_m9FA65D7F41AD08BE1091BB7C56FD279DB36C3D15_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___1_input, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* ___2_inputconnection, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getInput_m9FA65D7F41AD08BE1091BB7C56FD279DB36C3D15(_thisAdjusted, ___0_index, ___1_input, ___2_inputconnection, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getOutput(System.Int32,FMOD.DSP&,FMOD.DSPConnection&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getOutput_mDB5E7C8E19E459227C32E64FA6CCE65EABA119A4 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___1_output, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* ___2_outputconnection, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetOutput(this.handle, index, out output.handle, out outputconnection.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* L_2 = ___1_output;
intptr_t* L_3 = (&L_2->___handle_0);
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* L_4 = ___2_outputconnection;
intptr_t* L_5 = (&L_4->___handle_0);
int32_t L_6;
L_6 = DSP_FMOD5_DSP_GetOutput_m554D641BB1E74D8C68B8E86EDDA593947B01D138(L_0, L_1, L_3, L_5, NULL);
return L_6;
}
}
IL2CPP_EXTERN_C int32_t DSP_getOutput_mDB5E7C8E19E459227C32E64FA6CCE65EABA119A4_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___1_output, DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* ___2_outputconnection, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getOutput_mDB5E7C8E19E459227C32E64FA6CCE65EABA119A4(_thisAdjusted, ___0_index, ___1_output, ___2_outputconnection, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::setActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setActive_mEF56897044C221E94F099EC305B97CDAFE3D7375 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool ___0_active, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_SetActive(this.handle, active);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_active;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_SetActive_m4EB8FC889261D6A133D2955336A4313115306B01(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_setActive_mEF56897044C221E94F099EC305B97CDAFE3D7375_AdjustorThunk (RuntimeObject* __this, bool ___0_active, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_setActive_mEF56897044C221E94F099EC305B97CDAFE3D7375(_thisAdjusted, ___0_active, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getActive(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getActive_m2326A4B1339AE957897B07A8EEE7FF318856D514 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool* ___0_active, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetActive(this.handle, out active);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_active;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_GetActive_mE1C8808C286CF9D2DB19345B56425CF32CFB43E9(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_getActive_m2326A4B1339AE957897B07A8EEE7FF318856D514_AdjustorThunk (RuntimeObject* __this, bool* ___0_active, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getActive_m2326A4B1339AE957897B07A8EEE7FF318856D514(_thisAdjusted, ___0_active, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::setBypass(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setBypass_m0C5816B56739D1EE2C2C416C9F229FCC2721CB8A (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool ___0_bypass, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_SetBypass(this.handle, bypass);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_bypass;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_SetBypass_mA2472D99689623ACF6997E9A39CA76D16BD41B92(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_setBypass_m0C5816B56739D1EE2C2C416C9F229FCC2721CB8A_AdjustorThunk (RuntimeObject* __this, bool ___0_bypass, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_setBypass_m0C5816B56739D1EE2C2C416C9F229FCC2721CB8A(_thisAdjusted, ___0_bypass, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getBypass(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getBypass_m4D7A4CB6E738055449F22C779EFF7AF6119825A3 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool* ___0_bypass, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetBypass(this.handle, out bypass);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_bypass;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_GetBypass_mE5C55CC9AB5EF6BF3C287AB0F3E41477462EFF5B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_getBypass_m4D7A4CB6E738055449F22C779EFF7AF6119825A3_AdjustorThunk (RuntimeObject* __this, bool* ___0_bypass, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getBypass_m4D7A4CB6E738055449F22C779EFF7AF6119825A3(_thisAdjusted, ___0_bypass, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::setWetDryMix(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setWetDryMix_mE36D8F99929F84E3B9FD150B652326552FC2EB3A (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, float ___0_prewet, float ___1_postwet, float ___2_dry, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_SetWetDryMix(this.handle, prewet, postwet, dry);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_prewet;
float L_2 = ___1_postwet;
float L_3 = ___2_dry;
int32_t L_4;
L_4 = DSP_FMOD5_DSP_SetWetDryMix_m465687179EDB46A27F8AEA519A0C8493CC1BECD0(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t DSP_setWetDryMix_mE36D8F99929F84E3B9FD150B652326552FC2EB3A_AdjustorThunk (RuntimeObject* __this, float ___0_prewet, float ___1_postwet, float ___2_dry, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_setWetDryMix_mE36D8F99929F84E3B9FD150B652326552FC2EB3A(_thisAdjusted, ___0_prewet, ___1_postwet, ___2_dry, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getWetDryMix(System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getWetDryMix_mA12EC2025A59B507CCB2A92E4D2F0B3E0DD7F06E (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, float* ___0_prewet, float* ___1_postwet, float* ___2_dry, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetWetDryMix(this.handle, out prewet, out postwet, out dry);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_prewet;
float* L_2 = ___1_postwet;
float* L_3 = ___2_dry;
int32_t L_4;
L_4 = DSP_FMOD5_DSP_GetWetDryMix_mDDA8D5011E434984C71C8E4EA81CC743B5A7C843(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t DSP_getWetDryMix_mA12EC2025A59B507CCB2A92E4D2F0B3E0DD7F06E_AdjustorThunk (RuntimeObject* __this, float* ___0_prewet, float* ___1_postwet, float* ___2_dry, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getWetDryMix_mA12EC2025A59B507CCB2A92E4D2F0B3E0DD7F06E(_thisAdjusted, ___0_prewet, ___1_postwet, ___2_dry, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::setChannelFormat(FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setChannelFormat_m047A2C3B3CC61BBB447027A764DC66BE83F2BFA3 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, uint32_t ___0_channelmask, int32_t ___1_numchannels, int32_t ___2_source_speakermode, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_SetChannelFormat(this.handle, channelmask, numchannels, source_speakermode);
intptr_t L_0 = __this->___handle_0;
uint32_t L_1 = ___0_channelmask;
int32_t L_2 = ___1_numchannels;
int32_t L_3 = ___2_source_speakermode;
int32_t L_4;
L_4 = DSP_FMOD5_DSP_SetChannelFormat_m45B4D629AFBFDCD4CEFC27E93DDC74A624376492(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t DSP_setChannelFormat_m047A2C3B3CC61BBB447027A764DC66BE83F2BFA3_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_channelmask, int32_t ___1_numchannels, int32_t ___2_source_speakermode, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_setChannelFormat_m047A2C3B3CC61BBB447027A764DC66BE83F2BFA3(_thisAdjusted, ___0_channelmask, ___1_numchannels, ___2_source_speakermode, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getChannelFormat(FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getChannelFormat_m89DB6542760B48C6A288CCC7D2E793BECF19D048 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, uint32_t* ___0_channelmask, int32_t* ___1_numchannels, int32_t* ___2_source_speakermode, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetChannelFormat(this.handle, out channelmask, out numchannels, out source_speakermode);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_channelmask;
int32_t* L_2 = ___1_numchannels;
int32_t* L_3 = ___2_source_speakermode;
int32_t L_4;
L_4 = DSP_FMOD5_DSP_GetChannelFormat_mC257ED567CF4F93A10316D3B2A68721AB5A15D60(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t DSP_getChannelFormat_m89DB6542760B48C6A288CCC7D2E793BECF19D048_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_channelmask, int32_t* ___1_numchannels, int32_t* ___2_source_speakermode, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getChannelFormat_m89DB6542760B48C6A288CCC7D2E793BECF19D048(_thisAdjusted, ___0_channelmask, ___1_numchannels, ___2_source_speakermode, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getOutputChannelFormat(FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE,FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getOutputChannelFormat_m9002766852764A698F26ECB5256C6F2BA8CBFBF0 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, uint32_t ___0_inmask, int32_t ___1_inchannels, int32_t ___2_inspeakermode, uint32_t* ___3_outmask, int32_t* ___4_outchannels, int32_t* ___5_outspeakermode, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetOutputChannelFormat(this.handle, inmask, inchannels, inspeakermode, out outmask, out outchannels, out outspeakermode);
intptr_t L_0 = __this->___handle_0;
uint32_t L_1 = ___0_inmask;
int32_t L_2 = ___1_inchannels;
int32_t L_3 = ___2_inspeakermode;
uint32_t* L_4 = ___3_outmask;
int32_t* L_5 = ___4_outchannels;
int32_t* L_6 = ___5_outspeakermode;
int32_t L_7;
L_7 = DSP_FMOD5_DSP_GetOutputChannelFormat_m9ED980CBC6B1E9F9DABF10CF57A6EC33CA026870(L_0, L_1, L_2, L_3, L_4, L_5, L_6, NULL);
return L_7;
}
}
IL2CPP_EXTERN_C int32_t DSP_getOutputChannelFormat_m9002766852764A698F26ECB5256C6F2BA8CBFBF0_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_inmask, int32_t ___1_inchannels, int32_t ___2_inspeakermode, uint32_t* ___3_outmask, int32_t* ___4_outchannels, int32_t* ___5_outspeakermode, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getOutputChannelFormat_m9002766852764A698F26ECB5256C6F2BA8CBFBF0(_thisAdjusted, ___0_inmask, ___1_inchannels, ___2_inspeakermode, ___3_outmask, ___4_outchannels, ___5_outspeakermode, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_reset_mBB76E44E378F81B9A6DE91766E51C7F9F3264E9F (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_Reset(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = DSP_FMOD5_DSP_Reset_m6F9DF00E53F13D4D7351214F7532D47125EE717B(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t DSP_reset_mBB76E44E378F81B9A6DE91766E51C7F9F3264E9F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_reset_mBB76E44E378F81B9A6DE91766E51C7F9F3264E9F(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::setCallback(FMOD.DSP_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setCallback_mD5F33AB5C424880562986CA20357CA853FCFFC4E (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, DSP_CALLBACK_t3152E5C5677757C6347EF6172B9AFC5900FEF317* ___0_callback, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_SetCallback(this.handle, callback);
intptr_t L_0 = __this->___handle_0;
DSP_CALLBACK_t3152E5C5677757C6347EF6172B9AFC5900FEF317* L_1 = ___0_callback;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_SetCallback_m4F5D6A2CB94B6F6D2EBEA92AF134DB019ACFA733(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_setCallback_mD5F33AB5C424880562986CA20357CA853FCFFC4E_AdjustorThunk (RuntimeObject* __this, DSP_CALLBACK_t3152E5C5677757C6347EF6172B9AFC5900FEF317* ___0_callback, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_setCallback_mD5F33AB5C424880562986CA20357CA853FCFFC4E(_thisAdjusted, ___0_callback, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::setParameterFloat(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterFloat_m4E5DE1A4086C31E10551029A0688C439E2702ACA (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, float ___1_value, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_SetParameterFloat(this.handle, index, value);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
float L_2 = ___1_value;
int32_t L_3;
L_3 = DSP_FMOD5_DSP_SetParameterFloat_m9DF1F7B550E183ED153A721E45A44FF514ED32FC(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_setParameterFloat_m4E5DE1A4086C31E10551029A0688C439E2702ACA_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, float ___1_value, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_setParameterFloat_m4E5DE1A4086C31E10551029A0688C439E2702ACA(_thisAdjusted, ___0_index, ___1_value, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::setParameterInt(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterInt_m0EF6219224CC767DF9E1FB53BE5EED654DD8D317 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, int32_t ___1_value, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_SetParameterInt(this.handle, index, value);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
int32_t L_2 = ___1_value;
int32_t L_3;
L_3 = DSP_FMOD5_DSP_SetParameterInt_m5354966F473E3D45D7C7108CD11A8FCAE2C278D2(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_setParameterInt_m0EF6219224CC767DF9E1FB53BE5EED654DD8D317_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, int32_t ___1_value, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_setParameterInt_m0EF6219224CC767DF9E1FB53BE5EED654DD8D317(_thisAdjusted, ___0_index, ___1_value, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::setParameterBool(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterBool_m5EBEDD2071F0DE9C1669FBDB562AF263DB9ACD78 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, bool ___1_value, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_SetParameterBool(this.handle, index, value);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
bool L_2 = ___1_value;
int32_t L_3;
L_3 = DSP_FMOD5_DSP_SetParameterBool_m5E7D360FC068BD2A3BE9322184D80DC59ACBA4AF(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_setParameterBool_m5EBEDD2071F0DE9C1669FBDB562AF263DB9ACD78_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, bool ___1_value, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_setParameterBool_m5EBEDD2071F0DE9C1669FBDB562AF263DB9ACD78(_thisAdjusted, ___0_index, ___1_value, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::setParameterData(System.Int32,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setParameterData_m9F28CFB3C0427D34E2F00EC4F59FAB554AB55C9D (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_data, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mC2CDD900B2BAE8DEAF428D11AF4E0DA4363B7801_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD5_DSP_SetParameterData(this.handle, index, Marshal.UnsafeAddrOfPinnedArrayElement(data, 0), (uint)data.Length);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___1_data;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_3;
L_3 = Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mC2CDD900B2BAE8DEAF428D11AF4E0DA4363B7801(L_2, 0, Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_mC2CDD900B2BAE8DEAF428D11AF4E0DA4363B7801_RuntimeMethod_var);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___1_data;
NullCheck(L_4);
int32_t L_5;
L_5 = DSP_FMOD5_DSP_SetParameterData_mCAC4BAC6036836B2A6D817AFDE6BA8EB54A5DB6B(L_0, L_1, L_3, ((int32_t)(((RuntimeArray*)L_4)->max_length)), NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t DSP_setParameterData_m9F28CFB3C0427D34E2F00EC4F59FAB554AB55C9D_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_data, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_setParameterData_m9F28CFB3C0427D34E2F00EC4F59FAB554AB55C9D(_thisAdjusted, ___0_index, ___1_data, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getParameterFloat(System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterFloat_m6524193C1059D0456AF30D231C3589C9CF97A94A (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, float* ___1_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD5_DSP_GetParameterFloat(this.handle, index, out value, IntPtr.Zero, 0);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
float* L_2 = ___1_value;
intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_4;
L_4 = DSP_FMOD5_DSP_GetParameterFloat_m45968591EB6E0A4CA2AB218E7C188F2902C817A4(L_0, L_1, L_2, L_3, 0, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t DSP_getParameterFloat_m6524193C1059D0456AF30D231C3589C9CF97A94A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, float* ___1_value, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getParameterFloat_m6524193C1059D0456AF30D231C3589C9CF97A94A(_thisAdjusted, ___0_index, ___1_value, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getParameterInt(System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterInt_m63D7C4B873D8ADF0FDB10658E10F3CC357A45EE4 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, int32_t* ___1_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD5_DSP_GetParameterInt(this.handle, index, out value, IntPtr.Zero, 0);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
int32_t* L_2 = ___1_value;
intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_4;
L_4 = DSP_FMOD5_DSP_GetParameterInt_m1753C9A8DA1D7B1C582C459ABD55A09D3D46C62B(L_0, L_1, L_2, L_3, 0, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t DSP_getParameterInt_m63D7C4B873D8ADF0FDB10658E10F3CC357A45EE4_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, int32_t* ___1_value, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getParameterInt_m63D7C4B873D8ADF0FDB10658E10F3CC357A45EE4(_thisAdjusted, ___0_index, ___1_value, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getParameterBool(System.Int32,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterBool_mF23ED973ACF5703A2A85F60894E1425E36F8196A (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, bool* ___1_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD5_DSP_GetParameterBool(this.handle, index, out value, IntPtr.Zero, 0);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
bool* L_2 = ___1_value;
intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_4;
L_4 = DSP_FMOD5_DSP_GetParameterBool_m0AC158B545337160F31442190AD3DE9DD8180867(L_0, L_1, L_2, L_3, 0, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t DSP_getParameterBool_mF23ED973ACF5703A2A85F60894E1425E36F8196A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, bool* ___1_value, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getParameterBool_mF23ED973ACF5703A2A85F60894E1425E36F8196A(_thisAdjusted, ___0_index, ___1_value, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getParameterData(System.Int32,System.IntPtr&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterData_m79495A7B5F4745A45DBE35075574EA26A3E2EC5C (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, intptr_t* ___1_data, uint32_t* ___2_length, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD5_DSP_GetParameterData(this.handle, index, out data, out length, IntPtr.Zero, 0);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
intptr_t* L_2 = ___1_data;
uint32_t* L_3 = ___2_length;
intptr_t L_4 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_5;
L_5 = DSP_FMOD5_DSP_GetParameterData_mD3FACD6DB66B472B1A61BF66114333DBDA1A944B(L_0, L_1, L_2, L_3, L_4, 0, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t DSP_getParameterData_m79495A7B5F4745A45DBE35075574EA26A3E2EC5C_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, intptr_t* ___1_data, uint32_t* ___2_length, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getParameterData_m79495A7B5F4745A45DBE35075574EA26A3E2EC5C(_thisAdjusted, ___0_index, ___1_data, ___2_length, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getNumParameters(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getNumParameters_m80F09DE1F665F82AAE88475FC7E9B43D60C0BFB6 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t* ___0_numparams, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetNumParameters(this.handle, out numparams);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numparams;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_GetNumParameters_m5464D5C00597F734F33EDDB769094BF2B8C6B134(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_getNumParameters_m80F09DE1F665F82AAE88475FC7E9B43D60C0BFB6_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numparams, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getNumParameters_m80F09DE1F665F82AAE88475FC7E9B43D60C0BFB6(_thisAdjusted, ___0_numparams, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getParameterInfo(System.Int32,FMOD.DSP_PARAMETER_DESC&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getParameterInfo_mFC5E7FDFA38445B36AC8790D3B6B83E82F2CA983 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_index, DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D* ___1_desc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
intptr_t V_0;
memset((&V_0), 0, sizeof(V_0));
{
// RESULT result = FMOD5_DSP_GetParameterInfo(this.handle, index, out descPtr);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_GetParameterInfo_m5556883ECB31393F693AB24860136FC519290AE7(L_0, L_1, (&V_0), NULL);
// desc = (DSP_PARAMETER_DESC)MarshalHelper.PtrToStructure(descPtr, typeof(DSP_PARAMETER_DESC));
DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D* L_3 = ___1_desc;
intptr_t L_4 = V_0;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast<intptr_t> (DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_6;
L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL);
RuntimeObject* L_7;
L_7 = MarshalHelper_PtrToStructure_mB70CF0561233616EC5B0803C645D4DE75818B415(L_4, L_6, NULL);
*(DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D*)L_3 = ((*(DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D*)((DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D*)(DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D*)UnBox(L_7, DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_il2cpp_TypeInfo_var))));
Il2CppCodeGenWriteBarrier((void**)&(((DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D*)L_3)->___name_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D*)L_3)->___label_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D*)L_3)->___description_3), (void*)NULL);
#endif
// return result;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_getParameterInfo_mFC5E7FDFA38445B36AC8790D3B6B83E82F2CA983_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D* ___1_desc, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getParameterInfo_mFC5E7FDFA38445B36AC8790D3B6B83E82F2CA983(_thisAdjusted, ___0_index, ___1_desc, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getDataParameterIndex(System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getDataParameterIndex_mB2ED4D6510AF04AF1359A073374192460F188376 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t ___0_datatype, int32_t* ___1_index, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetDataParameterIndex(this.handle, datatype, out index);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_datatype;
int32_t* L_2 = ___1_index;
int32_t L_3;
L_3 = DSP_FMOD5_DSP_GetDataParameterIndex_m39E60BCFA29417DBAA6D36C7CF18B5988F71287A(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_getDataParameterIndex_mB2ED4D6510AF04AF1359A073374192460F188376_AdjustorThunk (RuntimeObject* __this, int32_t ___0_datatype, int32_t* ___1_index, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getDataParameterIndex_mB2ED4D6510AF04AF1359A073374192460F188376(_thisAdjusted, ___0_datatype, ___1_index, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::showConfigDialog(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_showConfigDialog_m807FE8327280D3C4D9F8B64C54F1CE88A9745694 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, intptr_t ___0_hwnd, bool ___1_show, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_ShowConfigDialog(this.handle, hwnd, show);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_hwnd;
bool L_2 = ___1_show;
int32_t L_3;
L_3 = DSP_FMOD5_DSP_ShowConfigDialog_mD4204B318544E050FE62F7038651FB1B470584DC(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_showConfigDialog_m807FE8327280D3C4D9F8B64C54F1CE88A9745694_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_hwnd, bool ___1_show, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_showConfigDialog_m807FE8327280D3C4D9F8B64C54F1CE88A9745694(_thisAdjusted, ___0_hwnd, ___1_show, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getInfo(System.String&,System.UInt32&,System.Int32&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getInfo_mB51F9D52E187E2FA6F32A964D22B859AB8C7D38F (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, String_t** ___0_name, uint32_t* ___1_version, int32_t* ___2_channels, int32_t* ___3_configwidth, int32_t* ___4_configheight, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
intptr_t V_0;
memset((&V_0), 0, sizeof(V_0));
int32_t V_1 = 0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_2 = NULL;
{
// IntPtr nameMem = Marshal.AllocHGlobal(32);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_0;
L_0 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)32), NULL);
V_0 = L_0;
// RESULT result = FMOD5_DSP_GetInfo(this.handle, nameMem, out version, out channels, out configwidth, out configheight);
intptr_t L_1 = __this->___handle_0;
intptr_t L_2 = V_0;
uint32_t* L_3 = ___1_version;
int32_t* L_4 = ___2_channels;
int32_t* L_5 = ___3_configwidth;
int32_t* L_6 = ___4_configheight;
int32_t L_7;
L_7 = DSP_FMOD5_DSP_GetInfo_mB47E9B19E17036155109B7199BB6994AC7C75FE9(L_1, L_2, L_3, L_4, L_5, L_6, NULL);
V_1 = L_7;
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_8;
L_8 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_2 = L_8;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_002c:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_9 = V_2;
if (!L_9)
{
goto IL_0035;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_10 = V_2;
NullCheck(L_10);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_10);
}
IL_0035:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// name = encoder.stringFromNative(nameMem);
String_t** L_11 = ___0_name;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_12 = V_2;
intptr_t L_13 = V_0;
NullCheck(L_12);
String_t* L_14;
L_14 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_12, L_13, NULL);
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
// }
goto IL_0036;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0036:
{
// Marshal.FreeHGlobal(nameMem);
intptr_t L_15 = V_0;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_15, NULL);
// return result;
int32_t L_16 = V_1;
return L_16;
}
}
IL2CPP_EXTERN_C int32_t DSP_getInfo_mB51F9D52E187E2FA6F32A964D22B859AB8C7D38F_AdjustorThunk (RuntimeObject* __this, String_t** ___0_name, uint32_t* ___1_version, int32_t* ___2_channels, int32_t* ___3_configwidth, int32_t* ___4_configheight, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getInfo_mB51F9D52E187E2FA6F32A964D22B859AB8C7D38F(_thisAdjusted, ___0_name, ___1_version, ___2_channels, ___3_configwidth, ___4_configheight, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getInfo(System.UInt32&,System.Int32&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getInfo_m8DD1036461FC99E020276CEEE58F43D220A0468A (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, uint32_t* ___0_version, int32_t* ___1_channels, int32_t* ___2_configwidth, int32_t* ___3_configheight, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD5_DSP_GetInfo(this.handle, IntPtr.Zero, out version, out channels, out configwidth, out configheight); ;
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
uint32_t* L_2 = ___0_version;
int32_t* L_3 = ___1_channels;
int32_t* L_4 = ___2_configwidth;
int32_t* L_5 = ___3_configheight;
int32_t L_6;
L_6 = DSP_FMOD5_DSP_GetInfo_mB47E9B19E17036155109B7199BB6994AC7C75FE9(L_0, L_1, L_2, L_3, L_4, L_5, NULL);
return L_6;
}
}
IL2CPP_EXTERN_C int32_t DSP_getInfo_m8DD1036461FC99E020276CEEE58F43D220A0468A_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_version, int32_t* ___1_channels, int32_t* ___2_configwidth, int32_t* ___3_configheight, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getInfo_m8DD1036461FC99E020276CEEE58F43D220A0468A(_thisAdjusted, ___0_version, ___1_channels, ___2_configwidth, ___3_configheight, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getType(FMOD.DSP_TYPE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getType_mD71C60F6F911B87EF8AA417EEC92073E6E79E1E4 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, int32_t* ___0_type, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetType(this.handle, out type);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_type;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_GetType_mC116E72899220C36ADEE53354445312113182680(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_getType_mD71C60F6F911B87EF8AA417EEC92073E6E79E1E4_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_type, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getType_mD71C60F6F911B87EF8AA417EEC92073E6E79E1E4(_thisAdjusted, ___0_type, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getIdle(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getIdle_m2732565F99AD8AE7695DEC5F8CC3794F29219BAE (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool* ___0_idle, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetIdle(this.handle, out idle);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_idle;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_GetIdle_m77ABC9093174553FCF169C97548846B5F1FA4217(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_getIdle_m2732565F99AD8AE7695DEC5F8CC3794F29219BAE_AdjustorThunk (RuntimeObject* __this, bool* ___0_idle, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getIdle_m2732565F99AD8AE7695DEC5F8CC3794F29219BAE(_thisAdjusted, ___0_idle, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setUserData_mB204A93E7760D7E03F768A7BB3B1778829DE5A49 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_SetUserData_mE22D4D957BF9C2EEDDBF98D18990BD0507AA1602(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_setUserData_mB204A93E7760D7E03F768A7BB3B1778829DE5A49_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_setUserData_mB204A93E7760D7E03F768A7BB3B1778829DE5A49(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getUserData_m3598D44B067C71DCADBD5E849BACDABCFE33653F (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = DSP_FMOD5_DSP_GetUserData_mBE1260DFB945CFAB5BC48884898A1404AABBEE33(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSP_getUserData_m3598D44B067C71DCADBD5E849BACDABCFE33653F_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getUserData_m3598D44B067C71DCADBD5E849BACDABCFE33653F(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::setMeteringEnabled(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_setMeteringEnabled_m20E94D90887C44B5D76E058AB3F80EC064271E9F (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool ___0_inputEnabled, bool ___1_outputEnabled, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_SetMeteringEnabled(this.handle, inputEnabled, outputEnabled);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_inputEnabled;
bool L_2 = ___1_outputEnabled;
int32_t L_3;
L_3 = DSP_FMOD5_DSP_SetMeteringEnabled_m9CA8AFEAEBA5947A3AB632A6CE6FEB000248C929(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_setMeteringEnabled_m20E94D90887C44B5D76E058AB3F80EC064271E9F_AdjustorThunk (RuntimeObject* __this, bool ___0_inputEnabled, bool ___1_outputEnabled, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_setMeteringEnabled_m20E94D90887C44B5D76E058AB3F80EC064271E9F(_thisAdjusted, ___0_inputEnabled, ___1_outputEnabled, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getMeteringEnabled(System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringEnabled_m476C7427DA18A3F7B8CF0BC6BA0D74476A9AA66A (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, bool* ___0_inputEnabled, bool* ___1_outputEnabled, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetMeteringEnabled(this.handle, out inputEnabled, out outputEnabled);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_inputEnabled;
bool* L_2 = ___1_outputEnabled;
int32_t L_3;
L_3 = DSP_FMOD5_DSP_GetMeteringEnabled_m66425C266F14B790E5BC98FE2681154A01E41218(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_getMeteringEnabled_m476C7427DA18A3F7B8CF0BC6BA0D74476A9AA66A_AdjustorThunk (RuntimeObject* __this, bool* ___0_inputEnabled, bool* ___1_outputEnabled, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getMeteringEnabled_m476C7427DA18A3F7B8CF0BC6BA0D74476A9AA66A(_thisAdjusted, ___0_inputEnabled, ___1_outputEnabled, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getMeteringInfo(System.IntPtr,FMOD.DSP_METERING_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringInfo_mD32360068BB3B63673FEC52B4004F6A5ABEC5F97 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, intptr_t ___0_zero, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___1_outputInfo, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetMeteringInfo(this.handle, zero, out outputInfo);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_zero;
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* L_2 = ___1_outputInfo;
int32_t L_3;
L_3 = DSP_FMOD5_DSP_GetMeteringInfo_m86F5666A037B50F24AA1B10920DFF6A9C512FDB1(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_getMeteringInfo_mD32360068BB3B63673FEC52B4004F6A5ABEC5F97_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_zero, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___1_outputInfo, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getMeteringInfo_mD32360068BB3B63673FEC52B4004F6A5ABEC5F97(_thisAdjusted, ___0_zero, ___1_outputInfo, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getMeteringInfo(FMOD.DSP_METERING_INFO&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringInfo_m7279D41BF4D0F49BC2119E5C17A52ABB6AA29B16 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___0_inputInfo, intptr_t ___1_zero, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetMeteringInfo(this.handle, out inputInfo, zero);
intptr_t L_0 = __this->___handle_0;
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* L_1 = ___0_inputInfo;
intptr_t L_2 = ___1_zero;
int32_t L_3;
L_3 = DSP_FMOD5_DSP_GetMeteringInfo_m4872E52174A439C375613A44DF124295FC992DA2(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_getMeteringInfo_m7279D41BF4D0F49BC2119E5C17A52ABB6AA29B16_AdjustorThunk (RuntimeObject* __this, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___0_inputInfo, intptr_t ___1_zero, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getMeteringInfo_m7279D41BF4D0F49BC2119E5C17A52ABB6AA29B16(_thisAdjusted, ___0_inputInfo, ___1_zero, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getMeteringInfo(FMOD.DSP_METERING_INFO&,FMOD.DSP_METERING_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getMeteringInfo_m4BE14635C57A35B0DACFA457A68F66911E3D371D (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___0_inputInfo, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___1_outputInfo, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetMeteringInfo(this.handle, out inputInfo, out outputInfo);
intptr_t L_0 = __this->___handle_0;
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* L_1 = ___0_inputInfo;
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* L_2 = ___1_outputInfo;
int32_t L_3;
L_3 = DSP_FMOD5_DSP_GetMeteringInfo_m0FDEE03E32A4E4D396962B73A303EBA6E7262D75(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_getMeteringInfo_m4BE14635C57A35B0DACFA457A68F66911E3D371D_AdjustorThunk (RuntimeObject* __this, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___0_inputInfo, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___1_outputInfo, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getMeteringInfo_m4BE14635C57A35B0DACFA457A68F66911E3D371D(_thisAdjusted, ___0_inputInfo, ___1_outputInfo, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::getCPUUsage(System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_getCPUUsage_mB2E4782BB8EF28C3F4BEFC9C559C5AF6BF97C96D (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, uint32_t* ___0_exclusive, uint32_t* ___1_inclusive, const RuntimeMethod* method)
{
{
// return FMOD5_DSP_GetCPUUsage(this.handle, out exclusive, out inclusive);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_exclusive;
uint32_t* L_2 = ___1_inclusive;
int32_t L_3;
L_3 = DSP_FMOD5_DSP_GetCPUUsage_mE4F2C9E75CBE98EBD220E0CB8523B6CF20E0F64A(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSP_getCPUUsage_mB2E4782BB8EF28C3F4BEFC9C559C5AF6BF97C96D_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_exclusive, uint32_t* ___1_inclusive, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSP_getCPUUsage_mB2E4782BB8EF28C3F4BEFC9C559C5AF6BF97C96D(_thisAdjusted, ___0_exclusive, ___1_inclusive, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_Release_m901962C2D2124764E8FC76766C4358E526AAEB44 (intptr_t ___0_dsp, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_Release)(___0_dsp);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetSystemObject(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetSystemObject_m04DE5A43E31D8CEBA8B20F334B9D2A8168F36E64 (intptr_t ___0_dsp, intptr_t* ___1_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetSystemObject", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetSystemObject)(___0_dsp, ___1_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_AddInput(System.IntPtr,System.IntPtr,System.IntPtr,FMOD.DSPCONNECTION_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_AddInput_mCBD01E2827F9C029A28AB1188CA1335D2027BD84 (intptr_t ___0_dsp, intptr_t ___1_input, intptr_t ___2_zero, int32_t ___3_type, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_AddInput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_AddInput)(___0_dsp, ___1_input, ___2_zero, ___3_type);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_input, ___2_zero, ___3_type);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_AddInput(System.IntPtr,System.IntPtr,System.IntPtr&,FMOD.DSPCONNECTION_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_AddInput_mBE204B81640105A12E6F1A62ABF4461AB63BBFF7 (intptr_t ___0_dsp, intptr_t ___1_input, intptr_t* ___2_connection, int32_t ___3_type, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t*) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_AddInput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_AddInput)(___0_dsp, ___1_input, ___2_connection, ___3_type);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_input, ___2_connection, ___3_type);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_DisconnectFrom(System.IntPtr,System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_DisconnectFrom_m996ED0FC5E3486184EA214E19299D02D5E4ABD73 (intptr_t ___0_dsp, intptr_t ___1_target, intptr_t ___2_connection, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_DisconnectFrom", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_DisconnectFrom)(___0_dsp, ___1_target, ___2_connection);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_target, ___2_connection);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_DisconnectAll(System.IntPtr,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_DisconnectAll_m07E4F19C496A2F54FD0DB334295FE7A26DA96211 (intptr_t ___0_dsp, bool ___1_inputs, bool ___2_outputs, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4 + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_DisconnectAll", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_DisconnectAll)(___0_dsp, static_cast<int32_t>(___1_inputs), static_cast<int32_t>(___2_outputs));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, static_cast<int32_t>(___1_inputs), static_cast<int32_t>(___2_outputs));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetNumInputs(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetNumInputs_mD1700ECDF987B02BC40F76FCC47FAC751839F0A7 (intptr_t ___0_dsp, int32_t* ___1_numinputs, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetNumInputs", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetNumInputs)(___0_dsp, ___1_numinputs);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_numinputs);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetNumOutputs(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetNumOutputs_m169B8B0D11F5A10568FAC128AC27318415729FFB (intptr_t ___0_dsp, int32_t* ___1_numoutputs, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetNumOutputs", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetNumOutputs)(___0_dsp, ___1_numoutputs);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_numoutputs);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetInput(System.IntPtr,System.Int32,System.IntPtr&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetInput_m82664F0235E6C93C90FF6118B513DC91AAECB2C7 (intptr_t ___0_dsp, int32_t ___1_index, intptr_t* ___2_input, intptr_t* ___3_inputconnection, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetInput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetInput)(___0_dsp, ___1_index, ___2_input, ___3_inputconnection);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_index, ___2_input, ___3_inputconnection);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetOutput(System.IntPtr,System.Int32,System.IntPtr&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetOutput_m554D641BB1E74D8C68B8E86EDDA593947B01D138 (intptr_t ___0_dsp, int32_t ___1_index, intptr_t* ___2_output, intptr_t* ___3_outputconnection, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetOutput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetOutput)(___0_dsp, ___1_index, ___2_output, ___3_outputconnection);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_index, ___2_output, ___3_outputconnection);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetActive(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetActive_m4EB8FC889261D6A133D2955336A4313115306B01 (intptr_t ___0_dsp, bool ___1_active, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_SetActive", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_SetActive)(___0_dsp, static_cast<int32_t>(___1_active));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, static_cast<int32_t>(___1_active));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetActive(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetActive_mE1C8808C286CF9D2DB19345B56425CF32CFB43E9 (intptr_t ___0_dsp, bool* ___1_active, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetActive", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_active' to native representation
int32_t ____1_active_empty = 0;
int32_t* ____1_active_marshaled = &____1_active_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetActive)(___0_dsp, ____1_active_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ____1_active_marshaled);
#endif
// Marshaling of parameter '___1_active' back from native representation
bool _____1_active_marshaled_unmarshaled_dereferenced = false;
_____1_active_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_active_marshaled);
*___1_active = _____1_active_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetBypass(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetBypass_mA2472D99689623ACF6997E9A39CA76D16BD41B92 (intptr_t ___0_dsp, bool ___1_bypass, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_SetBypass", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_SetBypass)(___0_dsp, static_cast<int32_t>(___1_bypass));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, static_cast<int32_t>(___1_bypass));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetBypass(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetBypass_mE5C55CC9AB5EF6BF3C287AB0F3E41477462EFF5B (intptr_t ___0_dsp, bool* ___1_bypass, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetBypass", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_bypass' to native representation
int32_t ____1_bypass_empty = 0;
int32_t* ____1_bypass_marshaled = &____1_bypass_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetBypass)(___0_dsp, ____1_bypass_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ____1_bypass_marshaled);
#endif
// Marshaling of parameter '___1_bypass' back from native representation
bool _____1_bypass_marshaled_unmarshaled_dereferenced = false;
_____1_bypass_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_bypass_marshaled);
*___1_bypass = _____1_bypass_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetWetDryMix(System.IntPtr,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetWetDryMix_m465687179EDB46A27F8AEA519A0C8493CC1BECD0 (intptr_t ___0_dsp, float ___1_prewet, float ___2_postwet, float ___3_dry, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_SetWetDryMix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_SetWetDryMix)(___0_dsp, ___1_prewet, ___2_postwet, ___3_dry);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_prewet, ___2_postwet, ___3_dry);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetWetDryMix(System.IntPtr,System.Single&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetWetDryMix_mDDA8D5011E434984C71C8E4EA81CC743B5A7C843 (intptr_t ___0_dsp, float* ___1_prewet, float* ___2_postwet, float* ___3_dry, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetWetDryMix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetWetDryMix)(___0_dsp, ___1_prewet, ___2_postwet, ___3_dry);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_prewet, ___2_postwet, ___3_dry);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetChannelFormat(System.IntPtr,FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetChannelFormat_m45B4D629AFBFDCD4CEFC27E93DDC74A624376492 (intptr_t ___0_dsp, uint32_t ___1_channelmask, int32_t ___2_numchannels, int32_t ___3_source_speakermode, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, int32_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(int32_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_SetChannelFormat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_SetChannelFormat)(___0_dsp, ___1_channelmask, ___2_numchannels, ___3_source_speakermode);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_channelmask, ___2_numchannels, ___3_source_speakermode);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetChannelFormat(System.IntPtr,FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetChannelFormat_mC257ED567CF4F93A10316D3B2A68721AB5A15D60 (intptr_t ___0_dsp, uint32_t* ___1_channelmask, int32_t* ___2_numchannels, int32_t* ___3_source_speakermode, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, int32_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(int32_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetChannelFormat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetChannelFormat)(___0_dsp, ___1_channelmask, ___2_numchannels, ___3_source_speakermode);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_channelmask, ___2_numchannels, ___3_source_speakermode);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetOutputChannelFormat(System.IntPtr,FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE,FMOD.CHANNELMASK&,System.Int32&,FMOD.SPEAKERMODE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetOutputChannelFormat_m9ED980CBC6B1E9F9DABF10CF57A6EC33CA026870 (intptr_t ___0_dsp, uint32_t ___1_inmask, int32_t ___2_inchannels, int32_t ___3_inspeakermode, uint32_t* ___4_outmask, int32_t* ___5_outchannels, int32_t* ___6_outspeakermode, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t, int32_t, int32_t, uint32_t*, int32_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t) + sizeof(int32_t) + sizeof(int32_t) + sizeof(uint32_t*) + sizeof(int32_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetOutputChannelFormat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetOutputChannelFormat)(___0_dsp, ___1_inmask, ___2_inchannels, ___3_inspeakermode, ___4_outmask, ___5_outchannels, ___6_outspeakermode);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_inmask, ___2_inchannels, ___3_inspeakermode, ___4_outmask, ___5_outchannels, ___6_outspeakermode);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_Reset(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_Reset_m6F9DF00E53F13D4D7351214F7532D47125EE717B (intptr_t ___0_dsp, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_Reset", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_Reset)(___0_dsp);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetCallback(System.IntPtr,FMOD.DSP_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetCallback_m4F5D6A2CB94B6F6D2EBEA92AF134DB019ACFA733 (intptr_t ___0_dsp, DSP_CALLBACK_t3152E5C5677757C6347EF6172B9AFC5900FEF317* ___1_callback, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_SetCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_callback' to native representation
Il2CppMethodPointer ____1_callback_marshaled = NULL;
____1_callback_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___1_callback));
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_SetCallback)(___0_dsp, ____1_callback_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ____1_callback_marshaled);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterFloat(System.IntPtr,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterFloat_m9DF1F7B550E183ED153A721E45A44FF514ED32FC (intptr_t ___0_dsp, int32_t ___1_index, float ___2_value, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_SetParameterFloat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_SetParameterFloat)(___0_dsp, ___1_index, ___2_value);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_index, ___2_value);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterInt(System.IntPtr,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterInt_m5354966F473E3D45D7C7108CD11A8FCAE2C278D2 (intptr_t ___0_dsp, int32_t ___1_index, int32_t ___2_value, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_SetParameterInt", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_SetParameterInt)(___0_dsp, ___1_index, ___2_value);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_index, ___2_value);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterBool(System.IntPtr,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterBool_m5E7D360FC068BD2A3BE9322184D80DC59ACBA4AF (intptr_t ___0_dsp, int32_t ___1_index, bool ___2_value, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_SetParameterBool", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_SetParameterBool)(___0_dsp, ___1_index, static_cast<int32_t>(___2_value));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_index, static_cast<int32_t>(___2_value));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetParameterData(System.IntPtr,System.Int32,System.IntPtr,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetParameterData_mCAC4BAC6036836B2A6D817AFDE6BA8EB54A5DB6B (intptr_t ___0_dsp, int32_t ___1_index, intptr_t ___2_data, uint32_t ___3_length, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_SetParameterData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_SetParameterData)(___0_dsp, ___1_index, ___2_data, ___3_length);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_index, ___2_data, ___3_length);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterFloat(System.IntPtr,System.Int32,System.Single&,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterFloat_m45968591EB6E0A4CA2AB218E7C188F2902C817A4 (intptr_t ___0_dsp, int32_t ___1_index, float* ___2_value, intptr_t ___3_valuestr, int32_t ___4_valuestrlen, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float*, intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float*) + sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetParameterFloat", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetParameterFloat)(___0_dsp, ___1_index, ___2_value, ___3_valuestr, ___4_valuestrlen);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_index, ___2_value, ___3_valuestr, ___4_valuestrlen);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterInt(System.IntPtr,System.Int32,System.Int32&,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterInt_m1753C9A8DA1D7B1C582C459ABD55A09D3D46C62B (intptr_t ___0_dsp, int32_t ___1_index, int32_t* ___2_value, intptr_t ___3_valuestr, int32_t ___4_valuestrlen, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t*, intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*) + sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetParameterInt", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetParameterInt)(___0_dsp, ___1_index, ___2_value, ___3_valuestr, ___4_valuestrlen);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_index, ___2_value, ___3_valuestr, ___4_valuestrlen);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterBool(System.IntPtr,System.Int32,System.Boolean&,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterBool_m0AC158B545337160F31442190AD3DE9DD8180867 (intptr_t ___0_dsp, int32_t ___1_index, bool* ___2_value, intptr_t ___3_valuestr, int32_t ___4_valuestrlen, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t*, intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*) + sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetParameterBool", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___2_value' to native representation
int32_t ____2_value_empty = 0;
int32_t* ____2_value_marshaled = &____2_value_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetParameterBool)(___0_dsp, ___1_index, ____2_value_marshaled, ___3_valuestr, ___4_valuestrlen);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_index, ____2_value_marshaled, ___3_valuestr, ___4_valuestrlen);
#endif
// Marshaling of parameter '___2_value' back from native representation
bool _____2_value_marshaled_unmarshaled_dereferenced = false;
_____2_value_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____2_value_marshaled);
*___2_value = _____2_value_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterData(System.IntPtr,System.Int32,System.IntPtr&,System.UInt32&,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterData_mD3FACD6DB66B472B1A61BF66114333DBDA1A944B (intptr_t ___0_dsp, int32_t ___1_index, intptr_t* ___2_data, uint32_t* ___3_length, intptr_t ___4_valuestr, int32_t ___5_valuestrlen, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*, uint32_t*, intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*) + sizeof(uint32_t*) + sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetParameterData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetParameterData)(___0_dsp, ___1_index, ___2_data, ___3_length, ___4_valuestr, ___5_valuestrlen);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_index, ___2_data, ___3_length, ___4_valuestr, ___5_valuestrlen);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetNumParameters(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetNumParameters_m5464D5C00597F734F33EDDB769094BF2B8C6B134 (intptr_t ___0_dsp, int32_t* ___1_numparams, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetNumParameters", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetNumParameters)(___0_dsp, ___1_numparams);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_numparams);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetParameterInfo(System.IntPtr,System.Int32,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetParameterInfo_m5556883ECB31393F693AB24860136FC519290AE7 (intptr_t ___0_dsp, int32_t ___1_index, intptr_t* ___2_desc, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetParameterInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetParameterInfo)(___0_dsp, ___1_index, ___2_desc);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_index, ___2_desc);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetDataParameterIndex(System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetDataParameterIndex_m39E60BCFA29417DBAA6D36C7CF18B5988F71287A (intptr_t ___0_dsp, int32_t ___1_datatype, int32_t* ___2_index, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetDataParameterIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetDataParameterIndex)(___0_dsp, ___1_datatype, ___2_index);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_datatype, ___2_index);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_ShowConfigDialog(System.IntPtr,System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_ShowConfigDialog_mD4204B318544E050FE62F7038651FB1B470584DC (intptr_t ___0_dsp, intptr_t ___1_hwnd, bool ___2_show, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_ShowConfigDialog", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_ShowConfigDialog)(___0_dsp, ___1_hwnd, static_cast<int32_t>(___2_show));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_hwnd, static_cast<int32_t>(___2_show));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetInfo(System.IntPtr,System.IntPtr,System.UInt32&,System.Int32&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetInfo_mB47E9B19E17036155109B7199BB6994AC7C75FE9 (intptr_t ___0_dsp, intptr_t ___1_name, uint32_t* ___2_version, int32_t* ___3_channels, int32_t* ___4_configwidth, int32_t* ___5_configheight, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, uint32_t*, int32_t*, int32_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetInfo)(___0_dsp, ___1_name, ___2_version, ___3_channels, ___4_configwidth, ___5_configheight);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_name, ___2_version, ___3_channels, ___4_configwidth, ___5_configheight);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetType(System.IntPtr,FMOD.DSP_TYPE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetType_mC116E72899220C36ADEE53354445312113182680 (intptr_t ___0_dsp, int32_t* ___1_type, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetType", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetType)(___0_dsp, ___1_type);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_type);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetIdle(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetIdle_m77ABC9093174553FCF169C97548846B5F1FA4217 (intptr_t ___0_dsp, bool* ___1_idle, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetIdle", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_idle' to native representation
int32_t ____1_idle_empty = 0;
int32_t* ____1_idle_marshaled = &____1_idle_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetIdle)(___0_dsp, ____1_idle_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ____1_idle_marshaled);
#endif
// Marshaling of parameter '___1_idle' back from native representation
bool _____1_idle_marshaled_unmarshaled_dereferenced = false;
_____1_idle_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_idle_marshaled);
*___1_idle = _____1_idle_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetUserData_mE22D4D957BF9C2EEDDBF98D18990BD0507AA1602 (intptr_t ___0_dsp, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_SetUserData)(___0_dsp, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetUserData_mBE1260DFB945CFAB5BC48884898A1404AABBEE33 (intptr_t ___0_dsp, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetUserData)(___0_dsp, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_SetMeteringEnabled(System.IntPtr,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_SetMeteringEnabled_m9CA8AFEAEBA5947A3AB632A6CE6FEB000248C929 (intptr_t ___0_dsp, bool ___1_inputEnabled, bool ___2_outputEnabled, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4 + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_SetMeteringEnabled", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_SetMeteringEnabled)(___0_dsp, static_cast<int32_t>(___1_inputEnabled), static_cast<int32_t>(___2_outputEnabled));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, static_cast<int32_t>(___1_inputEnabled), static_cast<int32_t>(___2_outputEnabled));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringEnabled(System.IntPtr,System.Boolean&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringEnabled_m66425C266F14B790E5BC98FE2681154A01E41218 (intptr_t ___0_dsp, bool* ___1_inputEnabled, bool* ___2_outputEnabled, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetMeteringEnabled", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_inputEnabled' to native representation
int32_t ____1_inputEnabled_empty = 0;
int32_t* ____1_inputEnabled_marshaled = &____1_inputEnabled_empty;
// Marshaling of parameter '___2_outputEnabled' to native representation
int32_t ____2_outputEnabled_empty = 0;
int32_t* ____2_outputEnabled_marshaled = &____2_outputEnabled_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetMeteringEnabled)(___0_dsp, ____1_inputEnabled_marshaled, ____2_outputEnabled_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ____1_inputEnabled_marshaled, ____2_outputEnabled_marshaled);
#endif
// Marshaling of parameter '___1_inputEnabled' back from native representation
bool _____1_inputEnabled_marshaled_unmarshaled_dereferenced = false;
_____1_inputEnabled_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_inputEnabled_marshaled);
*___1_inputEnabled = _____1_inputEnabled_marshaled_unmarshaled_dereferenced;
// Marshaling of parameter '___2_outputEnabled' back from native representation
bool _____2_outputEnabled_marshaled_unmarshaled_dereferenced = false;
_____2_outputEnabled_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____2_outputEnabled_marshaled);
*___2_outputEnabled = _____2_outputEnabled_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringInfo(System.IntPtr,System.IntPtr,FMOD.DSP_METERING_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringInfo_m86F5666A037B50F24AA1B10920DFF6A9C512FDB1 (intptr_t ___0_dsp, intptr_t ___1_zero, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___2_outputInfo, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetMeteringInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___2_outputInfo' to native representation
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke ____2_outputInfo_empty = {};
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke* ____2_outputInfo_marshaled = &____2_outputInfo_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetMeteringInfo)(___0_dsp, ___1_zero, ____2_outputInfo_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_zero, ____2_outputInfo_marshaled);
#endif
// Marshaling of parameter '___2_outputInfo' back from native representation
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33 _____2_outputInfo_marshaled_unmarshaled_dereferenced;
memset((&_____2_outputInfo_marshaled_unmarshaled_dereferenced), 0, sizeof(_____2_outputInfo_marshaled_unmarshaled_dereferenced));
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke_back(*____2_outputInfo_marshaled, _____2_outputInfo_marshaled_unmarshaled_dereferenced);
*___2_outputInfo = _____2_outputInfo_marshaled_unmarshaled_dereferenced;
Il2CppCodeGenWriteBarrier((void**)&((___2_outputInfo)->___peaklevel_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((___2_outputInfo)->___rmslevel_2), (void*)NULL);
#endif
// Marshaling cleanup of parameter '___2_outputInfo' native representation
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke_cleanup(*____2_outputInfo_marshaled);
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringInfo(System.IntPtr,FMOD.DSP_METERING_INFO&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringInfo_m4872E52174A439C375613A44DF124295FC992DA2 (intptr_t ___0_dsp, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___1_inputInfo, intptr_t ___2_zero, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke*, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke*) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetMeteringInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_inputInfo' to native representation
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke ____1_inputInfo_empty = {};
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke* ____1_inputInfo_marshaled = &____1_inputInfo_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetMeteringInfo)(___0_dsp, ____1_inputInfo_marshaled, ___2_zero);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ____1_inputInfo_marshaled, ___2_zero);
#endif
// Marshaling of parameter '___1_inputInfo' back from native representation
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33 _____1_inputInfo_marshaled_unmarshaled_dereferenced;
memset((&_____1_inputInfo_marshaled_unmarshaled_dereferenced), 0, sizeof(_____1_inputInfo_marshaled_unmarshaled_dereferenced));
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke_back(*____1_inputInfo_marshaled, _____1_inputInfo_marshaled_unmarshaled_dereferenced);
*___1_inputInfo = _____1_inputInfo_marshaled_unmarshaled_dereferenced;
Il2CppCodeGenWriteBarrier((void**)&((___1_inputInfo)->___peaklevel_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((___1_inputInfo)->___rmslevel_2), (void*)NULL);
#endif
// Marshaling cleanup of parameter '___1_inputInfo' native representation
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke_cleanup(*____1_inputInfo_marshaled);
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetMeteringInfo(System.IntPtr,FMOD.DSP_METERING_INFO&,FMOD.DSP_METERING_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetMeteringInfo_m0FDEE03E32A4E4D396962B73A303EBA6E7262D75 (intptr_t ___0_dsp, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___1_inputInfo, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33* ___2_outputInfo, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke*, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke*) + sizeof(DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetMeteringInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_inputInfo' to native representation
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke ____1_inputInfo_empty = {};
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke* ____1_inputInfo_marshaled = &____1_inputInfo_empty;
// Marshaling of parameter '___2_outputInfo' to native representation
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke ____2_outputInfo_empty = {};
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke* ____2_outputInfo_marshaled = &____2_outputInfo_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetMeteringInfo)(___0_dsp, ____1_inputInfo_marshaled, ____2_outputInfo_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ____1_inputInfo_marshaled, ____2_outputInfo_marshaled);
#endif
// Marshaling of parameter '___1_inputInfo' back from native representation
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33 _____1_inputInfo_marshaled_unmarshaled_dereferenced;
memset((&_____1_inputInfo_marshaled_unmarshaled_dereferenced), 0, sizeof(_____1_inputInfo_marshaled_unmarshaled_dereferenced));
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke_back(*____1_inputInfo_marshaled, _____1_inputInfo_marshaled_unmarshaled_dereferenced);
*___1_inputInfo = _____1_inputInfo_marshaled_unmarshaled_dereferenced;
Il2CppCodeGenWriteBarrier((void**)&((___1_inputInfo)->___peaklevel_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((___1_inputInfo)->___rmslevel_2), (void*)NULL);
#endif
// Marshaling cleanup of parameter '___1_inputInfo' native representation
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke_cleanup(*____1_inputInfo_marshaled);
// Marshaling of parameter '___2_outputInfo' back from native representation
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33 _____2_outputInfo_marshaled_unmarshaled_dereferenced;
memset((&_____2_outputInfo_marshaled_unmarshaled_dereferenced), 0, sizeof(_____2_outputInfo_marshaled_unmarshaled_dereferenced));
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke_back(*____2_outputInfo_marshaled, _____2_outputInfo_marshaled_unmarshaled_dereferenced);
*___2_outputInfo = _____2_outputInfo_marshaled_unmarshaled_dereferenced;
Il2CppCodeGenWriteBarrier((void**)&((___2_outputInfo)->___peaklevel_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((___2_outputInfo)->___rmslevel_2), (void*)NULL);
#endif
// Marshaling cleanup of parameter '___2_outputInfo' native representation
DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke_cleanup(*____2_outputInfo_marshaled);
return returnValue;
}
// FMOD.RESULT FMOD.DSP::FMOD5_DSP_GetCPUUsage(System.IntPtr,System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_FMOD5_DSP_GetCPUUsage_mE4F2C9E75CBE98EBD220E0CB8523B6CF20E0F64A (intptr_t ___0_dsp, uint32_t* ___1_exclusive, uint32_t* ___2_inclusive, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(uint32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSP_GetCPUUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSP_GetCPUUsage)(___0_dsp, ___1_exclusive, ___2_inclusive);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dsp, ___1_exclusive, ___2_inclusive);
#endif
return returnValue;
}
// System.Void FMOD.DSP::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP__ctor_mF8DE87E4C00B8B352C4B9EFD487AFB6036C969A4 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public DSP(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public DSP(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void DSP__ctor_mF8DE87E4C00B8B352C4B9EFD487AFB6036C969A4_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
DSP__ctor_mF8DE87E4C00B8B352C4B9EFD487AFB6036C969A4_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.DSP::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSP_hasHandle_m6B7E68A9F0F07B429C856569EE2578DAB6312723 (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool DSP_hasHandle_m6B7E68A9F0F07B429C856569EE2578DAB6312723_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
bool _returnValue;
_returnValue = DSP_hasHandle_m6B7E68A9F0F07B429C856569EE2578DAB6312723(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.DSP::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_clearHandle_mE77624AA7199F43938FAAEF18F2B03F968E368BF (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void DSP_clearHandle_mE77624AA7199F43938FAAEF18F2B03F968E368BF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD*>(__this + _offset);
DSP_clearHandle_mE77624AA7199F43938FAAEF18F2B03F968E368BF(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.DSPConnection::getInput(FMOD.DSP&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getInput_m0EF7604CFD6825340547AFFFCEB7BFF81D21CC02 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___0_input, const RuntimeMethod* method)
{
{
// return FMOD5_DSPConnection_GetInput(this.handle, out input.handle);
intptr_t L_0 = __this->___handle_0;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* L_1 = ___0_input;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = DSPConnection_FMOD5_DSPConnection_GetInput_m4FFC25178EEBDA669AFF422AA4E9596E3CA7258D(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSPConnection_getInput_m0EF7604CFD6825340547AFFFCEB7BFF81D21CC02_AdjustorThunk (RuntimeObject* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___0_input, const RuntimeMethod* method)
{
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSPConnection_getInput_m0EF7604CFD6825340547AFFFCEB7BFF81D21CC02(_thisAdjusted, ___0_input, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::getOutput(FMOD.DSP&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getOutput_m02E38E93627E4B63E2202D24AC671080BE86B4E2 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___0_output, const RuntimeMethod* method)
{
{
// return FMOD5_DSPConnection_GetOutput(this.handle, out output.handle);
intptr_t L_0 = __this->___handle_0;
DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* L_1 = ___0_output;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = DSPConnection_FMOD5_DSPConnection_GetOutput_mBB4470EC05BB4C1FC75058A3FFDF297EADEE3810(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t DSPConnection_getOutput_m02E38E93627E4B63E2202D24AC671080BE86B4E2_AdjustorThunk (RuntimeObject* __this, DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* ___0_output, const RuntimeMethod* method)
{
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSPConnection_getOutput_m02E38E93627E4B63E2202D24AC671080BE86B4E2(_thisAdjusted, ___0_output, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::setMix(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_setMix_m7D310CDA1BC6D4D9AB972CECA04FD856F0DC0E4F (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, float ___0_volume, const RuntimeMethod* method)
{
{
// return FMOD5_DSPConnection_SetMix(this.handle, volume);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_volume;
int32_t L_2;
L_2 = DSPConnection_FMOD5_DSPConnection_SetMix_m848940E01C978343AA298859970E80A85C734C4C(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSPConnection_setMix_m7D310CDA1BC6D4D9AB972CECA04FD856F0DC0E4F_AdjustorThunk (RuntimeObject* __this, float ___0_volume, const RuntimeMethod* method)
{
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSPConnection_setMix_m7D310CDA1BC6D4D9AB972CECA04FD856F0DC0E4F(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::getMix(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getMix_m2B42B90F4ED507897E76DE7E35B929F174C46CC2 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, float* ___0_volume, const RuntimeMethod* method)
{
{
// return FMOD5_DSPConnection_GetMix(this.handle, out volume);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_volume;
int32_t L_2;
L_2 = DSPConnection_FMOD5_DSPConnection_GetMix_m46B855D4205ADF35A63D527B14A8415C85767E0F(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSPConnection_getMix_m2B42B90F4ED507897E76DE7E35B929F174C46CC2_AdjustorThunk (RuntimeObject* __this, float* ___0_volume, const RuntimeMethod* method)
{
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSPConnection_getMix_m2B42B90F4ED507897E76DE7E35B929F174C46CC2(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::setMixMatrix(System.Single[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_setMixMatrix_m3B25AEB244F522DE49D07B08806C72684516C083 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t ___1_outchannels, int32_t ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method)
{
{
// return FMOD5_DSPConnection_SetMixMatrix(this.handle, matrix, outchannels, inchannels, inchannel_hop);
intptr_t L_0 = __this->___handle_0;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = ___0_matrix;
int32_t L_2 = ___1_outchannels;
int32_t L_3 = ___2_inchannels;
int32_t L_4 = ___3_inchannel_hop;
int32_t L_5;
L_5 = DSPConnection_FMOD5_DSPConnection_SetMixMatrix_m4AEFACC7A325CED8ED07C68B1743036188BCD412(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t DSPConnection_setMixMatrix_m3B25AEB244F522DE49D07B08806C72684516C083_AdjustorThunk (RuntimeObject* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t ___1_outchannels, int32_t ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method)
{
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSPConnection_setMixMatrix_m3B25AEB244F522DE49D07B08806C72684516C083(_thisAdjusted, ___0_matrix, ___1_outchannels, ___2_inchannels, ___3_inchannel_hop, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::getMixMatrix(System.Single[],System.Int32&,System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getMixMatrix_mFFF59936110354F097BC8E4DCE08D2E6F97C24CA (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t* ___1_outchannels, int32_t* ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method)
{
{
// return FMOD5_DSPConnection_GetMixMatrix(this.handle, matrix, out outchannels, out inchannels, inchannel_hop);
intptr_t L_0 = __this->___handle_0;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = ___0_matrix;
int32_t* L_2 = ___1_outchannels;
int32_t* L_3 = ___2_inchannels;
int32_t L_4 = ___3_inchannel_hop;
int32_t L_5;
L_5 = DSPConnection_FMOD5_DSPConnection_GetMixMatrix_m12A9778ADD378A992AEBD511297F03EC6F4853D7(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t DSPConnection_getMixMatrix_mFFF59936110354F097BC8E4DCE08D2E6F97C24CA_AdjustorThunk (RuntimeObject* __this, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___0_matrix, int32_t* ___1_outchannels, int32_t* ___2_inchannels, int32_t ___3_inchannel_hop, const RuntimeMethod* method)
{
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSPConnection_getMixMatrix_mFFF59936110354F097BC8E4DCE08D2E6F97C24CA(_thisAdjusted, ___0_matrix, ___1_outchannels, ___2_inchannels, ___3_inchannel_hop, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::getType(FMOD.DSPCONNECTION_TYPE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getType_m1977A20BE7F37D43A5E87606F60FAF96FEE19D24 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, int32_t* ___0_type, const RuntimeMethod* method)
{
{
// return FMOD5_DSPConnection_GetType(this.handle, out type);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_type;
int32_t L_2;
L_2 = DSPConnection_FMOD5_DSPConnection_GetType_m34700BF88989F0102BEF60B8077A764737B6BE85(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSPConnection_getType_m1977A20BE7F37D43A5E87606F60FAF96FEE19D24_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_type, const RuntimeMethod* method)
{
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSPConnection_getType_m1977A20BE7F37D43A5E87606F60FAF96FEE19D24(_thisAdjusted, ___0_type, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_setUserData_m5BB7DC8C82F08E5E96819968E2FF858DA6664E8F (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_DSPConnection_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = DSPConnection_FMOD5_DSPConnection_SetUserData_m1B495203ACDC23F3A6DEBF7FD8C1219F630B96E4(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSPConnection_setUserData_m5BB7DC8C82F08E5E96819968E2FF858DA6664E8F_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSPConnection_setUserData_m5BB7DC8C82F08E5E96819968E2FF858DA6664E8F(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_getUserData_m7CC36A4EC7A54CA7920E47FEF25F7761D632C824 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_DSPConnection_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = DSPConnection_FMOD5_DSPConnection_GetUserData_m6AF35CA8607BEB6BB43C9864712200AE5C718F48(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t DSPConnection_getUserData_m7CC36A4EC7A54CA7920E47FEF25F7761D632C824_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4*>(__this + _offset);
int32_t _returnValue;
_returnValue = DSPConnection_getUserData_m7CC36A4EC7A54CA7920E47FEF25F7761D632C824(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetInput(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetInput_m4FFC25178EEBDA669AFF422AA4E9596E3CA7258D (intptr_t ___0_dspconnection, intptr_t* ___1_input, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSPConnection_GetInput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSPConnection_GetInput)(___0_dspconnection, ___1_input);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dspconnection, ___1_input);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetOutput(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetOutput_mBB4470EC05BB4C1FC75058A3FFDF297EADEE3810 (intptr_t ___0_dspconnection, intptr_t* ___1_output, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSPConnection_GetOutput", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSPConnection_GetOutput)(___0_dspconnection, ___1_output);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dspconnection, ___1_output);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_SetMix(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_SetMix_m848940E01C978343AA298859970E80A85C734C4C (intptr_t ___0_dspconnection, float ___1_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSPConnection_SetMix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSPConnection_SetMix)(___0_dspconnection, ___1_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dspconnection, ___1_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetMix(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetMix_m46B855D4205ADF35A63D527B14A8415C85767E0F (intptr_t ___0_dspconnection, float* ___1_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSPConnection_GetMix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSPConnection_GetMix)(___0_dspconnection, ___1_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dspconnection, ___1_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_SetMixMatrix(System.IntPtr,System.Single[],System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_SetMixMatrix_m4AEFACC7A325CED8ED07C68B1743036188BCD412 (intptr_t ___0_dspconnection, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_matrix, int32_t ___2_outchannels, int32_t ___3_inchannels, int32_t ___4_inchannel_hop, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, int32_t, int32_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(int32_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSPConnection_SetMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_matrix' to native representation
float* ____1_matrix_marshaled = NULL;
if (___1_matrix != NULL)
{
____1_matrix_marshaled = reinterpret_cast<float*>((___1_matrix)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSPConnection_SetMixMatrix)(___0_dspconnection, ____1_matrix_marshaled, ___2_outchannels, ___3_inchannels, ___4_inchannel_hop);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dspconnection, ____1_matrix_marshaled, ___2_outchannels, ___3_inchannels, ___4_inchannel_hop);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetMixMatrix(System.IntPtr,System.Single[],System.Int32&,System.Int32&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetMixMatrix_m12A9778ADD378A992AEBD511297F03EC6F4853D7 (intptr_t ___0_dspconnection, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_matrix, int32_t* ___2_outchannels, int32_t* ___3_inchannels, int32_t ___4_inchannel_hop, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, int32_t*, int32_t*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t*) + sizeof(int32_t*) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSPConnection_GetMixMatrix", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_matrix' to native representation
float* ____1_matrix_marshaled = NULL;
if (___1_matrix != NULL)
{
____1_matrix_marshaled = reinterpret_cast<float*>((___1_matrix)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSPConnection_GetMixMatrix)(___0_dspconnection, ____1_matrix_marshaled, ___2_outchannels, ___3_inchannels, ___4_inchannel_hop);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dspconnection, ____1_matrix_marshaled, ___2_outchannels, ___3_inchannels, ___4_inchannel_hop);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetType(System.IntPtr,FMOD.DSPCONNECTION_TYPE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetType_m34700BF88989F0102BEF60B8077A764737B6BE85 (intptr_t ___0_dspconnection, int32_t* ___1_type, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSPConnection_GetType", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSPConnection_GetType)(___0_dspconnection, ___1_type);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dspconnection, ___1_type);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_SetUserData_m1B495203ACDC23F3A6DEBF7FD8C1219F630B96E4 (intptr_t ___0_dspconnection, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSPConnection_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSPConnection_SetUserData)(___0_dspconnection, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dspconnection, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.DSPConnection::FMOD5_DSPConnection_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSPConnection_FMOD5_DSPConnection_GetUserData_m6AF35CA8607BEB6BB43C9864712200AE5C718F48 (intptr_t ___0_dspconnection, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_DSPConnection_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_DSPConnection_GetUserData)(___0_dspconnection, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_dspconnection, ___1_userdata);
#endif
return returnValue;
}
// System.Void FMOD.DSPConnection::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSPConnection__ctor_m74A08CF744EB299F7D924DC06D28C2CCEE45BA86 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public DSPConnection(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public DSPConnection(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void DSPConnection__ctor_m74A08CF744EB299F7D924DC06D28C2CCEE45BA86_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4*>(__this + _offset);
DSPConnection__ctor_m74A08CF744EB299F7D924DC06D28C2CCEE45BA86_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.DSPConnection::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DSPConnection_hasHandle_m2C5BF3500B8C7CA3963063B0612BE40F4D1455A1 (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool DSPConnection_hasHandle_m2C5BF3500B8C7CA3963063B0612BE40F4D1455A1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4*>(__this + _offset);
bool _returnValue;
_returnValue = DSPConnection_hasHandle_m2C5BF3500B8C7CA3963063B0612BE40F4D1455A1(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.DSPConnection::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSPConnection_clearHandle_mD811F5DE7953501C3116269FF2517F5045F6A04A (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void DSPConnection_clearHandle_mD811F5DE7953501C3116269FF2517F5045F6A04A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4*>(__this + _offset);
DSPConnection_clearHandle_mD811F5DE7953501C3116269FF2517F5045F6A04A(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.Geometry::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_release_mEEBBB2FD2874E78028BD003AEBECA78A50389CEE (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_Release(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = Geometry_FMOD5_Geometry_Release_mC78924F7FE2C7B6F6BC45AE12C09DD6F2B86E0D4(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t Geometry_release_mEEBBB2FD2874E78028BD003AEBECA78A50389CEE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_release_mEEBBB2FD2874E78028BD003AEBECA78A50389CEE(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::addPolygon(System.Single,System.Single,System.Boolean,System.Int32,FMOD.VECTOR[],System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_addPolygon_m805B55170AF424C0F2B6014262A4251696DD699C (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, float ___0_directocclusion, float ___1_reverbocclusion, bool ___2_doublesided, int32_t ___3_numvertices, VECTORU5BU5D_t2A9509AF20B5FC20F177D1D4540ABA40461124E9* ___4_vertices, int32_t* ___5_polygonindex, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_AddPolygon(this.handle, directocclusion, reverbocclusion, doublesided, numvertices, vertices, out polygonindex);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_directocclusion;
float L_2 = ___1_reverbocclusion;
bool L_3 = ___2_doublesided;
int32_t L_4 = ___3_numvertices;
VECTORU5BU5D_t2A9509AF20B5FC20F177D1D4540ABA40461124E9* L_5 = ___4_vertices;
int32_t* L_6 = ___5_polygonindex;
int32_t L_7;
L_7 = Geometry_FMOD5_Geometry_AddPolygon_m00B12B4A9A1519EFC9508D7AA3F252CE10B08EE5(L_0, L_1, L_2, L_3, L_4, L_5, L_6, NULL);
return L_7;
}
}
IL2CPP_EXTERN_C int32_t Geometry_addPolygon_m805B55170AF424C0F2B6014262A4251696DD699C_AdjustorThunk (RuntimeObject* __this, float ___0_directocclusion, float ___1_reverbocclusion, bool ___2_doublesided, int32_t ___3_numvertices, VECTORU5BU5D_t2A9509AF20B5FC20F177D1D4540ABA40461124E9* ___4_vertices, int32_t* ___5_polygonindex, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_addPolygon_m805B55170AF424C0F2B6014262A4251696DD699C(_thisAdjusted, ___0_directocclusion, ___1_reverbocclusion, ___2_doublesided, ___3_numvertices, ___4_vertices, ___5_polygonindex, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::getNumPolygons(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getNumPolygons_mBA12240D6F0D95A8AAF27467B6945DA112197D4E (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t* ___0_numpolygons, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_GetNumPolygons(this.handle, out numpolygons);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numpolygons;
int32_t L_2;
L_2 = Geometry_FMOD5_Geometry_GetNumPolygons_mC87BB8DBFA9EB23CB9F3830A5580FFA19AF3C551(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Geometry_getNumPolygons_mBA12240D6F0D95A8AAF27467B6945DA112197D4E_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numpolygons, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_getNumPolygons_mBA12240D6F0D95A8AAF27467B6945DA112197D4E(_thisAdjusted, ___0_numpolygons, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::getMaxPolygons(System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getMaxPolygons_m20A60ED527006F59D996DA526234FD1D2157F4AC (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t* ___0_maxpolygons, int32_t* ___1_maxvertices, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_GetMaxPolygons(this.handle, out maxpolygons, out maxvertices);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_maxpolygons;
int32_t* L_2 = ___1_maxvertices;
int32_t L_3;
L_3 = Geometry_FMOD5_Geometry_GetMaxPolygons_m7F384E5FE478FD3326B6E47A71D08B41661D97AD(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Geometry_getMaxPolygons_m20A60ED527006F59D996DA526234FD1D2157F4AC_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_maxpolygons, int32_t* ___1_maxvertices, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_getMaxPolygons_m20A60ED527006F59D996DA526234FD1D2157F4AC(_thisAdjusted, ___0_maxpolygons, ___1_maxvertices, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::getPolygonNumVertices(System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPolygonNumVertices_m784EDE08286AC35E36FFB42CEC2E34375F0B634F (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t ___0_index, int32_t* ___1_numvertices, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_GetPolygonNumVertices(this.handle, index, out numvertices);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
int32_t* L_2 = ___1_numvertices;
int32_t L_3;
L_3 = Geometry_FMOD5_Geometry_GetPolygonNumVertices_m2E72F82351B7B66A30EE875A72628065013288F5(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Geometry_getPolygonNumVertices_m784EDE08286AC35E36FFB42CEC2E34375F0B634F_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, int32_t* ___1_numvertices, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_getPolygonNumVertices_m784EDE08286AC35E36FFB42CEC2E34375F0B634F(_thisAdjusted, ___0_index, ___1_numvertices, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::setPolygonVertex(System.Int32,System.Int32,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setPolygonVertex_m92341C6558E2E58EAA840998BE65A84F978757A6 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t ___0_index, int32_t ___1_vertexindex, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vertex, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_SetPolygonVertex(this.handle, index, vertexindex, ref vertex);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
int32_t L_2 = ___1_vertexindex;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_3 = ___2_vertex;
int32_t L_4;
L_4 = Geometry_FMOD5_Geometry_SetPolygonVertex_m936F28AD63BCDA0C504C84615B49CCC919EC68BA(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Geometry_setPolygonVertex_m92341C6558E2E58EAA840998BE65A84F978757A6_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, int32_t ___1_vertexindex, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vertex, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_setPolygonVertex_m92341C6558E2E58EAA840998BE65A84F978757A6(_thisAdjusted, ___0_index, ___1_vertexindex, ___2_vertex, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::getPolygonVertex(System.Int32,System.Int32,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPolygonVertex_m00E6D343FAC0F1ABC00F0CE19F20271C448D852F (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t ___0_index, int32_t ___1_vertexindex, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vertex, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_GetPolygonVertex(this.handle, index, vertexindex, out vertex);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
int32_t L_2 = ___1_vertexindex;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_3 = ___2_vertex;
int32_t L_4;
L_4 = Geometry_FMOD5_Geometry_GetPolygonVertex_m2723BB8AFBC224A4299A3447A59A65A859F12164(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Geometry_getPolygonVertex_m00E6D343FAC0F1ABC00F0CE19F20271C448D852F_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, int32_t ___1_vertexindex, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_vertex, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_getPolygonVertex_m00E6D343FAC0F1ABC00F0CE19F20271C448D852F(_thisAdjusted, ___0_index, ___1_vertexindex, ___2_vertex, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::setPolygonAttributes(System.Int32,System.Single,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setPolygonAttributes_m8E92215344BD364A92AB82A0FDB33F0522C68A8A (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t ___0_index, float ___1_directocclusion, float ___2_reverbocclusion, bool ___3_doublesided, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_SetPolygonAttributes(this.handle, index, directocclusion, reverbocclusion, doublesided);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
float L_2 = ___1_directocclusion;
float L_3 = ___2_reverbocclusion;
bool L_4 = ___3_doublesided;
int32_t L_5;
L_5 = Geometry_FMOD5_Geometry_SetPolygonAttributes_m241A1CD02DFBECE740F80CDCF3C06C7846E5F0FB(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t Geometry_setPolygonAttributes_m8E92215344BD364A92AB82A0FDB33F0522C68A8A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, float ___1_directocclusion, float ___2_reverbocclusion, bool ___3_doublesided, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_setPolygonAttributes_m8E92215344BD364A92AB82A0FDB33F0522C68A8A(_thisAdjusted, ___0_index, ___1_directocclusion, ___2_reverbocclusion, ___3_doublesided, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::getPolygonAttributes(System.Int32,System.Single&,System.Single&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPolygonAttributes_m1E7224CF8A18EF6F0F1FD75229FE48B3511486A0 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, int32_t ___0_index, float* ___1_directocclusion, float* ___2_reverbocclusion, bool* ___3_doublesided, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_GetPolygonAttributes(this.handle, index, out directocclusion, out reverbocclusion, out doublesided);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
float* L_2 = ___1_directocclusion;
float* L_3 = ___2_reverbocclusion;
bool* L_4 = ___3_doublesided;
int32_t L_5;
L_5 = Geometry_FMOD5_Geometry_GetPolygonAttributes_mEDA0686A72169A34F07F9A9357636BA46374B505(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t Geometry_getPolygonAttributes_m1E7224CF8A18EF6F0F1FD75229FE48B3511486A0_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, float* ___1_directocclusion, float* ___2_reverbocclusion, bool* ___3_doublesided, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_getPolygonAttributes_m1E7224CF8A18EF6F0F1FD75229FE48B3511486A0(_thisAdjusted, ___0_index, ___1_directocclusion, ___2_reverbocclusion, ___3_doublesided, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::setActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setActive_m37134C2B51006DA7ED3FC1E2F641E5DDBB03E3C4 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, bool ___0_active, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_SetActive(this.handle, active);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_active;
int32_t L_2;
L_2 = Geometry_FMOD5_Geometry_SetActive_mB168ECF7A83F7D659FCE93A4F6CE91A4D415C925(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Geometry_setActive_m37134C2B51006DA7ED3FC1E2F641E5DDBB03E3C4_AdjustorThunk (RuntimeObject* __this, bool ___0_active, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_setActive_m37134C2B51006DA7ED3FC1E2F641E5DDBB03E3C4(_thisAdjusted, ___0_active, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::getActive(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getActive_mA03F3DADA2CB5A3B5039EE040496507892BB709D (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, bool* ___0_active, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_GetActive(this.handle, out active);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_active;
int32_t L_2;
L_2 = Geometry_FMOD5_Geometry_GetActive_m0E43EC005EAE683E90BE7B7D53680CEC85111442(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Geometry_getActive_mA03F3DADA2CB5A3B5039EE040496507892BB709D_AdjustorThunk (RuntimeObject* __this, bool* ___0_active, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_getActive_mA03F3DADA2CB5A3B5039EE040496507892BB709D(_thisAdjusted, ___0_active, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::setRotation(FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setRotation_mFF6A85C3563B9CDAF21B639F4A2C28F8EBAEF543 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_forward, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_up, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_SetRotation(this.handle, ref forward, ref up);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_forward;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_2 = ___1_up;
int32_t L_3;
L_3 = Geometry_FMOD5_Geometry_SetRotation_m48594A68C9C7202D27BADD8C6CEC26B028E283FE(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Geometry_setRotation_mFF6A85C3563B9CDAF21B639F4A2C28F8EBAEF543_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_forward, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_up, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_setRotation_mFF6A85C3563B9CDAF21B639F4A2C28F8EBAEF543(_thisAdjusted, ___0_forward, ___1_up, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::getRotation(FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getRotation_m49F01314834593B36EE643054128EED80446FA70 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_forward, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_up, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_GetRotation(this.handle, out forward, out up);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_forward;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_2 = ___1_up;
int32_t L_3;
L_3 = Geometry_FMOD5_Geometry_GetRotation_mAE516EE769175883A145B3CADC306A28D4BE83FB(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Geometry_getRotation_m49F01314834593B36EE643054128EED80446FA70_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_forward, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_up, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_getRotation_m49F01314834593B36EE643054128EED80446FA70(_thisAdjusted, ___0_forward, ___1_up, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::setPosition(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setPosition_mB4C2E8721BE7E96A2101FB85D40AC4ED879AD024 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_position, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_SetPosition(this.handle, ref position);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_position;
int32_t L_2;
L_2 = Geometry_FMOD5_Geometry_SetPosition_m663CF3411A1F2BECF64805720167F37A85B4A12F(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Geometry_setPosition_mB4C2E8721BE7E96A2101FB85D40AC4ED879AD024_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_position, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_setPosition_mB4C2E8721BE7E96A2101FB85D40AC4ED879AD024(_thisAdjusted, ___0_position, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::getPosition(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getPosition_m191A15FD929327B23EADEA195B5D1C7FD2598D80 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_position, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_GetPosition(this.handle, out position);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_position;
int32_t L_2;
L_2 = Geometry_FMOD5_Geometry_GetPosition_m905AA936D055B9B9F66535389B4118BFDCBBE1AD(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Geometry_getPosition_m191A15FD929327B23EADEA195B5D1C7FD2598D80_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_position, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_getPosition_m191A15FD929327B23EADEA195B5D1C7FD2598D80(_thisAdjusted, ___0_position, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::setScale(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setScale_m3C313E770523A6C9BA82D32015818F810DCED0BB (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_scale, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_SetScale(this.handle, ref scale);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_scale;
int32_t L_2;
L_2 = Geometry_FMOD5_Geometry_SetScale_m29EE447AE91026E12CCA3C5540D0453C05A63B93(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Geometry_setScale_m3C313E770523A6C9BA82D32015818F810DCED0BB_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_scale, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_setScale_m3C313E770523A6C9BA82D32015818F810DCED0BB(_thisAdjusted, ___0_scale, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::getScale(FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getScale_mD8017B7F0D35CC7652A53F16C777A4FA347667E6 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_scale, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_GetScale(this.handle, out scale);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_scale;
int32_t L_2;
L_2 = Geometry_FMOD5_Geometry_GetScale_mF960ABE373888EFA8B7BB916D15ECCAD952E287D(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Geometry_getScale_mD8017B7F0D35CC7652A53F16C777A4FA347667E6_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_scale, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_getScale_mD8017B7F0D35CC7652A53F16C777A4FA347667E6(_thisAdjusted, ___0_scale, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::save(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_save_mC81E61C5B08BD9ADA8EED65E34200DD2BBF5E21C (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, intptr_t ___0_data, int32_t* ___1_datasize, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_Save(this.handle, data, out datasize);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_data;
int32_t* L_2 = ___1_datasize;
int32_t L_3;
L_3 = Geometry_FMOD5_Geometry_Save_m6F1A2DCAAC05D442107A1BA5E0F731ECEB284B9E(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Geometry_save_mC81E61C5B08BD9ADA8EED65E34200DD2BBF5E21C_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_data, int32_t* ___1_datasize, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_save_mC81E61C5B08BD9ADA8EED65E34200DD2BBF5E21C(_thisAdjusted, ___0_data, ___1_datasize, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_setUserData_m6CA067337928A19583B2B05668D7A414F8AC0242 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = Geometry_FMOD5_Geometry_SetUserData_mE0810A5789812A985E8CE647FA8B6742C135CCA1(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Geometry_setUserData_m6CA067337928A19583B2B05668D7A414F8AC0242_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_setUserData_m6CA067337928A19583B2B05668D7A414F8AC0242(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_getUserData_mF0704ABE3F7980DA7DD6526697A20D0180DCCEE1 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_Geometry_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = Geometry_FMOD5_Geometry_GetUserData_mAD18BBD79A93B6D7362BD8E5599951190682B0F9(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Geometry_getUserData_mF0704ABE3F7980DA7DD6526697A20D0180DCCEE1_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
int32_t _returnValue;
_returnValue = Geometry_getUserData_mF0704ABE3F7980DA7DD6526697A20D0180DCCEE1(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_Release_mC78924F7FE2C7B6F6BC45AE12C09DD6F2B86E0D4 (intptr_t ___0_geometry, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_Release)(___0_geometry);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_AddPolygon(System.IntPtr,System.Single,System.Single,System.Boolean,System.Int32,FMOD.VECTOR[],System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_AddPolygon_m00B12B4A9A1519EFC9508D7AA3F252CE10B08EE5 (intptr_t ___0_geometry, float ___1_directocclusion, float ___2_reverbocclusion, bool ___3_doublesided, int32_t ___4_numvertices, VECTORU5BU5D_t2A9509AF20B5FC20F177D1D4540ABA40461124E9* ___5_vertices, int32_t* ___6_polygonindex, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, float, int32_t, int32_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(float) + 4 + sizeof(int32_t) + sizeof(void*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_AddPolygon", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___5_vertices' to native representation
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ____5_vertices_marshaled = NULL;
if (___5_vertices != NULL)
{
____5_vertices_marshaled = reinterpret_cast<VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*>((___5_vertices)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_AddPolygon)(___0_geometry, ___1_directocclusion, ___2_reverbocclusion, static_cast<int32_t>(___3_doublesided), ___4_numvertices, ____5_vertices_marshaled, ___6_polygonindex);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_directocclusion, ___2_reverbocclusion, static_cast<int32_t>(___3_doublesided), ___4_numvertices, ____5_vertices_marshaled, ___6_polygonindex);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetNumPolygons(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetNumPolygons_mC87BB8DBFA9EB23CB9F3830A5580FFA19AF3C551 (intptr_t ___0_geometry, int32_t* ___1_numpolygons, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_GetNumPolygons", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_GetNumPolygons)(___0_geometry, ___1_numpolygons);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_numpolygons);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetMaxPolygons(System.IntPtr,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetMaxPolygons_m7F384E5FE478FD3326B6E47A71D08B41661D97AD (intptr_t ___0_geometry, int32_t* ___1_maxpolygons, int32_t* ___2_maxvertices, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_GetMaxPolygons", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_GetMaxPolygons)(___0_geometry, ___1_maxpolygons, ___2_maxvertices);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_maxpolygons, ___2_maxvertices);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPolygonNumVertices(System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPolygonNumVertices_m2E72F82351B7B66A30EE875A72628065013288F5 (intptr_t ___0_geometry, int32_t ___1_index, int32_t* ___2_numvertices, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_GetPolygonNumVertices", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_GetPolygonNumVertices)(___0_geometry, ___1_index, ___2_numvertices);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_index, ___2_numvertices);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetPolygonVertex(System.IntPtr,System.Int32,System.Int32,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetPolygonVertex_m936F28AD63BCDA0C504C84615B49CCC919EC68BA (intptr_t ___0_geometry, int32_t ___1_index, int32_t ___2_vertexindex, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___3_vertex, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_SetPolygonVertex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_SetPolygonVertex)(___0_geometry, ___1_index, ___2_vertexindex, ___3_vertex);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_index, ___2_vertexindex, ___3_vertex);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPolygonVertex(System.IntPtr,System.Int32,System.Int32,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPolygonVertex_m2723BB8AFBC224A4299A3447A59A65A859F12164 (intptr_t ___0_geometry, int32_t ___1_index, int32_t ___2_vertexindex, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___3_vertex, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_GetPolygonVertex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_GetPolygonVertex)(___0_geometry, ___1_index, ___2_vertexindex, ___3_vertex);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_index, ___2_vertexindex, ___3_vertex);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetPolygonAttributes(System.IntPtr,System.Int32,System.Single,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetPolygonAttributes_m241A1CD02DFBECE740F80CDCF3C06C7846E5F0FB (intptr_t ___0_geometry, int32_t ___1_index, float ___2_directocclusion, float ___3_reverbocclusion, bool ___4_doublesided, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float, float, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float) + sizeof(float) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_SetPolygonAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_SetPolygonAttributes)(___0_geometry, ___1_index, ___2_directocclusion, ___3_reverbocclusion, static_cast<int32_t>(___4_doublesided));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_index, ___2_directocclusion, ___3_reverbocclusion, static_cast<int32_t>(___4_doublesided));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPolygonAttributes(System.IntPtr,System.Int32,System.Single&,System.Single&,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPolygonAttributes_mEDA0686A72169A34F07F9A9357636BA46374B505 (intptr_t ___0_geometry, int32_t ___1_index, float* ___2_directocclusion, float* ___3_reverbocclusion, bool* ___4_doublesided, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float*, float*, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float*) + sizeof(float*) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_GetPolygonAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___4_doublesided' to native representation
int32_t ____4_doublesided_empty = 0;
int32_t* ____4_doublesided_marshaled = &____4_doublesided_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_GetPolygonAttributes)(___0_geometry, ___1_index, ___2_directocclusion, ___3_reverbocclusion, ____4_doublesided_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_index, ___2_directocclusion, ___3_reverbocclusion, ____4_doublesided_marshaled);
#endif
// Marshaling of parameter '___4_doublesided' back from native representation
bool _____4_doublesided_marshaled_unmarshaled_dereferenced = false;
_____4_doublesided_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____4_doublesided_marshaled);
*___4_doublesided = _____4_doublesided_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetActive(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetActive_mB168ECF7A83F7D659FCE93A4F6CE91A4D415C925 (intptr_t ___0_geometry, bool ___1_active, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_SetActive", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_SetActive)(___0_geometry, static_cast<int32_t>(___1_active));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, static_cast<int32_t>(___1_active));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetActive(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetActive_m0E43EC005EAE683E90BE7B7D53680CEC85111442 (intptr_t ___0_geometry, bool* ___1_active, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_GetActive", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_active' to native representation
int32_t ____1_active_empty = 0;
int32_t* ____1_active_marshaled = &____1_active_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_GetActive)(___0_geometry, ____1_active_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ____1_active_marshaled);
#endif
// Marshaling of parameter '___1_active' back from native representation
bool _____1_active_marshaled_unmarshaled_dereferenced = false;
_____1_active_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_active_marshaled);
*___1_active = _____1_active_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetRotation(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetRotation_m48594A68C9C7202D27BADD8C6CEC26B028E283FE (intptr_t ___0_geometry, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_forward, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_up, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_SetRotation", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_SetRotation)(___0_geometry, ___1_forward, ___2_up);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_forward, ___2_up);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetRotation(System.IntPtr,FMOD.VECTOR&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetRotation_mAE516EE769175883A145B3CADC306A28D4BE83FB (intptr_t ___0_geometry, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_forward, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_up, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_GetRotation", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_GetRotation)(___0_geometry, ___1_forward, ___2_up);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_forward, ___2_up);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetPosition(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetPosition_m663CF3411A1F2BECF64805720167F37A85B4A12F (intptr_t ___0_geometry, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_position, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_SetPosition", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_SetPosition)(___0_geometry, ___1_position);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_position);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetPosition(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetPosition_m905AA936D055B9B9F66535389B4118BFDCBBE1AD (intptr_t ___0_geometry, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_position, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_GetPosition", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_GetPosition)(___0_geometry, ___1_position);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_position);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetScale(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetScale_m29EE447AE91026E12CCA3C5540D0453C05A63B93 (intptr_t ___0_geometry, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_scale, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_SetScale", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_SetScale)(___0_geometry, ___1_scale);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_scale);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetScale(System.IntPtr,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetScale_mF960ABE373888EFA8B7BB916D15ECCAD952E287D (intptr_t ___0_geometry, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_scale, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_GetScale", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_GetScale)(___0_geometry, ___1_scale);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_scale);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_Save(System.IntPtr,System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_Save_m6F1A2DCAAC05D442107A1BA5E0F731ECEB284B9E (intptr_t ___0_geometry, intptr_t ___1_data, int32_t* ___2_datasize, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_Save", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_Save)(___0_geometry, ___1_data, ___2_datasize);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_data, ___2_datasize);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_SetUserData_mE0810A5789812A985E8CE647FA8B6742C135CCA1 (intptr_t ___0_geometry, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_SetUserData)(___0_geometry, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Geometry::FMOD5_Geometry_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Geometry_FMOD5_Geometry_GetUserData_mAD18BBD79A93B6D7362BD8E5599951190682B0F9 (intptr_t ___0_geometry, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Geometry_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Geometry_GetUserData)(___0_geometry, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_geometry, ___1_userdata);
#endif
return returnValue;
}
// System.Void FMOD.Geometry::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Geometry__ctor_m314B0455F2188D119CA7310327816B7AB6476DE6 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public Geometry(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public Geometry(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void Geometry__ctor_m314B0455F2188D119CA7310327816B7AB6476DE6_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
Geometry__ctor_m314B0455F2188D119CA7310327816B7AB6476DE6_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.Geometry::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Geometry_hasHandle_m1788D6CA684111796B1507CF67E8D111C09AAFAA (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool Geometry_hasHandle_m1788D6CA684111796B1507CF67E8D111C09AAFAA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
bool _returnValue;
_returnValue = Geometry_hasHandle_m1788D6CA684111796B1507CF67E8D111C09AAFAA(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.Geometry::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Geometry_clearHandle_m454D4E4BCD60797C17551568C7B3C8AD8744AD07 (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void Geometry_clearHandle_m454D4E4BCD60797C17551568C7B3C8AD8744AD07_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A*>(__this + _offset);
Geometry_clearHandle_m454D4E4BCD60797C17551568C7B3C8AD8744AD07(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.Reverb3D::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_release_mCE95ADF124F6D0080DC57CF2A2BAF06724DE9E37 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, const RuntimeMethod* method)
{
{
// return FMOD5_Reverb3D_Release(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = Reverb3D_FMOD5_Reverb3D_Release_m1B95ED3F60D94F9068959E58C6E7C23FCDB15B65(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t Reverb3D_release_mCE95ADF124F6D0080DC57CF2A2BAF06724DE9E37_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90*>(__this + _offset);
int32_t _returnValue;
_returnValue = Reverb3D_release_mCE95ADF124F6D0080DC57CF2A2BAF06724DE9E37(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::set3DAttributes(FMOD.VECTOR&,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_set3DAttributes_mF1EEF150BB5EF4286451CE7D4284ED3282901C05 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_position, float ___1_mindistance, float ___2_maxdistance, const RuntimeMethod* method)
{
{
// return FMOD5_Reverb3D_Set3DAttributes(this.handle, ref position, mindistance, maxdistance);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_position;
float L_2 = ___1_mindistance;
float L_3 = ___2_maxdistance;
int32_t L_4;
L_4 = Reverb3D_FMOD5_Reverb3D_Set3DAttributes_m8760790B1584416B448428A6F53F543B410B8FEE(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Reverb3D_set3DAttributes_mF1EEF150BB5EF4286451CE7D4284ED3282901C05_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_position, float ___1_mindistance, float ___2_maxdistance, const RuntimeMethod* method)
{
Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90*>(__this + _offset);
int32_t _returnValue;
_returnValue = Reverb3D_set3DAttributes_mF1EEF150BB5EF4286451CE7D4284ED3282901C05(_thisAdjusted, ___0_position, ___1_mindistance, ___2_maxdistance, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::get3DAttributes(FMOD.VECTOR&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_get3DAttributes_mC51EAF9605D41E6FE9BF92DCC71481A6153C55D7 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_position, float* ___1_mindistance, float* ___2_maxdistance, const RuntimeMethod* method)
{
{
// return FMOD5_Reverb3D_Get3DAttributes(this.handle, ref position, ref mindistance, ref maxdistance);
intptr_t L_0 = __this->___handle_0;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_1 = ___0_position;
float* L_2 = ___1_mindistance;
float* L_3 = ___2_maxdistance;
int32_t L_4;
L_4 = Reverb3D_FMOD5_Reverb3D_Get3DAttributes_mB7BA0ACFA568542AA31E5E7C1DF24150A66C0FAF(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t Reverb3D_get3DAttributes_mC51EAF9605D41E6FE9BF92DCC71481A6153C55D7_AdjustorThunk (RuntimeObject* __this, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___0_position, float* ___1_mindistance, float* ___2_maxdistance, const RuntimeMethod* method)
{
Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90*>(__this + _offset);
int32_t _returnValue;
_returnValue = Reverb3D_get3DAttributes_mC51EAF9605D41E6FE9BF92DCC71481A6153C55D7(_thisAdjusted, ___0_position, ___1_mindistance, ___2_maxdistance, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::setProperties(FMOD.REVERB_PROPERTIES&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_setProperties_mF922B36BCBF9A5E02FD251A694CAE6E212089918 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91* ___0_properties, const RuntimeMethod* method)
{
{
// return FMOD5_Reverb3D_SetProperties(this.handle, ref properties);
intptr_t L_0 = __this->___handle_0;
REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91* L_1 = ___0_properties;
int32_t L_2;
L_2 = Reverb3D_FMOD5_Reverb3D_SetProperties_mAE3464D22964BE3006DB6B6D66042CAA28DC667A(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Reverb3D_setProperties_mF922B36BCBF9A5E02FD251A694CAE6E212089918_AdjustorThunk (RuntimeObject* __this, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91* ___0_properties, const RuntimeMethod* method)
{
Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90*>(__this + _offset);
int32_t _returnValue;
_returnValue = Reverb3D_setProperties_mF922B36BCBF9A5E02FD251A694CAE6E212089918(_thisAdjusted, ___0_properties, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::getProperties(FMOD.REVERB_PROPERTIES&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_getProperties_mE71934CFD5FE03B7E6325EB16DCD82A503BDF33D (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91* ___0_properties, const RuntimeMethod* method)
{
{
// return FMOD5_Reverb3D_GetProperties(this.handle, ref properties);
intptr_t L_0 = __this->___handle_0;
REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91* L_1 = ___0_properties;
int32_t L_2;
L_2 = Reverb3D_FMOD5_Reverb3D_GetProperties_mC24C3F49AE1D224D322386D4045EF6EA34445158(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Reverb3D_getProperties_mE71934CFD5FE03B7E6325EB16DCD82A503BDF33D_AdjustorThunk (RuntimeObject* __this, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91* ___0_properties, const RuntimeMethod* method)
{
Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90*>(__this + _offset);
int32_t _returnValue;
_returnValue = Reverb3D_getProperties_mE71934CFD5FE03B7E6325EB16DCD82A503BDF33D(_thisAdjusted, ___0_properties, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::setActive(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_setActive_m9080D57FD787DA920F1835818767AA65DCC149A2 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, bool ___0_active, const RuntimeMethod* method)
{
{
// return FMOD5_Reverb3D_SetActive(this.handle, active);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_active;
int32_t L_2;
L_2 = Reverb3D_FMOD5_Reverb3D_SetActive_m9F8F8D15543AA45CF9DE43B69C932CE8F2B5EBE6(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Reverb3D_setActive_m9080D57FD787DA920F1835818767AA65DCC149A2_AdjustorThunk (RuntimeObject* __this, bool ___0_active, const RuntimeMethod* method)
{
Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90*>(__this + _offset);
int32_t _returnValue;
_returnValue = Reverb3D_setActive_m9080D57FD787DA920F1835818767AA65DCC149A2(_thisAdjusted, ___0_active, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::getActive(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_getActive_mF03AE4716E1B1CF1B7AFCCD56F02BCF8A1E80B3C (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, bool* ___0_active, const RuntimeMethod* method)
{
{
// return FMOD5_Reverb3D_GetActive(this.handle, out active);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_active;
int32_t L_2;
L_2 = Reverb3D_FMOD5_Reverb3D_GetActive_m1271FEDDB7CF300B73592C580677D6E20B0CECD5(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Reverb3D_getActive_mF03AE4716E1B1CF1B7AFCCD56F02BCF8A1E80B3C_AdjustorThunk (RuntimeObject* __this, bool* ___0_active, const RuntimeMethod* method)
{
Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90*>(__this + _offset);
int32_t _returnValue;
_returnValue = Reverb3D_getActive_mF03AE4716E1B1CF1B7AFCCD56F02BCF8A1E80B3C(_thisAdjusted, ___0_active, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_setUserData_mADD7F45506CF5B785E0822EC35AAF80509446629 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_Reverb3D_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = Reverb3D_FMOD5_Reverb3D_SetUserData_m3DBF95CD9B9663458FCD00B455DE126FE492D064(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Reverb3D_setUserData_mADD7F45506CF5B785E0822EC35AAF80509446629_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90*>(__this + _offset);
int32_t _returnValue;
_returnValue = Reverb3D_setUserData_mADD7F45506CF5B785E0822EC35AAF80509446629(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_getUserData_m6753A2601B3AAB2B1D80EE8AF289B8BC3C73DBA5 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD5_Reverb3D_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = Reverb3D_FMOD5_Reverb3D_GetUserData_m3942B23FAAF05716878BF5E4FD3E681097D5D569(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Reverb3D_getUserData_m6753A2601B3AAB2B1D80EE8AF289B8BC3C73DBA5_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90*>(__this + _offset);
int32_t _returnValue;
_returnValue = Reverb3D_getUserData_m6753A2601B3AAB2B1D80EE8AF289B8BC3C73DBA5(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_Release_m1B95ED3F60D94F9068959E58C6E7C23FCDB15B65 (intptr_t ___0_reverb3d, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Reverb3D_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Reverb3D_Release)(___0_reverb3d);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_reverb3d);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_Set3DAttributes(System.IntPtr,FMOD.VECTOR&,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_Set3DAttributes_m8760790B1584416B448428A6F53F543B410B8FEE (intptr_t ___0_reverb3d, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_position, float ___2_mindistance, float ___3_maxdistance, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, float, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*) + sizeof(float) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Reverb3D_Set3DAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Reverb3D_Set3DAttributes)(___0_reverb3d, ___1_position, ___2_mindistance, ___3_maxdistance);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_reverb3d, ___1_position, ___2_mindistance, ___3_maxdistance);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_Get3DAttributes(System.IntPtr,FMOD.VECTOR&,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_Get3DAttributes_mB7BA0ACFA568542AA31E5E7C1DF24150A66C0FAF (intptr_t ___0_reverb3d, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___1_position, float* ___2_mindistance, float* ___3_maxdistance, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Reverb3D_Get3DAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Reverb3D_Get3DAttributes)(___0_reverb3d, ___1_position, ___2_mindistance, ___3_maxdistance);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_reverb3d, ___1_position, ___2_mindistance, ___3_maxdistance);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_SetProperties(System.IntPtr,FMOD.REVERB_PROPERTIES&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_SetProperties_mAE3464D22964BE3006DB6B6D66042CAA28DC667A (intptr_t ___0_reverb3d, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91* ___1_properties, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Reverb3D_SetProperties", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Reverb3D_SetProperties)(___0_reverb3d, ___1_properties);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_reverb3d, ___1_properties);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_GetProperties(System.IntPtr,FMOD.REVERB_PROPERTIES&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_GetProperties_mC24C3F49AE1D224D322386D4045EF6EA34445158 (intptr_t ___0_reverb3d, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91* ___1_properties, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(REVERB_PROPERTIES_t0234F82A066F49E9E54651CF4502275E15912B91*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Reverb3D_GetProperties", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Reverb3D_GetProperties)(___0_reverb3d, ___1_properties);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_reverb3d, ___1_properties);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_SetActive(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_SetActive_m9F8F8D15543AA45CF9DE43B69C932CE8F2B5EBE6 (intptr_t ___0_reverb3d, bool ___1_active, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Reverb3D_SetActive", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Reverb3D_SetActive)(___0_reverb3d, static_cast<int32_t>(___1_active));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_reverb3d, static_cast<int32_t>(___1_active));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_GetActive(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_GetActive_m1271FEDDB7CF300B73592C580677D6E20B0CECD5 (intptr_t ___0_reverb3d, bool* ___1_active, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Reverb3D_GetActive", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_active' to native representation
int32_t ____1_active_empty = 0;
int32_t* ____1_active_marshaled = &____1_active_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Reverb3D_GetActive)(___0_reverb3d, ____1_active_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_reverb3d, ____1_active_marshaled);
#endif
// Marshaling of parameter '___1_active' back from native representation
bool _____1_active_marshaled_unmarshaled_dereferenced = false;
_____1_active_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_active_marshaled);
*___1_active = _____1_active_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_SetUserData_m3DBF95CD9B9663458FCD00B455DE126FE492D064 (intptr_t ___0_reverb3d, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Reverb3D_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Reverb3D_SetUserData)(___0_reverb3d, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_reverb3d, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Reverb3D::FMOD5_Reverb3D_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Reverb3D_FMOD5_Reverb3D_GetUserData_m3942B23FAAF05716878BF5E4FD3E681097D5D569 (intptr_t ___0_reverb3d, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmod_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmod"), "FMOD5_Reverb3D_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmod_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD5_Reverb3D_GetUserData)(___0_reverb3d, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_reverb3d, ___1_userdata);
#endif
return returnValue;
}
// System.Void FMOD.Reverb3D::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reverb3D__ctor_m4ABA0D0F7863BF1583995D4FCF632A5829E86885 (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public Reverb3D(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public Reverb3D(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void Reverb3D__ctor_m4ABA0D0F7863BF1583995D4FCF632A5829E86885_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90*>(__this + _offset);
Reverb3D__ctor_m4ABA0D0F7863BF1583995D4FCF632A5829E86885_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.Reverb3D::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Reverb3D_hasHandle_m0EC48B4FBA2278C20B272BFD04A8E9F4E65212AB (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool Reverb3D_hasHandle_m0EC48B4FBA2278C20B272BFD04A8E9F4E65212AB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90*>(__this + _offset);
bool _returnValue;
_returnValue = Reverb3D_hasHandle_m0EC48B4FBA2278C20B272BFD04A8E9F4E65212AB(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.Reverb3D::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Reverb3D_clearHandle_m43CFCB6CDE40C628ABC2E294065FF7B1E92D7A2B (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void Reverb3D_clearHandle_m43CFCB6CDE40C628ABC2E294065FF7B1E92D7A2B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90*>(__this + _offset);
Reverb3D_clearHandle_m43CFCB6CDE40C628ABC2E294065FF7B1E92D7A2B(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FMOD.StringWrapper::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringWrapper__ctor_m2AF574E2FFE735EEAAA07A8DA3B7BBB019E7FFC2 (StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// nativeUtf8Ptr = ptr;
intptr_t L_0 = ___0_ptr;
__this->___nativeUtf8Ptr_0 = L_0;
// }
return;
}
}
IL2CPP_EXTERN_C void StringWrapper__ctor_m2AF574E2FFE735EEAAA07A8DA3B7BBB019E7FFC2_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53*>(__this + _offset);
StringWrapper__ctor_m2AF574E2FFE735EEAAA07A8DA3B7BBB019E7FFC2_inline(_thisAdjusted, ___0_ptr, method);
}
// System.String FMOD.StringWrapper::op_Implicit(FMOD.StringWrapper)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringWrapper_op_Implicit_mE9E6519DFDE94CC914F0BCE63AA92A05741B87A6 (StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 ___0_fstring, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
String_t* V_1 = NULL;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0015:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_001e;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_001e:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return encoder.stringFromNative(fstring.nativeUtf8Ptr);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 L_4 = ___0_fstring;
intptr_t L_5 = L_4.___nativeUtf8Ptr_0;
NullCheck(L_3);
String_t* L_6;
L_6 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_3, L_5, NULL);
V_1 = L_6;
goto IL_001f;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_001f:
{
// }
String_t* L_7 = V_1;
return L_7;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.StringHelper/ThreadSafeEncoding FMOD.StringHelper::GetFreeHelper()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0BEB379582A81B2C2C1CCBC1A2645D49D93423C1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9C9440AD9D71FC70172766DCDACCA5F114908EE6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1CA7D4DD176E30C7A4094B9A58B9A7D7D3725988_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* V_0 = NULL;
bool V_1 = false;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_2 = NULL;
int32_t V_3 = 0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_4 = NULL;
{
// lock (encoders)
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* L_0 = ((StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var))->___encoders_0;
V_0 = L_0;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0066:
{// begin finally (depth: 1)
{
bool L_1 = V_1;
if (!L_1)
{
goto IL_006f;
}
}
{
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* L_2 = V_0;
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
}
IL_006f:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* L_3 = V_0;
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
// ThreadSafeEncoding helper = null;
V_2 = (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59*)NULL;
// for (int i = 0; i < encoders.Count; i++)
V_3 = 0;
goto IL_003a_1;
}
IL_0016_1:
{
// if (!encoders[i].InUse())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* L_4 = ((StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var))->___encoders_0;
int32_t L_5 = V_3;
NullCheck(L_4);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_6;
L_6 = List_1_get_Item_m1CA7D4DD176E30C7A4094B9A58B9A7D7D3725988(L_4, L_5, List_1_get_Item_m1CA7D4DD176E30C7A4094B9A58B9A7D7D3725988_RuntimeMethod_var);
NullCheck(L_6);
bool L_7;
L_7 = ThreadSafeEncoding_InUse_mB64AB936E529210DB70ABD12FFD2221322E98D21_inline(L_6, NULL);
if (L_7)
{
goto IL_0036_1;
}
}
{
// helper = encoders[i];
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* L_8 = ((StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var))->___encoders_0;
int32_t L_9 = V_3;
NullCheck(L_8);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_10;
L_10 = List_1_get_Item_m1CA7D4DD176E30C7A4094B9A58B9A7D7D3725988(L_8, L_9, List_1_get_Item_m1CA7D4DD176E30C7A4094B9A58B9A7D7D3725988_RuntimeMethod_var);
V_2 = L_10;
// break;
goto IL_0047_1;
}
IL_0036_1:
{
// for (int i = 0; i < encoders.Count; i++)
int32_t L_11 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_003a_1:
{
// for (int i = 0; i < encoders.Count; i++)
int32_t L_12 = V_3;
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* L_13 = ((StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var))->___encoders_0;
NullCheck(L_13);
int32_t L_14;
L_14 = List_1_get_Count_m9C9440AD9D71FC70172766DCDACCA5F114908EE6_inline(L_13, List_1_get_Count_m9C9440AD9D71FC70172766DCDACCA5F114908EE6_RuntimeMethod_var);
if ((((int32_t)L_12) < ((int32_t)L_14)))
{
goto IL_0016_1;
}
}
IL_0047_1:
{
// if (helper == null)
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_15 = V_2;
if (L_15)
{
goto IL_005b_1;
}
}
{
// helper = new ThreadSafeEncoding();
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_16 = (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59*)il2cpp_codegen_object_new(ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59_il2cpp_TypeInfo_var);
NullCheck(L_16);
ThreadSafeEncoding__ctor_m864FB985A992BD7984C5FE2C2D19132A70FA2C8D(L_16, NULL);
V_2 = L_16;
// encoders.Add(helper);
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* L_17 = ((StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var))->___encoders_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_18 = V_2;
NullCheck(L_17);
List_1_Add_m0BEB379582A81B2C2C1CCBC1A2645D49D93423C1_inline(L_17, L_18, List_1_Add_m0BEB379582A81B2C2C1CCBC1A2645D49D93423C1_RuntimeMethod_var);
}
IL_005b_1:
{
// helper.SetInUse();
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_19 = V_2;
NullCheck(L_19);
ThreadSafeEncoding_SetInUse_mAB346C9398CD375A03FE8567F77A84A5E35E12F4(L_19, NULL);
// return helper;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_20 = V_2;
V_4 = L_20;
goto IL_0070;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0070:
{
// }
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_21 = V_4;
return L_21;
}
}
// System.Void FMOD.StringHelper::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringHelper__cctor_mA519AD2815CF6B9FD5C378F091977524B1CDA856 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m85DB35AC1288974B014199BC2D6E3810BAB8E735_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// static List<ThreadSafeEncoding> encoders = new List<ThreadSafeEncoding>(1);
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* L_0 = (List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314*)il2cpp_codegen_object_new(List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m85DB35AC1288974B014199BC2D6E3810BAB8E735(L_0, 1, List_1__ctor_m85DB35AC1288974B014199BC2D6E3810BAB8E735_RuntimeMethod_var);
((StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var))->___encoders_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var))->___encoders_0), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean FMOD.StringHelper/ThreadSafeEncoding::InUse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ThreadSafeEncoding_InUse_mB64AB936E529210DB70ABD12FFD2221322E98D21 (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, const RuntimeMethod* method)
{
{
// public bool InUse() { return inUse; }
bool L_0 = __this->___inUse_3;
return L_0;
}
}
// System.Void FMOD.StringHelper/ThreadSafeEncoding::SetInUse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeEncoding_SetInUse_mAB346C9398CD375A03FE8567F77A84A5E35E12F4 (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, const RuntimeMethod* method)
{
{
// public void SetInUse() { inUse = true; }
__this->___inUse_3 = (bool)1;
// public void SetInUse() { inUse = true; }
return;
}
}
// System.Int32 FMOD.StringHelper/ThreadSafeEncoding::roundUpPowerTwo(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ThreadSafeEncoding_roundUpPowerTwo_mA83D19C12014467BE000EB7767E8BAE315411CC9 (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, int32_t ___0_number, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
// int newNumber = 1;
V_0 = 1;
goto IL_0008;
}
IL_0004:
{
// newNumber *= 2;
int32_t L_0 = V_0;
V_0 = ((int32_t)il2cpp_codegen_multiply(L_0, 2));
}
IL_0008:
{
// while (newNumber <= number)
int32_t L_1 = V_0;
int32_t L_2 = ___0_number;
if ((((int32_t)L_1) <= ((int32_t)L_2)))
{
goto IL_0004;
}
}
{
// return newNumber;
int32_t L_3 = V_0;
return L_3;
}
}
// System.Byte[] FMOD.StringHelper/ThreadSafeEncoding::byteFromStringUTF8(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495 (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, String_t* ___0_s, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// if (s == null)
String_t* L_0 = ___0_s;
if (L_0)
{
goto IL_0005;
}
}
{
// return null;
return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
}
IL_0005:
{
// int maximumLength = encoding.GetMaxByteCount(s.Length) + 1; // +1 for null terminator
UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* L_1 = __this->___encoding_0;
String_t* L_2 = ___0_s;
NullCheck(L_2);
int32_t L_3;
L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL);
NullCheck(L_1);
int32_t L_4;
L_4 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(32 /* System.Int32 System.Text.Encoding::GetMaxByteCount(System.Int32) */, L_1, L_3);
// if (maximumLength > encodedBuffer.Length)
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = __this->___encodedBuffer_1;
NullCheck(L_5);
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_4, 1))) <= ((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))
{
goto IL_004e;
}
}
{
// int encodedLength = encoding.GetByteCount(s) + 1; // +1 for null terminator
UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* L_6 = __this->___encoding_0;
String_t* L_7 = ___0_s;
NullCheck(L_6);
int32_t L_8;
L_8 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(11 /* System.Int32 System.Text.Encoding::GetByteCount(System.String) */, L_6, L_7);
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
// if (encodedLength > encodedBuffer.Length)
int32_t L_9 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = __this->___encodedBuffer_1;
NullCheck(L_10);
if ((((int32_t)L_9) <= ((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))
{
goto IL_004e;
}
}
{
// encodedBuffer = new byte[roundUpPowerTwo(encodedLength)];
int32_t L_11 = V_1;
int32_t L_12;
L_12 = ThreadSafeEncoding_roundUpPowerTwo_mA83D19C12014467BE000EB7767E8BAE315411CC9(__this, L_11, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_12);
__this->___encodedBuffer_1 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___encodedBuffer_1), (void*)L_13);
}
IL_004e:
{
// int byteCount = encoding.GetBytes(s, 0, s.Length, encodedBuffer, 0);
UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* L_14 = __this->___encoding_0;
String_t* L_15 = ___0_s;
String_t* L_16 = ___0_s;
NullCheck(L_16);
int32_t L_17;
L_17 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_16, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = __this->___encodedBuffer_1;
NullCheck(L_14);
int32_t L_19;
L_19 = VirtualFuncInvoker5< int32_t, String_t*, int32_t, int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t >::Invoke(18 /* System.Int32 System.Text.Encoding::GetBytes(System.String,System.Int32,System.Int32,System.Byte[],System.Int32) */, L_14, L_15, 0, L_17, L_18, 0);
V_0 = L_19;
// encodedBuffer[byteCount] = 0; // Apply null terminator
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = __this->___encodedBuffer_1;
int32_t L_21 = V_0;
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (uint8_t)0);
// return encodedBuffer;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = __this->___encodedBuffer_1;
return L_22;
}
}
// System.IntPtr FMOD.StringHelper/ThreadSafeEncoding::intptrFromStringUTF8(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ThreadSafeEncoding_intptrFromStringUTF8_mC4DB18C6207FD03C32B9FC7BA075B73A5E0D5AFA (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, String_t* ___0_s, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// if (s == null)
String_t* L_0 = ___0_s;
if (L_0)
{
goto IL_0009;
}
}
{
// return IntPtr.Zero;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
return L_1;
}
IL_0009:
{
// gcHandle = GCHandle.Alloc(byteFromStringUTF8(s), GCHandleType.Pinned);
String_t* L_2 = ___0_s;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3;
L_3 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(__this, L_2, NULL);
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_4;
L_4 = GCHandle_Alloc_m3BFD398427352FC756FFE078F01A504B681352EC((RuntimeObject*)L_3, 3, NULL);
__this->___gcHandle_4 = L_4;
// return gcHandle.AddrOfPinnedObject();
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_5 = (&__this->___gcHandle_4);
intptr_t L_6;
L_6 = GCHandle_AddrOfPinnedObject_m9C047E154D6F0FE66BE003AB99F0B67A2CA953A6(L_5, NULL);
return L_6;
}
}
// System.String FMOD.StringHelper/ThreadSafeEncoding::stringFromNative(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979 (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, intptr_t ___0_nativePtr, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
// if (nativePtr == IntPtr.Zero)
intptr_t L_0 = ___0_nativePtr;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271(L_0, L_1, NULL);
if (!L_2)
{
goto IL_0013;
}
}
{
// return "";
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_0013:
{
// int nativeLen = 0;
V_0 = 0;
goto IL_001b;
}
IL_0017:
{
// nativeLen++;
int32_t L_3 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_3, 1));
}
IL_001b:
{
// while (Marshal.ReadByte(nativePtr, nativeLen) != 0)
intptr_t L_4 = ___0_nativePtr;
int32_t L_5 = V_0;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
uint8_t L_6;
L_6 = Marshal_ReadByte_m40222A943AEA82FBFAC5D4881CABD56DFFBA7085(L_4, L_5, NULL);
if (L_6)
{
goto IL_0017;
}
}
{
// if (nativeLen == 0)
int32_t L_7 = V_0;
if (L_7)
{
goto IL_002d;
}
}
{
// return "";
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_002d:
{
// if (nativeLen > encodedBuffer.Length)
int32_t L_8 = V_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = __this->___encodedBuffer_1;
NullCheck(L_9);
if ((((int32_t)L_8) <= ((int32_t)((int32_t)(((RuntimeArray*)L_9)->max_length)))))
{
goto IL_004a;
}
}
{
// encodedBuffer = new byte[roundUpPowerTwo(nativeLen)];
int32_t L_10 = V_0;
int32_t L_11;
L_11 = ThreadSafeEncoding_roundUpPowerTwo_mA83D19C12014467BE000EB7767E8BAE315411CC9(__this, L_10, NULL);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_11);
__this->___encodedBuffer_1 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___encodedBuffer_1), (void*)L_12);
}
IL_004a:
{
// Marshal.Copy(nativePtr, encodedBuffer, 0, nativeLen);
intptr_t L_13 = ___0_nativePtr;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = __this->___encodedBuffer_1;
int32_t L_15 = V_0;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_Copy_mF7402FFDB520EA1B8D1C32B368DBEE4B13F1BE77(L_13, L_14, 0, L_15, NULL);
// int maximumLength = encoding.GetMaxCharCount(nativeLen);
UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* L_16 = __this->___encoding_0;
int32_t L_17 = V_0;
NullCheck(L_16);
int32_t L_18;
L_18 = VirtualFuncInvoker1< int32_t, int32_t >::Invoke(33 /* System.Int32 System.Text.Encoding::GetMaxCharCount(System.Int32) */, L_16, L_17);
// if (maximumLength > decodedBuffer.Length)
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = __this->___decodedBuffer_2;
NullCheck(L_19);
if ((((int32_t)L_18) <= ((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length)))))
{
goto IL_009f;
}
}
{
// int decodedLength = encoding.GetCharCount(encodedBuffer, 0, nativeLen);
UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* L_20 = __this->___encoding_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = __this->___encodedBuffer_1;
int32_t L_22 = V_0;
NullCheck(L_20);
int32_t L_23;
L_23 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(21 /* System.Int32 System.Text.Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32) */, L_20, L_21, 0, L_22);
V_2 = L_23;
// if (decodedLength > decodedBuffer.Length)
int32_t L_24 = V_2;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_25 = __this->___decodedBuffer_2;
NullCheck(L_25);
if ((((int32_t)L_24) <= ((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))
{
goto IL_009f;
}
}
{
// decodedBuffer = new char[roundUpPowerTwo(decodedLength)];
int32_t L_26 = V_2;
int32_t L_27;
L_27 = ThreadSafeEncoding_roundUpPowerTwo_mA83D19C12014467BE000EB7767E8BAE315411CC9(__this, L_26, NULL);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_28 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)L_27);
__this->___decodedBuffer_2 = L_28;
Il2CppCodeGenWriteBarrier((void**)(&__this->___decodedBuffer_2), (void*)L_28);
}
IL_009f:
{
// int charCount = encoding.GetChars(encodedBuffer, 0, nativeLen, decodedBuffer, 0);
UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* L_29 = __this->___encoding_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = __this->___encodedBuffer_1;
int32_t L_31 = V_0;
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_32 = __this->___decodedBuffer_2;
NullCheck(L_29);
int32_t L_33;
L_33 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t >::Invoke(25 /* System.Int32 System.Text.Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_29, L_30, 0, L_31, L_32, 0);
V_1 = L_33;
// return new String(decodedBuffer, 0, charCount);
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_34 = __this->___decodedBuffer_2;
int32_t L_35 = V_1;
String_t* L_36;
L_36 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_34, 0, L_35, NULL);
return L_36;
}
}
// System.Void FMOD.StringHelper/ThreadSafeEncoding::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeEncoding_Dispose_m7E49550835A3AD7B0B3D5F1564DE10BBA576DAF7 (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* V_0 = NULL;
bool V_1 = false;
{
// if (gcHandle.IsAllocated)
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_0 = (&__this->___gcHandle_4);
bool L_1;
L_1 = GCHandle_get_IsAllocated_m241908103D8D867E11CCAB73C918729825E86843(L_0, NULL);
if (!L_1)
{
goto IL_0018;
}
}
{
// gcHandle.Free();
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC* L_2 = (&__this->___gcHandle_4);
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3(L_2, NULL);
}
IL_0018:
{
// lock (encoders)
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* L_3 = ((StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_StaticFields*)il2cpp_codegen_static_fields_for(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var))->___encoders_0;
V_0 = L_3;
V_1 = (bool)0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0031:
{// begin finally (depth: 1)
{
bool L_4 = V_1;
if (!L_4)
{
goto IL_003a;
}
}
{
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* L_5 = V_0;
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_5, NULL);
}
IL_003a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
List_1_t10DE36B6C62A70CAB0758DB30FCEFB058E37C314* L_6 = V_0;
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_6, (&V_1), NULL);
// inUse = false;
__this->___inUse_3 = (bool)0;
// }
goto IL_003b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_003b:
{
// }
return;
}
}
// System.Void FMOD.StringHelper/ThreadSafeEncoding::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadSafeEncoding__ctor_m864FB985A992BD7984C5FE2C2D19132A70FA2C8D (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// UTF8Encoding encoding = new UTF8Encoding();
UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE* L_0 = (UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE*)il2cpp_codegen_object_new(UTF8Encoding_t90B56215A1B0B7ED5CDEA772E695F0DDAFBCD3BE_il2cpp_TypeInfo_var);
NullCheck(L_0);
UTF8Encoding__ctor_m221CD37E0DBDC63D175FE38646E28CA801D08C00(L_0, NULL);
__this->___encoding_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___encoding_0), (void*)L_0);
// byte[] encodedBuffer = new byte[128];
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
__this->___encodedBuffer_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___encodedBuffer_1), (void*)L_1);
// char[] decodedBuffer = new char[128];
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
__this->___decodedBuffer_2 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___decodedBuffer_2), (void*)L_2);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 FMOD.MarshalHelper::SizeOf(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MarshalHelper_SizeOf_m6EADA017D07B6F57500D3B0BFBBBA78289C993E3 (Type_t* ___0_t, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return Marshal.SizeOf(t); // Always use Type version, never Object version as it boxes causes GC allocations
Type_t* L_0 = ___0_t;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = Marshal_SizeOf_mED64846722033D6F60C2973CA604B7C2D7D4A1B7(L_0, NULL);
return L_1;
}
}
// System.Object FMOD.MarshalHelper::PtrToStructure(System.IntPtr,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MarshalHelper_PtrToStructure_mB70CF0561233616EC5B0803C645D4DE75818B415 (intptr_t ___0_ptr, Type_t* ___1_structureType, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return Marshal.PtrToStructure(ptr, structureType);
intptr_t L_0 = ___0_ptr;
Type_t* L_1 = ___1_structureType;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
RuntimeObject* L_2;
L_2 = Marshal_PtrToStructure_m235E141E21BFB69A01B07DDDF1702BA7D5723AC3(L_0, L_1, NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_BUFFER_ARRAY
IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_pinvoke(const DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C& unmarshaled, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke& marshaled)
{
marshaled.___numbuffers_0 = unmarshaled.___numbuffers_0;
marshaled.___buffernumchannels_1 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I4, unmarshaled.___buffernumchannels_1);
if (unmarshaled.___bufferchannelmask_2 != NULL)
{
il2cpp_array_size_t _unmarshaledbufferchannelmask_Length = (unmarshaled.___bufferchannelmask_2)->max_length;
marshaled.___bufferchannelmask_2 = il2cpp_codegen_marshal_allocate_array<uint32_t>(_unmarshaledbufferchannelmask_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledbufferchannelmask_Length); i++)
{
(marshaled.___bufferchannelmask_2)[i] = (unmarshaled.___bufferchannelmask_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
else
{
marshaled.___bufferchannelmask_2 = NULL;
}
marshaled.___buffers_3 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_INT, unmarshaled.___buffers_3);
marshaled.___speakermode_4 = unmarshaled.___speakermode_4;
}
IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_pinvoke_back(const DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke& marshaled, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshalednumbuffers_temp_0 = 0;
unmarshalednumbuffers_temp_0 = marshaled.___numbuffers_0;
unmarshaled.___numbuffers_0 = unmarshalednumbuffers_temp_0;
unmarshaled.___buffernumchannels_1 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I4, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, marshaled.___buffernumchannels_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___buffernumchannels_1), (void*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I4, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, marshaled.___buffernumchannels_1));
if (marshaled.___bufferchannelmask_2 != NULL)
{
if (unmarshaled.___bufferchannelmask_2 == NULL)
{
unmarshaled.___bufferchannelmask_2 = reinterpret_cast<CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B*>((CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B*)SZArrayNew(CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___bufferchannelmask_2), (void*)reinterpret_cast<CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B*>((CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B*)SZArrayNew(CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___bufferchannelmask_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
(unmarshaled.___bufferchannelmask_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___bufferchannelmask_2)[i]);
}
}
unmarshaled.___buffers_3 = (IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_INT, IntPtr_t_il2cpp_TypeInfo_var, marshaled.___buffers_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___buffers_3), (void*)(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_INT, IntPtr_t_il2cpp_TypeInfo_var, marshaled.___buffers_3));
int32_t unmarshaledspeakermode_temp_4 = 0;
unmarshaledspeakermode_temp_4 = marshaled.___speakermode_4;
unmarshaled.___speakermode_4 = unmarshaledspeakermode_temp_4;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_BUFFER_ARRAY
IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_pinvoke_cleanup(DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_com_destroy_safe_array(marshaled.___buffernumchannels_1);
marshaled.___buffernumchannels_1 = NULL;
if (marshaled.___bufferchannelmask_2 != NULL)
{
il2cpp_codegen_marshal_free(marshaled.___bufferchannelmask_2);
marshaled.___bufferchannelmask_2 = NULL;
}
il2cpp_codegen_com_destroy_safe_array(marshaled.___buffers_3);
marshaled.___buffers_3 = NULL;
}
// Conversion methods for marshalling of: FMOD.DSP_BUFFER_ARRAY
IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_com(const DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C& unmarshaled, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_com& marshaled)
{
marshaled.___numbuffers_0 = unmarshaled.___numbuffers_0;
marshaled.___buffernumchannels_1 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I4, unmarshaled.___buffernumchannels_1);
if (unmarshaled.___bufferchannelmask_2 != NULL)
{
il2cpp_array_size_t _unmarshaledbufferchannelmask_Length = (unmarshaled.___bufferchannelmask_2)->max_length;
marshaled.___bufferchannelmask_2 = il2cpp_codegen_marshal_allocate_array<uint32_t>(_unmarshaledbufferchannelmask_Length);
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_unmarshaledbufferchannelmask_Length); i++)
{
(marshaled.___bufferchannelmask_2)[i] = (unmarshaled.___bufferchannelmask_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
else
{
marshaled.___bufferchannelmask_2 = NULL;
}
marshaled.___buffers_3 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_INT, unmarshaled.___buffers_3);
marshaled.___speakermode_4 = unmarshaled.___speakermode_4;
}
IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_com_back(const DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_com& marshaled, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshalednumbuffers_temp_0 = 0;
unmarshalednumbuffers_temp_0 = marshaled.___numbuffers_0;
unmarshaled.___numbuffers_0 = unmarshalednumbuffers_temp_0;
unmarshaled.___buffernumchannels_1 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I4, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, marshaled.___buffernumchannels_1);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___buffernumchannels_1), (void*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I4, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, marshaled.___buffernumchannels_1));
if (marshaled.___bufferchannelmask_2 != NULL)
{
if (unmarshaled.___bufferchannelmask_2 == NULL)
{
unmarshaled.___bufferchannelmask_2 = reinterpret_cast<CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B*>((CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B*)SZArrayNew(CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B_il2cpp_TypeInfo_var, 1));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___bufferchannelmask_2), (void*)reinterpret_cast<CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B*>((CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B*)SZArrayNew(CHANNELMASKU5BU5D_t4ACE9DF3FC3E57FCA83963869632E51344F57C4B_il2cpp_TypeInfo_var, 1)));
}
il2cpp_array_size_t _arrayLength = (unmarshaled.___bufferchannelmask_2)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
(unmarshaled.___bufferchannelmask_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___bufferchannelmask_2)[i]);
}
}
unmarshaled.___buffers_3 = (IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_INT, IntPtr_t_il2cpp_TypeInfo_var, marshaled.___buffers_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___buffers_3), (void*)(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_INT, IntPtr_t_il2cpp_TypeInfo_var, marshaled.___buffers_3));
int32_t unmarshaledspeakermode_temp_4 = 0;
unmarshaledspeakermode_temp_4 = marshaled.___speakermode_4;
unmarshaled.___speakermode_4 = unmarshaledspeakermode_temp_4;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_BUFFER_ARRAY
IL2CPP_EXTERN_C void DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_com_cleanup(DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_com& marshaled)
{
il2cpp_codegen_com_destroy_safe_array(marshaled.___buffernumchannels_1);
marshaled.___buffernumchannels_1 = NULL;
if (marshaled.___bufferchannelmask_2 != NULL)
{
il2cpp_codegen_marshal_free(marshaled.___bufferchannelmask_2);
marshaled.___bufferchannelmask_2 = NULL;
}
il2cpp_codegen_com_destroy_safe_array(marshaled.___buffers_3);
marshaled.___buffers_3 = NULL;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_CREATE_CALLBACK_Invoke_mE4D95990A62BAE9A2B373624A08095313CEA1E71_Multicast(DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505* currentDelegate = reinterpret_cast<DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_CREATE_CALLBACK_Invoke_mE4D95990A62BAE9A2B373624A08095313CEA1E71_OpenInst(DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, method);
}
int32_t DSP_CREATE_CALLBACK_Invoke_mE4D95990A62BAE9A2B373624A08095313CEA1E71_OpenStatic(DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, method);
}
int32_t DSP_CREATE_CALLBACK_Invoke_mE4D95990A62BAE9A2B373624A08095313CEA1E71_OpenStaticInvoker(DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
return InvokerFuncInvoker1< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state);
}
int32_t DSP_CREATE_CALLBACK_Invoke_mE4D95990A62BAE9A2B373624A08095313CEA1E71_ClosedStaticInvoker(DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
return InvokerFuncInvoker2< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505 (DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state);
return returnValue;
}
// System.Void FMOD.DSP_CREATE_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_CREATE_CALLBACK__ctor_mA498B3D1E8082F81196F00D217CBA2BC5BF99857 (DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 1;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_CREATE_CALLBACK_Invoke_mE4D95990A62BAE9A2B373624A08095313CEA1E71_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_CREATE_CALLBACK_Invoke_mE4D95990A62BAE9A2B373624A08095313CEA1E71_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_CREATE_CALLBACK_Invoke_mE4D95990A62BAE9A2B373624A08095313CEA1E71_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 0;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_CREATE_CALLBACK_Invoke_mE4D95990A62BAE9A2B373624A08095313CEA1E71_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_CREATE_CALLBACK_Invoke_mE4D95990A62BAE9A2B373624A08095313CEA1E71_Multicast;
}
// FMOD.RESULT FMOD.DSP_CREATE_CALLBACK::Invoke(FMOD.DSP_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_CREATE_CALLBACK_Invoke_mE4D95990A62BAE9A2B373624A08095313CEA1E71 (DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_CREATE_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_CREATE_CALLBACK_BeginInvoke_m83D8B176F523382C4C6479CA9C8CA83ECAE7B68D (DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object);
}
// FMOD.RESULT FMOD.DSP_CREATE_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_CREATE_CALLBACK_EndInvoke_m6E10601F6FA5323ED1B3018B9EDAA72084748CF2 (DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_RELEASE_CALLBACK_Invoke_mD2792D563D06F0DF35E662EF29DABC092C6F933C_Multicast(DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32* currentDelegate = reinterpret_cast<DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_RELEASE_CALLBACK_Invoke_mD2792D563D06F0DF35E662EF29DABC092C6F933C_OpenInst(DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, method);
}
int32_t DSP_RELEASE_CALLBACK_Invoke_mD2792D563D06F0DF35E662EF29DABC092C6F933C_OpenStatic(DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, method);
}
int32_t DSP_RELEASE_CALLBACK_Invoke_mD2792D563D06F0DF35E662EF29DABC092C6F933C_OpenStaticInvoker(DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
return InvokerFuncInvoker1< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state);
}
int32_t DSP_RELEASE_CALLBACK_Invoke_mD2792D563D06F0DF35E662EF29DABC092C6F933C_ClosedStaticInvoker(DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
return InvokerFuncInvoker2< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32 (DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state);
return returnValue;
}
// System.Void FMOD.DSP_RELEASE_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_RELEASE_CALLBACK__ctor_m1655DB49FD160F6B4CD8D9DB99B90D8EE9DB0966 (DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 1;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_RELEASE_CALLBACK_Invoke_mD2792D563D06F0DF35E662EF29DABC092C6F933C_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_RELEASE_CALLBACK_Invoke_mD2792D563D06F0DF35E662EF29DABC092C6F933C_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_RELEASE_CALLBACK_Invoke_mD2792D563D06F0DF35E662EF29DABC092C6F933C_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 0;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_RELEASE_CALLBACK_Invoke_mD2792D563D06F0DF35E662EF29DABC092C6F933C_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_RELEASE_CALLBACK_Invoke_mD2792D563D06F0DF35E662EF29DABC092C6F933C_Multicast;
}
// FMOD.RESULT FMOD.DSP_RELEASE_CALLBACK::Invoke(FMOD.DSP_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_RELEASE_CALLBACK_Invoke_mD2792D563D06F0DF35E662EF29DABC092C6F933C (DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_RELEASE_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_RELEASE_CALLBACK_BeginInvoke_m49236B57A994E7A13A15BB2889F4024B56CC4791 (DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object);
}
// FMOD.RESULT FMOD.DSP_RELEASE_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_RELEASE_CALLBACK_EndInvoke_mAC04A5DB3573999E2D44D66B71A72CDF0AE67786 (DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_RESET_CALLBACK_Invoke_m61C65C7BBFAC691752B9B4A3C7F4A2741BC9BAD0_Multicast(DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3* currentDelegate = reinterpret_cast<DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_RESET_CALLBACK_Invoke_m61C65C7BBFAC691752B9B4A3C7F4A2741BC9BAD0_OpenInst(DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, method);
}
int32_t DSP_RESET_CALLBACK_Invoke_m61C65C7BBFAC691752B9B4A3C7F4A2741BC9BAD0_OpenStatic(DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, method);
}
int32_t DSP_RESET_CALLBACK_Invoke_m61C65C7BBFAC691752B9B4A3C7F4A2741BC9BAD0_OpenStaticInvoker(DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
return InvokerFuncInvoker1< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state);
}
int32_t DSP_RESET_CALLBACK_Invoke_m61C65C7BBFAC691752B9B4A3C7F4A2741BC9BAD0_ClosedStaticInvoker(DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
return InvokerFuncInvoker2< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3 (DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state);
return returnValue;
}
// System.Void FMOD.DSP_RESET_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_RESET_CALLBACK__ctor_m5EFE1A14BF7AB8E43E0621DD7DADB776BE0AE7E7 (DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 1;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_RESET_CALLBACK_Invoke_m61C65C7BBFAC691752B9B4A3C7F4A2741BC9BAD0_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_RESET_CALLBACK_Invoke_m61C65C7BBFAC691752B9B4A3C7F4A2741BC9BAD0_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_RESET_CALLBACK_Invoke_m61C65C7BBFAC691752B9B4A3C7F4A2741BC9BAD0_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 0;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_RESET_CALLBACK_Invoke_m61C65C7BBFAC691752B9B4A3C7F4A2741BC9BAD0_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_RESET_CALLBACK_Invoke_m61C65C7BBFAC691752B9B4A3C7F4A2741BC9BAD0_Multicast;
}
// FMOD.RESULT FMOD.DSP_RESET_CALLBACK::Invoke(FMOD.DSP_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_RESET_CALLBACK_Invoke_m61C65C7BBFAC691752B9B4A3C7F4A2741BC9BAD0 (DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_RESET_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_RESET_CALLBACK_BeginInvoke_m9BE78A660EC706AC77870D2F55043A36412107C6 (DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object);
}
// FMOD.RESULT FMOD.DSP_RESET_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_RESET_CALLBACK_EndInvoke_mF44960483BD84EF33D5F226FAF8E4A26C1B6E39D (DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_SETPOSITION_CALLBACK_Invoke_m08C31086DB07F4892C1B49B724C7E1891F004960_Multicast(DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_pos, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58* currentDelegate = reinterpret_cast<DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_pos, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_SETPOSITION_CALLBACK_Invoke_m08C31086DB07F4892C1B49B724C7E1891F004960_OpenInst(DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_pos, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_pos, method);
}
int32_t DSP_SETPOSITION_CALLBACK_Invoke_m08C31086DB07F4892C1B49B724C7E1891F004960_OpenStatic(DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_pos, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_pos, method);
}
int32_t DSP_SETPOSITION_CALLBACK_Invoke_m08C31086DB07F4892C1B49B724C7E1891F004960_OpenStaticInvoker(DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_pos, const RuntimeMethod* method)
{
return InvokerFuncInvoker2< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_pos);
}
int32_t DSP_SETPOSITION_CALLBACK_Invoke_m08C31086DB07F4892C1B49B724C7E1891F004960_ClosedStaticInvoker(DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_pos, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_pos);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58 (DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_pos, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_pos);
return returnValue;
}
// System.Void FMOD.DSP_SETPOSITION_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SETPOSITION_CALLBACK__ctor_mBB6DA5E6136D78637FDE2CCCC92E601C56AD71AF (DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 2;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPOSITION_CALLBACK_Invoke_m08C31086DB07F4892C1B49B724C7E1891F004960_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPOSITION_CALLBACK_Invoke_m08C31086DB07F4892C1B49B724C7E1891F004960_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPOSITION_CALLBACK_Invoke_m08C31086DB07F4892C1B49B724C7E1891F004960_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 1;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPOSITION_CALLBACK_Invoke_m08C31086DB07F4892C1B49B724C7E1891F004960_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_SETPOSITION_CALLBACK_Invoke_m08C31086DB07F4892C1B49B724C7E1891F004960_Multicast;
}
// FMOD.RESULT FMOD.DSP_SETPOSITION_CALLBACK::Invoke(FMOD.DSP_STATE&,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPOSITION_CALLBACK_Invoke_m08C31086DB07F4892C1B49B724C7E1891F004960 (DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_pos, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_pos, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_SETPOSITION_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.UInt32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SETPOSITION_CALLBACK_BeginInvoke_mAE46FC058BC71E793581F1825D5C249D352B91FF (DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_pos, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[3] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &___1_pos);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object);
}
// FMOD.RESULT FMOD.DSP_SETPOSITION_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPOSITION_CALLBACK_EndInvoke_mBA61C8BD4026B17E987FFC5225CDD4B4498D8725 (DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_READ_CALLBACK_Invoke_m7C9026C3A754A5299FECFA8B5CD8E03D9E501894_Multicast(DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t ___1_inbuffer, intptr_t ___2_outbuffer, uint32_t ___3_length, int32_t ___4_inchannels, int32_t* ___5_outchannels, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E* currentDelegate = reinterpret_cast<DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t, intptr_t, uint32_t, int32_t, int32_t*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_inbuffer, ___2_outbuffer, ___3_length, ___4_inchannels, ___5_outchannels, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_READ_CALLBACK_Invoke_m7C9026C3A754A5299FECFA8B5CD8E03D9E501894_OpenInst(DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t ___1_inbuffer, intptr_t ___2_outbuffer, uint32_t ___3_length, int32_t ___4_inchannels, int32_t* ___5_outchannels, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t, intptr_t, uint32_t, int32_t, int32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_inbuffer, ___2_outbuffer, ___3_length, ___4_inchannels, ___5_outchannels, method);
}
int32_t DSP_READ_CALLBACK_Invoke_m7C9026C3A754A5299FECFA8B5CD8E03D9E501894_OpenStatic(DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t ___1_inbuffer, intptr_t ___2_outbuffer, uint32_t ___3_length, int32_t ___4_inchannels, int32_t* ___5_outchannels, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t, intptr_t, uint32_t, int32_t, int32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_inbuffer, ___2_outbuffer, ___3_length, ___4_inchannels, ___5_outchannels, method);
}
int32_t DSP_READ_CALLBACK_Invoke_m7C9026C3A754A5299FECFA8B5CD8E03D9E501894_OpenStaticInvoker(DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t ___1_inbuffer, intptr_t ___2_outbuffer, uint32_t ___3_length, int32_t ___4_inchannels, int32_t* ___5_outchannels, const RuntimeMethod* method)
{
return InvokerFuncInvoker6< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t, intptr_t, uint32_t, int32_t, int32_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_inbuffer, ___2_outbuffer, ___3_length, ___4_inchannels, ___5_outchannels);
}
int32_t DSP_READ_CALLBACK_Invoke_m7C9026C3A754A5299FECFA8B5CD8E03D9E501894_ClosedStaticInvoker(DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t ___1_inbuffer, intptr_t ___2_outbuffer, uint32_t ___3_length, int32_t ___4_inchannels, int32_t* ___5_outchannels, const RuntimeMethod* method)
{
return InvokerFuncInvoker7< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t, intptr_t, uint32_t, int32_t, int32_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_inbuffer, ___2_outbuffer, ___3_length, ___4_inchannels, ___5_outchannels);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E (DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t ___1_inbuffer, intptr_t ___2_outbuffer, uint32_t ___3_length, int32_t ___4_inchannels, int32_t* ___5_outchannels, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t, intptr_t, uint32_t, int32_t, int32_t*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_inbuffer, ___2_outbuffer, ___3_length, ___4_inchannels, ___5_outchannels);
return returnValue;
}
// System.Void FMOD.DSP_READ_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_READ_CALLBACK__ctor_m7F96BE936BFD94253CAC273F7B03727BCFC9E381 (DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 6;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_READ_CALLBACK_Invoke_m7C9026C3A754A5299FECFA8B5CD8E03D9E501894_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_READ_CALLBACK_Invoke_m7C9026C3A754A5299FECFA8B5CD8E03D9E501894_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_READ_CALLBACK_Invoke_m7C9026C3A754A5299FECFA8B5CD8E03D9E501894_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 5;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_READ_CALLBACK_Invoke_m7C9026C3A754A5299FECFA8B5CD8E03D9E501894_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_READ_CALLBACK_Invoke_m7C9026C3A754A5299FECFA8B5CD8E03D9E501894_Multicast;
}
// FMOD.RESULT FMOD.DSP_READ_CALLBACK::Invoke(FMOD.DSP_STATE&,System.IntPtr,System.IntPtr,System.UInt32,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_READ_CALLBACK_Invoke_m7C9026C3A754A5299FECFA8B5CD8E03D9E501894 (DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t ___1_inbuffer, intptr_t ___2_outbuffer, uint32_t ___3_length, int32_t ___4_inchannels, int32_t* ___5_outchannels, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t, intptr_t, uint32_t, int32_t, int32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_inbuffer, ___2_outbuffer, ___3_length, ___4_inchannels, ___5_outchannels, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_READ_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.IntPtr,System.IntPtr,System.UInt32,System.Int32,System.Int32&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_READ_CALLBACK_BeginInvoke_m3FDA538B30D52A8503E3CCF37AB853BC56329301 (DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t ___1_inbuffer, intptr_t ___2_outbuffer, uint32_t ___3_length, int32_t ___4_inchannels, int32_t* ___5_outchannels, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___6_callback, RuntimeObject* ___7_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[7] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___1_inbuffer);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___2_outbuffer);
__d_args[3] = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &___3_length);
__d_args[4] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___4_inchannels);
__d_args[5] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &*___5_outchannels);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___6_callback, (RuntimeObject*)___7_object);
}
// FMOD.RESULT FMOD.DSP_READ_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.Int32&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_READ_CALLBACK_EndInvoke_m7FE2CD926861121A0EBC24DF7E2BAD17570BCA69 (DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_outchannels, RuntimeObject* ___2_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_outchannels,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___2_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_SHOULDIPROCESS_CALLBACK_Invoke_m1DF5ECB679144D9D7B5275F7D67F16583C93C489_Multicast(DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, bool ___1_inputsidle, uint32_t ___2_length, uint32_t ___3_inmask, int32_t ___4_inchannels, int32_t ___5_speakermode, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B* currentDelegate = reinterpret_cast<DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, bool, uint32_t, uint32_t, int32_t, int32_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_inputsidle, ___2_length, ___3_inmask, ___4_inchannels, ___5_speakermode, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_SHOULDIPROCESS_CALLBACK_Invoke_m1DF5ECB679144D9D7B5275F7D67F16583C93C489_OpenInst(DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, bool ___1_inputsidle, uint32_t ___2_length, uint32_t ___3_inmask, int32_t ___4_inchannels, int32_t ___5_speakermode, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, bool, uint32_t, uint32_t, int32_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_inputsidle, ___2_length, ___3_inmask, ___4_inchannels, ___5_speakermode, method);
}
int32_t DSP_SHOULDIPROCESS_CALLBACK_Invoke_m1DF5ECB679144D9D7B5275F7D67F16583C93C489_OpenStatic(DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, bool ___1_inputsidle, uint32_t ___2_length, uint32_t ___3_inmask, int32_t ___4_inchannels, int32_t ___5_speakermode, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, bool, uint32_t, uint32_t, int32_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_inputsidle, ___2_length, ___3_inmask, ___4_inchannels, ___5_speakermode, method);
}
int32_t DSP_SHOULDIPROCESS_CALLBACK_Invoke_m1DF5ECB679144D9D7B5275F7D67F16583C93C489_OpenStaticInvoker(DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, bool ___1_inputsidle, uint32_t ___2_length, uint32_t ___3_inmask, int32_t ___4_inchannels, int32_t ___5_speakermode, const RuntimeMethod* method)
{
return InvokerFuncInvoker6< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, bool, uint32_t, uint32_t, int32_t, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_inputsidle, ___2_length, ___3_inmask, ___4_inchannels, ___5_speakermode);
}
int32_t DSP_SHOULDIPROCESS_CALLBACK_Invoke_m1DF5ECB679144D9D7B5275F7D67F16583C93C489_ClosedStaticInvoker(DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, bool ___1_inputsidle, uint32_t ___2_length, uint32_t ___3_inmask, int32_t ___4_inchannels, int32_t ___5_speakermode, const RuntimeMethod* method)
{
return InvokerFuncInvoker7< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, bool, uint32_t, uint32_t, int32_t, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_inputsidle, ___2_length, ___3_inmask, ___4_inchannels, ___5_speakermode);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B (DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, bool ___1_inputsidle, uint32_t ___2_length, uint32_t ___3_inmask, int32_t ___4_inchannels, int32_t ___5_speakermode, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, uint32_t, uint32_t, int32_t, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, static_cast<int32_t>(___1_inputsidle), ___2_length, ___3_inmask, ___4_inchannels, ___5_speakermode);
return returnValue;
}
// System.Void FMOD.DSP_SHOULDIPROCESS_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SHOULDIPROCESS_CALLBACK__ctor_m4C3AF9CAB67C4E236363F182C25EA5E234230BA7 (DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 6;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SHOULDIPROCESS_CALLBACK_Invoke_m1DF5ECB679144D9D7B5275F7D67F16583C93C489_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_SHOULDIPROCESS_CALLBACK_Invoke_m1DF5ECB679144D9D7B5275F7D67F16583C93C489_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SHOULDIPROCESS_CALLBACK_Invoke_m1DF5ECB679144D9D7B5275F7D67F16583C93C489_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 5;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_SHOULDIPROCESS_CALLBACK_Invoke_m1DF5ECB679144D9D7B5275F7D67F16583C93C489_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_SHOULDIPROCESS_CALLBACK_Invoke_m1DF5ECB679144D9D7B5275F7D67F16583C93C489_Multicast;
}
// FMOD.RESULT FMOD.DSP_SHOULDIPROCESS_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Boolean,System.UInt32,FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SHOULDIPROCESS_CALLBACK_Invoke_m1DF5ECB679144D9D7B5275F7D67F16583C93C489 (DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, bool ___1_inputsidle, uint32_t ___2_length, uint32_t ___3_inmask, int32_t ___4_inchannels, int32_t ___5_speakermode, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, bool, uint32_t, uint32_t, int32_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_inputsidle, ___2_length, ___3_inmask, ___4_inchannels, ___5_speakermode, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_SHOULDIPROCESS_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Boolean,System.UInt32,FMOD.CHANNELMASK,System.Int32,FMOD.SPEAKERMODE,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SHOULDIPROCESS_CALLBACK_BeginInvoke_m05C9DDCA0BB42F8F327DF20736924D1C64DD4C29 (DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, bool ___1_inputsidle, uint32_t ___2_length, uint32_t ___3_inmask, int32_t ___4_inchannels, int32_t ___5_speakermode, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___6_callback, RuntimeObject* ___7_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CHANNELMASK_t125C25A4F9A82F1FB458FC9C8E3CD4C3307D8AA0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SPEAKERMODE_t69F4D6F58787C634B43A4FC9C205CD14D7C0D439_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[7] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &___1_inputsidle);
__d_args[2] = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &___2_length);
__d_args[3] = Box(CHANNELMASK_t125C25A4F9A82F1FB458FC9C8E3CD4C3307D8AA0_il2cpp_TypeInfo_var, &___3_inmask);
__d_args[4] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___4_inchannels);
__d_args[5] = Box(SPEAKERMODE_t69F4D6F58787C634B43A4FC9C205CD14D7C0D439_il2cpp_TypeInfo_var, &___5_speakermode);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___6_callback, (RuntimeObject*)___7_object);
}
// FMOD.RESULT FMOD.DSP_SHOULDIPROCESS_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SHOULDIPROCESS_CALLBACK_EndInvoke_m5F4AABD00AE90D78F45DE5F49F74E2B1F1E319AD (DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_PROCESS_CALLBACK_Invoke_m18171F31AA9C05D405AB68D2419C35FE447459F5_Multicast(DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_length, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___2_inbufferarray, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___3_outbufferarray, bool ___4_inputsidle, int32_t ___5_op, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6* currentDelegate = reinterpret_cast<DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C*, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C*, bool, int32_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_length, ___2_inbufferarray, ___3_outbufferarray, ___4_inputsidle, ___5_op, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_PROCESS_CALLBACK_Invoke_m18171F31AA9C05D405AB68D2419C35FE447459F5_OpenInst(DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_length, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___2_inbufferarray, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___3_outbufferarray, bool ___4_inputsidle, int32_t ___5_op, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C*, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C*, bool, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_length, ___2_inbufferarray, ___3_outbufferarray, ___4_inputsidle, ___5_op, method);
}
int32_t DSP_PROCESS_CALLBACK_Invoke_m18171F31AA9C05D405AB68D2419C35FE447459F5_OpenStatic(DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_length, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___2_inbufferarray, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___3_outbufferarray, bool ___4_inputsidle, int32_t ___5_op, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C*, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C*, bool, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_length, ___2_inbufferarray, ___3_outbufferarray, ___4_inputsidle, ___5_op, method);
}
int32_t DSP_PROCESS_CALLBACK_Invoke_m18171F31AA9C05D405AB68D2419C35FE447459F5_OpenStaticInvoker(DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_length, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___2_inbufferarray, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___3_outbufferarray, bool ___4_inputsidle, int32_t ___5_op, const RuntimeMethod* method)
{
return InvokerFuncInvoker6< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C*, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C*, bool, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_length, ___2_inbufferarray, ___3_outbufferarray, ___4_inputsidle, ___5_op);
}
int32_t DSP_PROCESS_CALLBACK_Invoke_m18171F31AA9C05D405AB68D2419C35FE447459F5_ClosedStaticInvoker(DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_length, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___2_inbufferarray, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___3_outbufferarray, bool ___4_inputsidle, int32_t ___5_op, const RuntimeMethod* method)
{
return InvokerFuncInvoker7< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C*, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C*, bool, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_length, ___2_inbufferarray, ___3_outbufferarray, ___4_inputsidle, ___5_op);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6 (DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_length, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___2_inbufferarray, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___3_outbufferarray, bool ___4_inputsidle, int32_t ___5_op, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke*, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke*, int32_t, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Marshaling of parameter '___2_inbufferarray' to native representation
DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke* ____2_inbufferarray_marshaled = NULL;
DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke ____2_inbufferarray_marshaled_dereferenced = {};
DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_pinvoke(*___2_inbufferarray, ____2_inbufferarray_marshaled_dereferenced);
____2_inbufferarray_marshaled = &____2_inbufferarray_marshaled_dereferenced;
// Marshaling of parameter '___3_outbufferarray' to native representation
DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke* ____3_outbufferarray_marshaled = NULL;
DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshaled_pinvoke ____3_outbufferarray_marshaled_dereferenced = {};
DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_pinvoke(*___3_outbufferarray, ____3_outbufferarray_marshaled_dereferenced);
____3_outbufferarray_marshaled = &____3_outbufferarray_marshaled_dereferenced;
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_length, ____2_inbufferarray_marshaled, ____3_outbufferarray_marshaled, static_cast<int32_t>(___4_inputsidle), ___5_op);
// Marshaling of parameter '___2_inbufferarray' back from native representation
DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C _____2_inbufferarray_marshaled_unmarshaled_dereferenced;
memset((&_____2_inbufferarray_marshaled_unmarshaled_dereferenced), 0, sizeof(_____2_inbufferarray_marshaled_unmarshaled_dereferenced));
DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_pinvoke_back(*____2_inbufferarray_marshaled, _____2_inbufferarray_marshaled_unmarshaled_dereferenced);
DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_pinvoke_cleanup(*____2_inbufferarray_marshaled);
*___2_inbufferarray = _____2_inbufferarray_marshaled_unmarshaled_dereferenced;
Il2CppCodeGenWriteBarrier((void**)&((___2_inbufferarray)->___buffernumchannels_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((___2_inbufferarray)->___bufferchannelmask_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((___2_inbufferarray)->___buffers_3), (void*)NULL);
#endif
// Marshaling of parameter '___3_outbufferarray' back from native representation
DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C _____3_outbufferarray_marshaled_unmarshaled_dereferenced;
memset((&_____3_outbufferarray_marshaled_unmarshaled_dereferenced), 0, sizeof(_____3_outbufferarray_marshaled_unmarshaled_dereferenced));
DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_pinvoke_back(*____3_outbufferarray_marshaled, _____3_outbufferarray_marshaled_unmarshaled_dereferenced);
DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_marshal_pinvoke_cleanup(*____3_outbufferarray_marshaled);
*___3_outbufferarray = _____3_outbufferarray_marshaled_unmarshaled_dereferenced;
Il2CppCodeGenWriteBarrier((void**)&((___3_outbufferarray)->___buffernumchannels_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((___3_outbufferarray)->___bufferchannelmask_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((___3_outbufferarray)->___buffers_3), (void*)NULL);
#endif
return returnValue;
}
// System.Void FMOD.DSP_PROCESS_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PROCESS_CALLBACK__ctor_m68CA0876076EE03CEEEA550EBA7C2D6DFFCBA441 (DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 6;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PROCESS_CALLBACK_Invoke_m18171F31AA9C05D405AB68D2419C35FE447459F5_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_PROCESS_CALLBACK_Invoke_m18171F31AA9C05D405AB68D2419C35FE447459F5_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PROCESS_CALLBACK_Invoke_m18171F31AA9C05D405AB68D2419C35FE447459F5_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 5;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_PROCESS_CALLBACK_Invoke_m18171F31AA9C05D405AB68D2419C35FE447459F5_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_PROCESS_CALLBACK_Invoke_m18171F31AA9C05D405AB68D2419C35FE447459F5_Multicast;
}
// FMOD.RESULT FMOD.DSP_PROCESS_CALLBACK::Invoke(FMOD.DSP_STATE&,System.UInt32,FMOD.DSP_BUFFER_ARRAY&,FMOD.DSP_BUFFER_ARRAY&,System.Boolean,FMOD.DSP_PROCESS_OPERATION)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PROCESS_CALLBACK_Invoke_m18171F31AA9C05D405AB68D2419C35FE447459F5 (DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_length, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___2_inbufferarray, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___3_outbufferarray, bool ___4_inputsidle, int32_t ___5_op, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C*, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C*, bool, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_length, ___2_inbufferarray, ___3_outbufferarray, ___4_inputsidle, ___5_op, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_PROCESS_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.UInt32,FMOD.DSP_BUFFER_ARRAY&,FMOD.DSP_BUFFER_ARRAY&,System.Boolean,FMOD.DSP_PROCESS_OPERATION,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PROCESS_CALLBACK_BeginInvoke_m37A7BE60EA8C76A57988BFE77A85C71315973FEB (DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t ___1_length, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___2_inbufferarray, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___3_outbufferarray, bool ___4_inputsidle, int32_t ___5_op, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___6_callback, RuntimeObject* ___7_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PROCESS_OPERATION_t044414DBED954C00C87756A7AD5B2D7CA337F6B2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[7] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &___1_length);
__d_args[2] = Box(DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_il2cpp_TypeInfo_var, &*___2_inbufferarray);
__d_args[3] = Box(DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C_il2cpp_TypeInfo_var, &*___3_outbufferarray);
__d_args[4] = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &___4_inputsidle);
__d_args[5] = Box(DSP_PROCESS_OPERATION_t044414DBED954C00C87756A7AD5B2D7CA337F6B2_il2cpp_TypeInfo_var, &___5_op);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___6_callback, (RuntimeObject*)___7_object);
}
// FMOD.RESULT FMOD.DSP_PROCESS_CALLBACK::EndInvoke(FMOD.DSP_STATE&,FMOD.DSP_BUFFER_ARRAY&,FMOD.DSP_BUFFER_ARRAY&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PROCESS_CALLBACK_EndInvoke_mE028C8EC3669F067A502F478AED0FE6E7CAE1AB5 (DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___1_inbufferarray, DSP_BUFFER_ARRAY_tF68098593F58E53801389B6EC740A9EC115F590C* ___2_outbufferarray, RuntimeObject* ___3_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_inbufferarray,
___2_outbufferarray,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___3_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_SETPARAM_FLOAT_CALLBACK_Invoke_m76D1E566F274C1BF68ACDFA1D9FE405AA7D7FAD9_Multicast(DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float ___2_value, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5* currentDelegate = reinterpret_cast<DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_index, ___2_value, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_SETPARAM_FLOAT_CALLBACK_Invoke_m76D1E566F274C1BF68ACDFA1D9FE405AA7D7FAD9_OpenInst(DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float ___2_value, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_value, method);
}
int32_t DSP_SETPARAM_FLOAT_CALLBACK_Invoke_m76D1E566F274C1BF68ACDFA1D9FE405AA7D7FAD9_OpenStatic(DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float ___2_value, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_value, method);
}
int32_t DSP_SETPARAM_FLOAT_CALLBACK_Invoke_m76D1E566F274C1BF68ACDFA1D9FE405AA7D7FAD9_OpenStaticInvoker(DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float ___2_value, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_index, ___2_value);
}
int32_t DSP_SETPARAM_FLOAT_CALLBACK_Invoke_m76D1E566F274C1BF68ACDFA1D9FE405AA7D7FAD9_ClosedStaticInvoker(DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float ___2_value, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_index, ___2_value);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5 (DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float ___2_value, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_index, ___2_value);
return returnValue;
}
// System.Void FMOD.DSP_SETPARAM_FLOAT_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SETPARAM_FLOAT_CALLBACK__ctor_m18D63D2193512FB97D962B70A63E000254195D99 (DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 3;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_FLOAT_CALLBACK_Invoke_m76D1E566F274C1BF68ACDFA1D9FE405AA7D7FAD9_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_FLOAT_CALLBACK_Invoke_m76D1E566F274C1BF68ACDFA1D9FE405AA7D7FAD9_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_FLOAT_CALLBACK_Invoke_m76D1E566F274C1BF68ACDFA1D9FE405AA7D7FAD9_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 2;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_FLOAT_CALLBACK_Invoke_m76D1E566F274C1BF68ACDFA1D9FE405AA7D7FAD9_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_SETPARAM_FLOAT_CALLBACK_Invoke_m76D1E566F274C1BF68ACDFA1D9FE405AA7D7FAD9_Multicast;
}
// FMOD.RESULT FMOD.DSP_SETPARAM_FLOAT_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_FLOAT_CALLBACK_Invoke_m76D1E566F274C1BF68ACDFA1D9FE405AA7D7FAD9 (DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float ___2_value, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_index, ___2_value, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_SETPARAM_FLOAT_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SETPARAM_FLOAT_CALLBACK_BeginInvoke_m1BF17734B4DF12668AA985BF05E4DFDF2F3B0FE2 (DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float ___2_value, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_index);
__d_args[2] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___2_value);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object);
}
// FMOD.RESULT FMOD.DSP_SETPARAM_FLOAT_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_FLOAT_CALLBACK_EndInvoke_mACB1A65206166260ED700D9C697BCC1C6128CF62 (DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_SETPARAM_INT_CALLBACK_Invoke_m6ECD0FE1AA9C6F6E128DC959C4E0E94E4A7F2747_Multicast(DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t ___2_value, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114* currentDelegate = reinterpret_cast<DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_index, ___2_value, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_SETPARAM_INT_CALLBACK_Invoke_m6ECD0FE1AA9C6F6E128DC959C4E0E94E4A7F2747_OpenInst(DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t ___2_value, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_value, method);
}
int32_t DSP_SETPARAM_INT_CALLBACK_Invoke_m6ECD0FE1AA9C6F6E128DC959C4E0E94E4A7F2747_OpenStatic(DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t ___2_value, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_value, method);
}
int32_t DSP_SETPARAM_INT_CALLBACK_Invoke_m6ECD0FE1AA9C6F6E128DC959C4E0E94E4A7F2747_OpenStaticInvoker(DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t ___2_value, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_index, ___2_value);
}
int32_t DSP_SETPARAM_INT_CALLBACK_Invoke_m6ECD0FE1AA9C6F6E128DC959C4E0E94E4A7F2747_ClosedStaticInvoker(DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t ___2_value, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_index, ___2_value);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114 (DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t ___2_value, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_index, ___2_value);
return returnValue;
}
// System.Void FMOD.DSP_SETPARAM_INT_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SETPARAM_INT_CALLBACK__ctor_mA4ADB8F021664893DF1E41B97286E15013C6F094 (DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 3;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_INT_CALLBACK_Invoke_m6ECD0FE1AA9C6F6E128DC959C4E0E94E4A7F2747_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_INT_CALLBACK_Invoke_m6ECD0FE1AA9C6F6E128DC959C4E0E94E4A7F2747_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_INT_CALLBACK_Invoke_m6ECD0FE1AA9C6F6E128DC959C4E0E94E4A7F2747_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 2;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_INT_CALLBACK_Invoke_m6ECD0FE1AA9C6F6E128DC959C4E0E94E4A7F2747_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_SETPARAM_INT_CALLBACK_Invoke_m6ECD0FE1AA9C6F6E128DC959C4E0E94E4A7F2747_Multicast;
}
// FMOD.RESULT FMOD.DSP_SETPARAM_INT_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_INT_CALLBACK_Invoke_m6ECD0FE1AA9C6F6E128DC959C4E0E94E4A7F2747 (DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t ___2_value, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_index, ___2_value, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_SETPARAM_INT_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SETPARAM_INT_CALLBACK_BeginInvoke_m62D911A2FEA13E3EB6F59292B0C0F44FC477CFA0 (DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t ___2_value, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_index);
__d_args[2] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___2_value);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object);
}
// FMOD.RESULT FMOD.DSP_SETPARAM_INT_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_INT_CALLBACK_EndInvoke_mD0BA4236C061D8CFDE1404A4E37817A3AB3CCD85 (DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_SETPARAM_BOOL_CALLBACK_Invoke_m821299C12DE908E3BCDD30C1F036C0D60F6113DE_Multicast(DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool ___2_value, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3* currentDelegate = reinterpret_cast<DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, bool, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_index, ___2_value, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_SETPARAM_BOOL_CALLBACK_Invoke_m821299C12DE908E3BCDD30C1F036C0D60F6113DE_OpenInst(DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool ___2_value, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, bool, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_value, method);
}
int32_t DSP_SETPARAM_BOOL_CALLBACK_Invoke_m821299C12DE908E3BCDD30C1F036C0D60F6113DE_OpenStatic(DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool ___2_value, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, bool, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_value, method);
}
int32_t DSP_SETPARAM_BOOL_CALLBACK_Invoke_m821299C12DE908E3BCDD30C1F036C0D60F6113DE_OpenStaticInvoker(DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool ___2_value, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, bool >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_index, ___2_value);
}
int32_t DSP_SETPARAM_BOOL_CALLBACK_Invoke_m821299C12DE908E3BCDD30C1F036C0D60F6113DE_ClosedStaticInvoker(DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool ___2_value, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, bool >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_index, ___2_value);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3 (DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool ___2_value, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_index, static_cast<int32_t>(___2_value));
return returnValue;
}
// System.Void FMOD.DSP_SETPARAM_BOOL_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SETPARAM_BOOL_CALLBACK__ctor_m21F8C3F390E8A05202D7A96226DE8789A5E5E4F8 (DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 3;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_BOOL_CALLBACK_Invoke_m821299C12DE908E3BCDD30C1F036C0D60F6113DE_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_BOOL_CALLBACK_Invoke_m821299C12DE908E3BCDD30C1F036C0D60F6113DE_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_BOOL_CALLBACK_Invoke_m821299C12DE908E3BCDD30C1F036C0D60F6113DE_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 2;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_BOOL_CALLBACK_Invoke_m821299C12DE908E3BCDD30C1F036C0D60F6113DE_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_SETPARAM_BOOL_CALLBACK_Invoke_m821299C12DE908E3BCDD30C1F036C0D60F6113DE_Multicast;
}
// FMOD.RESULT FMOD.DSP_SETPARAM_BOOL_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_BOOL_CALLBACK_Invoke_m821299C12DE908E3BCDD30C1F036C0D60F6113DE (DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool ___2_value, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, bool, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_index, ___2_value, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_SETPARAM_BOOL_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Boolean,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SETPARAM_BOOL_CALLBACK_BeginInvoke_mF5D1869ECDB27B2B7BB09C4EC6620C6929F0F53C (DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool ___2_value, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_index);
__d_args[2] = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &___2_value);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object);
}
// FMOD.RESULT FMOD.DSP_SETPARAM_BOOL_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_BOOL_CALLBACK_EndInvoke_m6989A8418E9EE248520E6E1A36764C048DF90D72 (DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_SETPARAM_DATA_CALLBACK_Invoke_m112C47F539987C854DAD4AB80323D8DD1CDF3B32_Multicast(DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t ___2_data, uint32_t ___3_length, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F* currentDelegate = reinterpret_cast<DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, uint32_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_index, ___2_data, ___3_length, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_SETPARAM_DATA_CALLBACK_Invoke_m112C47F539987C854DAD4AB80323D8DD1CDF3B32_OpenInst(DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t ___2_data, uint32_t ___3_length, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, uint32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_data, ___3_length, method);
}
int32_t DSP_SETPARAM_DATA_CALLBACK_Invoke_m112C47F539987C854DAD4AB80323D8DD1CDF3B32_OpenStatic(DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t ___2_data, uint32_t ___3_length, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, uint32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_data, ___3_length, method);
}
int32_t DSP_SETPARAM_DATA_CALLBACK_Invoke_m112C47F539987C854DAD4AB80323D8DD1CDF3B32_OpenStaticInvoker(DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t ___2_data, uint32_t ___3_length, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, uint32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_index, ___2_data, ___3_length);
}
int32_t DSP_SETPARAM_DATA_CALLBACK_Invoke_m112C47F539987C854DAD4AB80323D8DD1CDF3B32_ClosedStaticInvoker(DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t ___2_data, uint32_t ___3_length, const RuntimeMethod* method)
{
return InvokerFuncInvoker5< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, uint32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_index, ___2_data, ___3_length);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F (DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t ___2_data, uint32_t ___3_length, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, uint32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_index, ___2_data, ___3_length);
return returnValue;
}
// System.Void FMOD.DSP_SETPARAM_DATA_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SETPARAM_DATA_CALLBACK__ctor_m7D0A0EB88962017711A16FBC1428D5952442C327 (DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 4;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_DATA_CALLBACK_Invoke_m112C47F539987C854DAD4AB80323D8DD1CDF3B32_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_DATA_CALLBACK_Invoke_m112C47F539987C854DAD4AB80323D8DD1CDF3B32_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_DATA_CALLBACK_Invoke_m112C47F539987C854DAD4AB80323D8DD1CDF3B32_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 3;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_SETPARAM_DATA_CALLBACK_Invoke_m112C47F539987C854DAD4AB80323D8DD1CDF3B32_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_SETPARAM_DATA_CALLBACK_Invoke_m112C47F539987C854DAD4AB80323D8DD1CDF3B32_Multicast;
}
// FMOD.RESULT FMOD.DSP_SETPARAM_DATA_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_DATA_CALLBACK_Invoke_m112C47F539987C854DAD4AB80323D8DD1CDF3B32 (DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t ___2_data, uint32_t ___3_length, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, uint32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_index, ___2_data, ___3_length, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_SETPARAM_DATA_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr,System.UInt32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SETPARAM_DATA_CALLBACK_BeginInvoke_m65E8E0EA6B98EB86DDD8F6FE5D2BD996899D686B (DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t ___2_data, uint32_t ___3_length, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_callback, RuntimeObject* ___5_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[5] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_index);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___2_data);
__d_args[3] = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &___3_length);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_callback, (RuntimeObject*)___5_object);
}
// FMOD.RESULT FMOD.DSP_SETPARAM_DATA_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SETPARAM_DATA_CALLBACK_EndInvoke_m245498FCB67C6CD5DC2DFEF1F65799CABE9899A8 (DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_GETPARAM_FLOAT_CALLBACK_Invoke_m5CE7EDCD444D16B627053C473C1431FD5CB6001C_Multicast(DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F* currentDelegate = reinterpret_cast<DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float*, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_index, ___2_value, ___3_valuestr, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_GETPARAM_FLOAT_CALLBACK_Invoke_m5CE7EDCD444D16B627053C473C1431FD5CB6001C_OpenInst(DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_value, ___3_valuestr, method);
}
int32_t DSP_GETPARAM_FLOAT_CALLBACK_Invoke_m5CE7EDCD444D16B627053C473C1431FD5CB6001C_OpenStatic(DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_value, ___3_valuestr, method);
}
int32_t DSP_GETPARAM_FLOAT_CALLBACK_Invoke_m5CE7EDCD444D16B627053C473C1431FD5CB6001C_OpenStaticInvoker(DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_index, ___2_value, ___3_valuestr);
}
int32_t DSP_GETPARAM_FLOAT_CALLBACK_Invoke_m5CE7EDCD444D16B627053C473C1431FD5CB6001C_ClosedStaticInvoker(DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
return InvokerFuncInvoker5< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_index, ___2_value, ___3_valuestr);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F (DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float*, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_index, ___2_value, ___3_valuestr);
return returnValue;
}
// System.Void FMOD.DSP_GETPARAM_FLOAT_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETPARAM_FLOAT_CALLBACK__ctor_mDB7C6D0C2480745154A4C590E69A02FA7322F9BD (DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 4;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_FLOAT_CALLBACK_Invoke_m5CE7EDCD444D16B627053C473C1431FD5CB6001C_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_FLOAT_CALLBACK_Invoke_m5CE7EDCD444D16B627053C473C1431FD5CB6001C_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_FLOAT_CALLBACK_Invoke_m5CE7EDCD444D16B627053C473C1431FD5CB6001C_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 3;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_FLOAT_CALLBACK_Invoke_m5CE7EDCD444D16B627053C473C1431FD5CB6001C_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_GETPARAM_FLOAT_CALLBACK_Invoke_m5CE7EDCD444D16B627053C473C1431FD5CB6001C_Multicast;
}
// FMOD.RESULT FMOD.DSP_GETPARAM_FLOAT_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.Single&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_FLOAT_CALLBACK_Invoke_m5CE7EDCD444D16B627053C473C1431FD5CB6001C (DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_index, ___2_value, ___3_valuestr, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_GETPARAM_FLOAT_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Single&,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETPARAM_FLOAT_CALLBACK_BeginInvoke_m35C11C755B5A20A8EFFBE7744A13BB760B9673E1 (DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, float* ___2_value, intptr_t ___3_valuestr, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_callback, RuntimeObject* ___5_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[5] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_index);
__d_args[2] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &*___2_value);
__d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___3_valuestr);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_callback, (RuntimeObject*)___5_object);
}
// FMOD.RESULT FMOD.DSP_GETPARAM_FLOAT_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.Single&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_FLOAT_CALLBACK_EndInvoke_m1EAAC7DD685C633B2787197F873758305F333BA7 (DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, float* ___1_value, RuntimeObject* ___2_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_value,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___2_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_GETPARAM_INT_CALLBACK_Invoke_m86CEAD6ECE6A4893717FE75A5B2876C7A1756C21_Multicast(DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C* currentDelegate = reinterpret_cast<DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t*, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_index, ___2_value, ___3_valuestr, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_GETPARAM_INT_CALLBACK_Invoke_m86CEAD6ECE6A4893717FE75A5B2876C7A1756C21_OpenInst(DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_value, ___3_valuestr, method);
}
int32_t DSP_GETPARAM_INT_CALLBACK_Invoke_m86CEAD6ECE6A4893717FE75A5B2876C7A1756C21_OpenStatic(DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_value, ___3_valuestr, method);
}
int32_t DSP_GETPARAM_INT_CALLBACK_Invoke_m86CEAD6ECE6A4893717FE75A5B2876C7A1756C21_OpenStaticInvoker(DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_index, ___2_value, ___3_valuestr);
}
int32_t DSP_GETPARAM_INT_CALLBACK_Invoke_m86CEAD6ECE6A4893717FE75A5B2876C7A1756C21_ClosedStaticInvoker(DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
return InvokerFuncInvoker5< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_index, ___2_value, ___3_valuestr);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C (DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t*, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_index, ___2_value, ___3_valuestr);
return returnValue;
}
// System.Void FMOD.DSP_GETPARAM_INT_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETPARAM_INT_CALLBACK__ctor_mCFF2B9A63E7A4F45F81DD9016D17CBC19AD3BBB2 (DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 4;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_INT_CALLBACK_Invoke_m86CEAD6ECE6A4893717FE75A5B2876C7A1756C21_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_INT_CALLBACK_Invoke_m86CEAD6ECE6A4893717FE75A5B2876C7A1756C21_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_INT_CALLBACK_Invoke_m86CEAD6ECE6A4893717FE75A5B2876C7A1756C21_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 3;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_INT_CALLBACK_Invoke_m86CEAD6ECE6A4893717FE75A5B2876C7A1756C21_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_GETPARAM_INT_CALLBACK_Invoke_m86CEAD6ECE6A4893717FE75A5B2876C7A1756C21_Multicast;
}
// FMOD.RESULT FMOD.DSP_GETPARAM_INT_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.Int32&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_INT_CALLBACK_Invoke_m86CEAD6ECE6A4893717FE75A5B2876C7A1756C21 (DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_index, ___2_value, ___3_valuestr, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_GETPARAM_INT_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Int32&,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETPARAM_INT_CALLBACK_BeginInvoke_m0B053FF001E89A09461340B375DEB8F69B553CBF (DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, int32_t* ___2_value, intptr_t ___3_valuestr, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_callback, RuntimeObject* ___5_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[5] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_index);
__d_args[2] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &*___2_value);
__d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___3_valuestr);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_callback, (RuntimeObject*)___5_object);
}
// FMOD.RESULT FMOD.DSP_GETPARAM_INT_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.Int32&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_INT_CALLBACK_EndInvoke_m4EDADD62EF911FED8A84C295773F59BFAEC447C0 (DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_value, RuntimeObject* ___2_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_value,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___2_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_GETPARAM_BOOL_CALLBACK_Invoke_mBF788EAF9149B8955F10EE6E43709837B5DDECBD_Multicast(DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191* currentDelegate = reinterpret_cast<DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, bool*, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_index, ___2_value, ___3_valuestr, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_GETPARAM_BOOL_CALLBACK_Invoke_mBF788EAF9149B8955F10EE6E43709837B5DDECBD_OpenInst(DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, bool*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_value, ___3_valuestr, method);
}
int32_t DSP_GETPARAM_BOOL_CALLBACK_Invoke_mBF788EAF9149B8955F10EE6E43709837B5DDECBD_OpenStatic(DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, bool*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_value, ___3_valuestr, method);
}
int32_t DSP_GETPARAM_BOOL_CALLBACK_Invoke_mBF788EAF9149B8955F10EE6E43709837B5DDECBD_OpenStaticInvoker(DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, bool*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_index, ___2_value, ___3_valuestr);
}
int32_t DSP_GETPARAM_BOOL_CALLBACK_Invoke_mBF788EAF9149B8955F10EE6E43709837B5DDECBD_ClosedStaticInvoker(DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
return InvokerFuncInvoker5< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, bool*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_index, ___2_value, ___3_valuestr);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191 (DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t*, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Marshaling of parameter '___2_value' to native representation
int32_t* ____2_value_marshaled = NULL;
int32_t ____2_value_marshaled_dereferenced = 0;
____2_value_marshaled_dereferenced = static_cast<int32_t>(*___2_value);
____2_value_marshaled = &____2_value_marshaled_dereferenced;
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_index, ____2_value_marshaled, ___3_valuestr);
// Marshaling of parameter '___2_value' back from native representation
bool _____2_value_marshaled_unmarshaled_dereferenced = false;
_____2_value_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____2_value_marshaled);
*___2_value = _____2_value_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// System.Void FMOD.DSP_GETPARAM_BOOL_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETPARAM_BOOL_CALLBACK__ctor_m4C248009CD39906CEAC1AFA24BDAFF388AD04A4B (DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 4;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_BOOL_CALLBACK_Invoke_mBF788EAF9149B8955F10EE6E43709837B5DDECBD_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_BOOL_CALLBACK_Invoke_mBF788EAF9149B8955F10EE6E43709837B5DDECBD_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_BOOL_CALLBACK_Invoke_mBF788EAF9149B8955F10EE6E43709837B5DDECBD_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 3;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_BOOL_CALLBACK_Invoke_mBF788EAF9149B8955F10EE6E43709837B5DDECBD_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_GETPARAM_BOOL_CALLBACK_Invoke_mBF788EAF9149B8955F10EE6E43709837B5DDECBD_Multicast;
}
// FMOD.RESULT FMOD.DSP_GETPARAM_BOOL_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.Boolean&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_BOOL_CALLBACK_Invoke_mBF788EAF9149B8955F10EE6E43709837B5DDECBD (DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool* ___2_value, intptr_t ___3_valuestr, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, bool*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_index, ___2_value, ___3_valuestr, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_GETPARAM_BOOL_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Boolean&,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETPARAM_BOOL_CALLBACK_BeginInvoke_mF4B71E00FDF578C2938647C96C2186FCA8BB9B91 (DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, bool* ___2_value, intptr_t ___3_valuestr, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_callback, RuntimeObject* ___5_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[5] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_index);
__d_args[2] = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &*___2_value);
__d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___3_valuestr);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_callback, (RuntimeObject*)___5_object);
}
// FMOD.RESULT FMOD.DSP_GETPARAM_BOOL_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.Boolean&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_BOOL_CALLBACK_EndInvoke_m2AC4531EC563E0364AD18D5C25CBAB87B11EF9CA (DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, bool* ___1_value, RuntimeObject* ___2_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_value,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___2_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_GETPARAM_DATA_CALLBACK_Invoke_m09B4FC894851380D603CC948A2084052EF8911DE_Multicast(DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t* ___2_data, uint32_t* ___3_length, intptr_t ___4_valuestr, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B* currentDelegate = reinterpret_cast<DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t*, uint32_t*, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_index, ___2_data, ___3_length, ___4_valuestr, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_GETPARAM_DATA_CALLBACK_Invoke_m09B4FC894851380D603CC948A2084052EF8911DE_OpenInst(DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t* ___2_data, uint32_t* ___3_length, intptr_t ___4_valuestr, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t*, uint32_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_data, ___3_length, ___4_valuestr, method);
}
int32_t DSP_GETPARAM_DATA_CALLBACK_Invoke_m09B4FC894851380D603CC948A2084052EF8911DE_OpenStatic(DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t* ___2_data, uint32_t* ___3_length, intptr_t ___4_valuestr, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t*, uint32_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_index, ___2_data, ___3_length, ___4_valuestr, method);
}
int32_t DSP_GETPARAM_DATA_CALLBACK_Invoke_m09B4FC894851380D603CC948A2084052EF8911DE_OpenStaticInvoker(DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t* ___2_data, uint32_t* ___3_length, intptr_t ___4_valuestr, const RuntimeMethod* method)
{
return InvokerFuncInvoker5< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t*, uint32_t*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_index, ___2_data, ___3_length, ___4_valuestr);
}
int32_t DSP_GETPARAM_DATA_CALLBACK_Invoke_m09B4FC894851380D603CC948A2084052EF8911DE_ClosedStaticInvoker(DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t* ___2_data, uint32_t* ___3_length, intptr_t ___4_valuestr, const RuntimeMethod* method)
{
return InvokerFuncInvoker6< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t*, uint32_t*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_index, ___2_data, ___3_length, ___4_valuestr);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B (DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t* ___2_data, uint32_t* ___3_length, intptr_t ___4_valuestr, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t*, uint32_t*, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_index, ___2_data, ___3_length, ___4_valuestr);
return returnValue;
}
// System.Void FMOD.DSP_GETPARAM_DATA_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETPARAM_DATA_CALLBACK__ctor_m7E80FF7FEB88440EA7CD2AC808D06BDD04352D1F (DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 5;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_DATA_CALLBACK_Invoke_m09B4FC894851380D603CC948A2084052EF8911DE_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_DATA_CALLBACK_Invoke_m09B4FC894851380D603CC948A2084052EF8911DE_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_DATA_CALLBACK_Invoke_m09B4FC894851380D603CC948A2084052EF8911DE_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 4;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_GETPARAM_DATA_CALLBACK_Invoke_m09B4FC894851380D603CC948A2084052EF8911DE_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_GETPARAM_DATA_CALLBACK_Invoke_m09B4FC894851380D603CC948A2084052EF8911DE_Multicast;
}
// FMOD.RESULT FMOD.DSP_GETPARAM_DATA_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr&,System.UInt32&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_DATA_CALLBACK_Invoke_m09B4FC894851380D603CC948A2084052EF8911DE (DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t* ___2_data, uint32_t* ___3_length, intptr_t ___4_valuestr, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t*, uint32_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_index, ___2_data, ___3_length, ___4_valuestr, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_GETPARAM_DATA_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr&,System.UInt32&,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETPARAM_DATA_CALLBACK_BeginInvoke_m17ABB67B716409B01395211FB46E4D8AA7F3A943 (DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_index, intptr_t* ___2_data, uint32_t* ___3_length, intptr_t ___4_valuestr, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___5_callback, RuntimeObject* ___6_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_index);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___2_data);
__d_args[3] = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &*___3_length);
__d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___4_valuestr);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___5_callback, (RuntimeObject*)___6_object);
}
// FMOD.RESULT FMOD.DSP_GETPARAM_DATA_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IntPtr&,System.UInt32&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETPARAM_DATA_CALLBACK_EndInvoke_m50A1B6A07D9170D67143F904C4D7CA37BF2EDF4E (DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t* ___1_data, uint32_t* ___2_length, RuntimeObject* ___3_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_data,
___2_length,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___3_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_SYSTEM_REGISTER_CALLBACK_Invoke_m421B6F963A696C5D838A1CC7E9BF1BE16A72A6EC_Multicast(DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F* currentDelegate = reinterpret_cast<DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_SYSTEM_REGISTER_CALLBACK_Invoke_m421B6F963A696C5D838A1CC7E9BF1BE16A72A6EC_OpenInst(DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, method);
}
int32_t DSP_SYSTEM_REGISTER_CALLBACK_Invoke_m421B6F963A696C5D838A1CC7E9BF1BE16A72A6EC_OpenStatic(DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, method);
}
int32_t DSP_SYSTEM_REGISTER_CALLBACK_Invoke_m421B6F963A696C5D838A1CC7E9BF1BE16A72A6EC_OpenStaticInvoker(DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
return InvokerFuncInvoker1< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state);
}
int32_t DSP_SYSTEM_REGISTER_CALLBACK_Invoke_m421B6F963A696C5D838A1CC7E9BF1BE16A72A6EC_ClosedStaticInvoker(DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
return InvokerFuncInvoker2< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F (DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state);
return returnValue;
}
// System.Void FMOD.DSP_SYSTEM_REGISTER_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SYSTEM_REGISTER_CALLBACK__ctor_m2A1C9EA5F029299B114618A62280079074059C11 (DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 1;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SYSTEM_REGISTER_CALLBACK_Invoke_m421B6F963A696C5D838A1CC7E9BF1BE16A72A6EC_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_SYSTEM_REGISTER_CALLBACK_Invoke_m421B6F963A696C5D838A1CC7E9BF1BE16A72A6EC_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SYSTEM_REGISTER_CALLBACK_Invoke_m421B6F963A696C5D838A1CC7E9BF1BE16A72A6EC_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 0;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_SYSTEM_REGISTER_CALLBACK_Invoke_m421B6F963A696C5D838A1CC7E9BF1BE16A72A6EC_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_SYSTEM_REGISTER_CALLBACK_Invoke_m421B6F963A696C5D838A1CC7E9BF1BE16A72A6EC_Multicast;
}
// FMOD.RESULT FMOD.DSP_SYSTEM_REGISTER_CALLBACK::Invoke(FMOD.DSP_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SYSTEM_REGISTER_CALLBACK_Invoke_m421B6F963A696C5D838A1CC7E9BF1BE16A72A6EC (DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_SYSTEM_REGISTER_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SYSTEM_REGISTER_CALLBACK_BeginInvoke_m6F27667C94680201526154057599EE7E8409AAE6 (DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object);
}
// FMOD.RESULT FMOD.DSP_SYSTEM_REGISTER_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SYSTEM_REGISTER_CALLBACK_EndInvoke_mD8B06C440DB2097B09FDD4CDFC48E0AB4EE8CD88 (DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_SYSTEM_DEREGISTER_CALLBACK_Invoke_m8F16987A335295EFEA9A15459DCCA129160C2FF5_Multicast(DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574* currentDelegate = reinterpret_cast<DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_SYSTEM_DEREGISTER_CALLBACK_Invoke_m8F16987A335295EFEA9A15459DCCA129160C2FF5_OpenInst(DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, method);
}
int32_t DSP_SYSTEM_DEREGISTER_CALLBACK_Invoke_m8F16987A335295EFEA9A15459DCCA129160C2FF5_OpenStatic(DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, method);
}
int32_t DSP_SYSTEM_DEREGISTER_CALLBACK_Invoke_m8F16987A335295EFEA9A15459DCCA129160C2FF5_OpenStaticInvoker(DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
return InvokerFuncInvoker1< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state);
}
int32_t DSP_SYSTEM_DEREGISTER_CALLBACK_Invoke_m8F16987A335295EFEA9A15459DCCA129160C2FF5_ClosedStaticInvoker(DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
return InvokerFuncInvoker2< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574 (DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state);
return returnValue;
}
// System.Void FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SYSTEM_DEREGISTER_CALLBACK__ctor_m1955D0050F3A215E7A69947A2E49028082317F91 (DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 1;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SYSTEM_DEREGISTER_CALLBACK_Invoke_m8F16987A335295EFEA9A15459DCCA129160C2FF5_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_SYSTEM_DEREGISTER_CALLBACK_Invoke_m8F16987A335295EFEA9A15459DCCA129160C2FF5_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SYSTEM_DEREGISTER_CALLBACK_Invoke_m8F16987A335295EFEA9A15459DCCA129160C2FF5_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 0;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_SYSTEM_DEREGISTER_CALLBACK_Invoke_m8F16987A335295EFEA9A15459DCCA129160C2FF5_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_SYSTEM_DEREGISTER_CALLBACK_Invoke_m8F16987A335295EFEA9A15459DCCA129160C2FF5_Multicast;
}
// FMOD.RESULT FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK::Invoke(FMOD.DSP_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SYSTEM_DEREGISTER_CALLBACK_Invoke_m8F16987A335295EFEA9A15459DCCA129160C2FF5 (DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SYSTEM_DEREGISTER_CALLBACK_BeginInvoke_m25C7724BEFFC4439F0AC25BD0C62007AFFCCE0CA (DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[2] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object);
}
// FMOD.RESULT FMOD.DSP_SYSTEM_DEREGISTER_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SYSTEM_DEREGISTER_CALLBACK_EndInvoke_mAECD0BA4F86A401CC32E7CA739D03FE2A8E4A16E (DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_SYSTEM_MIX_CALLBACK_Invoke_mC44C848DCD459D1C8CFD9DD088ECABF805A905B1_Multicast(DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_stage, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172* currentDelegate = reinterpret_cast<DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_stage, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_SYSTEM_MIX_CALLBACK_Invoke_mC44C848DCD459D1C8CFD9DD088ECABF805A905B1_OpenInst(DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_stage, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_stage, method);
}
int32_t DSP_SYSTEM_MIX_CALLBACK_Invoke_mC44C848DCD459D1C8CFD9DD088ECABF805A905B1_OpenStatic(DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_stage, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_stage, method);
}
int32_t DSP_SYSTEM_MIX_CALLBACK_Invoke_mC44C848DCD459D1C8CFD9DD088ECABF805A905B1_OpenStaticInvoker(DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_stage, const RuntimeMethod* method)
{
return InvokerFuncInvoker2< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_stage);
}
int32_t DSP_SYSTEM_MIX_CALLBACK_Invoke_mC44C848DCD459D1C8CFD9DD088ECABF805A905B1_ClosedStaticInvoker(DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_stage, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_stage);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172 (DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_stage, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_stage);
return returnValue;
}
// System.Void FMOD.DSP_SYSTEM_MIX_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_SYSTEM_MIX_CALLBACK__ctor_m53EA10D1EB0F70C16CFD9E85871D5CFEAF6AEEBD (DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 2;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SYSTEM_MIX_CALLBACK_Invoke_mC44C848DCD459D1C8CFD9DD088ECABF805A905B1_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_SYSTEM_MIX_CALLBACK_Invoke_mC44C848DCD459D1C8CFD9DD088ECABF805A905B1_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_SYSTEM_MIX_CALLBACK_Invoke_mC44C848DCD459D1C8CFD9DD088ECABF805A905B1_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 1;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_SYSTEM_MIX_CALLBACK_Invoke_mC44C848DCD459D1C8CFD9DD088ECABF805A905B1_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_SYSTEM_MIX_CALLBACK_Invoke_mC44C848DCD459D1C8CFD9DD088ECABF805A905B1_Multicast;
}
// FMOD.RESULT FMOD.DSP_SYSTEM_MIX_CALLBACK::Invoke(FMOD.DSP_STATE&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SYSTEM_MIX_CALLBACK_Invoke_mC44C848DCD459D1C8CFD9DD088ECABF805A905B1 (DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_stage, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_stage, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_SYSTEM_MIX_CALLBACK::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_SYSTEM_MIX_CALLBACK_BeginInvoke_m1B463A80C0AEEDCE1FAD4A512F3A7ACA4A882C77 (DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_stage, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[3] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_stage);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object);
}
// FMOD.RESULT FMOD.DSP_SYSTEM_MIX_CALLBACK::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_SYSTEM_MIX_CALLBACK_EndInvoke_m8DEB2BB457D530E721763F784036FC9F832433F7 (DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
intptr_t DSP_ALLOC_FUNC_Invoke_m1A1D27D84B7EAFB3E444EF409C37F027F9D4E57B_Multicast(DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D* __this, uint32_t ___0_size, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
intptr_t retVal;
memset((&retVal), 0, sizeof(retVal));
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D* currentDelegate = reinterpret_cast<DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D*>(delegatesToInvoke[i]);
typedef intptr_t (*FunctionPointerType) (RuntimeObject*, uint32_t, uint32_t, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_size, ___1_type, ___2_sourcestr, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
intptr_t DSP_ALLOC_FUNC_Invoke_m1A1D27D84B7EAFB3E444EF409C37F027F9D4E57B_OpenInst(DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D* __this, uint32_t ___0_size, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
typedef intptr_t (*FunctionPointerType) (uint32_t, uint32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_size, ___1_type, ___2_sourcestr, method);
}
intptr_t DSP_ALLOC_FUNC_Invoke_m1A1D27D84B7EAFB3E444EF409C37F027F9D4E57B_OpenStatic(DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D* __this, uint32_t ___0_size, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
typedef intptr_t (*FunctionPointerType) (uint32_t, uint32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_size, ___1_type, ___2_sourcestr, method);
}
intptr_t DSP_ALLOC_FUNC_Invoke_m1A1D27D84B7EAFB3E444EF409C37F027F9D4E57B_OpenStaticInvoker(DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D* __this, uint32_t ___0_size, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_size, ___1_type, ___2_sourcestr);
}
intptr_t DSP_ALLOC_FUNC_Invoke_m1A1D27D84B7EAFB3E444EF409C37F027F9D4E57B_ClosedStaticInvoker(DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D* __this, uint32_t ___0_size, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< intptr_t, RuntimeObject*, uint32_t, uint32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_size, ___1_type, ___2_sourcestr);
}
IL2CPP_EXTERN_C intptr_t DelegatePInvokeWrapper_DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D (DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D* __this, uint32_t ___0_size, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
typedef intptr_t (DEFAULT_CALL *PInvokeFunc)(uint32_t, uint32_t, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
intptr_t returnValue = il2cppPInvokeFunc(___0_size, ___1_type, ___2_sourcestr);
return returnValue;
}
// System.Void FMOD.DSP_ALLOC_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_ALLOC_FUNC__ctor_m42402F097CD67E5847A6CBCED9E644C0E4154FE4 (DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 3;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_ALLOC_FUNC_Invoke_m1A1D27D84B7EAFB3E444EF409C37F027F9D4E57B_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_ALLOC_FUNC_Invoke_m1A1D27D84B7EAFB3E444EF409C37F027F9D4E57B_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_ALLOC_FUNC_Invoke_m1A1D27D84B7EAFB3E444EF409C37F027F9D4E57B_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
__this->___extra_arg_5 = (intptr_t)&DSP_ALLOC_FUNC_Invoke_m1A1D27D84B7EAFB3E444EF409C37F027F9D4E57B_Multicast;
}
// System.IntPtr FMOD.DSP_ALLOC_FUNC::Invoke(System.UInt32,FMOD.MEMORY_TYPE,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t DSP_ALLOC_FUNC_Invoke_m1A1D27D84B7EAFB3E444EF409C37F027F9D4E57B (DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D* __this, uint32_t ___0_size, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
typedef intptr_t (*FunctionPointerType) (RuntimeObject*, uint32_t, uint32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_size, ___1_type, ___2_sourcestr, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_ALLOC_FUNC::BeginInvoke(System.UInt32,FMOD.MEMORY_TYPE,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_ALLOC_FUNC_BeginInvoke_mE80F6ED99194F5F7BA1D5F2C5F1253E7F9E57F4B (DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D* __this, uint32_t ___0_size, uint32_t ___1_type, intptr_t ___2_sourcestr, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MEMORY_TYPE_t90EF8368E102BA03755EBF745AF3638100E63AC2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &___0_size);
__d_args[1] = Box(MEMORY_TYPE_t90EF8368E102BA03755EBF745AF3638100E63AC2_il2cpp_TypeInfo_var, &___1_type);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___2_sourcestr);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object);
}
// System.IntPtr FMOD.DSP_ALLOC_FUNC::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t DSP_ALLOC_FUNC_EndInvoke_m8B5E43B74964979DDC81A6C2BF2388DCD7992588 (DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
return *(intptr_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
intptr_t DSP_REALLOC_FUNC_Invoke_mD5F72E4BAA8024C002C11FC48212BF601BBF8224_Multicast(DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D* __this, intptr_t ___0_ptr, uint32_t ___1_size, uint32_t ___2_type, intptr_t ___3_sourcestr, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
intptr_t retVal;
memset((&retVal), 0, sizeof(retVal));
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D* currentDelegate = reinterpret_cast<DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D*>(delegatesToInvoke[i]);
typedef intptr_t (*FunctionPointerType) (RuntimeObject*, intptr_t, uint32_t, uint32_t, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_ptr, ___1_size, ___2_type, ___3_sourcestr, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
intptr_t DSP_REALLOC_FUNC_Invoke_mD5F72E4BAA8024C002C11FC48212BF601BBF8224_OpenInst(DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D* __this, intptr_t ___0_ptr, uint32_t ___1_size, uint32_t ___2_type, intptr_t ___3_sourcestr, const RuntimeMethod* method)
{
typedef intptr_t (*FunctionPointerType) (intptr_t, uint32_t, uint32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_ptr, ___1_size, ___2_type, ___3_sourcestr, method);
}
intptr_t DSP_REALLOC_FUNC_Invoke_mD5F72E4BAA8024C002C11FC48212BF601BBF8224_OpenStatic(DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D* __this, intptr_t ___0_ptr, uint32_t ___1_size, uint32_t ___2_type, intptr_t ___3_sourcestr, const RuntimeMethod* method)
{
typedef intptr_t (*FunctionPointerType) (intptr_t, uint32_t, uint32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_ptr, ___1_size, ___2_type, ___3_sourcestr, method);
}
intptr_t DSP_REALLOC_FUNC_Invoke_mD5F72E4BAA8024C002C11FC48212BF601BBF8224_OpenStaticInvoker(DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D* __this, intptr_t ___0_ptr, uint32_t ___1_size, uint32_t ___2_type, intptr_t ___3_sourcestr, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< intptr_t, intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_ptr, ___1_size, ___2_type, ___3_sourcestr);
}
intptr_t DSP_REALLOC_FUNC_Invoke_mD5F72E4BAA8024C002C11FC48212BF601BBF8224_ClosedStaticInvoker(DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D* __this, intptr_t ___0_ptr, uint32_t ___1_size, uint32_t ___2_type, intptr_t ___3_sourcestr, const RuntimeMethod* method)
{
return InvokerFuncInvoker5< intptr_t, RuntimeObject*, intptr_t, uint32_t, uint32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_ptr, ___1_size, ___2_type, ___3_sourcestr);
}
IL2CPP_EXTERN_C intptr_t DelegatePInvokeWrapper_DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D (DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D* __this, intptr_t ___0_ptr, uint32_t ___1_size, uint32_t ___2_type, intptr_t ___3_sourcestr, const RuntimeMethod* method)
{
typedef intptr_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, uint32_t, uint32_t, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
intptr_t returnValue = il2cppPInvokeFunc(___0_ptr, ___1_size, ___2_type, ___3_sourcestr);
return returnValue;
}
// System.Void FMOD.DSP_REALLOC_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_REALLOC_FUNC__ctor_mCF059942C4ADF6CFEA296949D3BE3259AF5EA2D8 (DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 4;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_REALLOC_FUNC_Invoke_mD5F72E4BAA8024C002C11FC48212BF601BBF8224_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_REALLOC_FUNC_Invoke_mD5F72E4BAA8024C002C11FC48212BF601BBF8224_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_REALLOC_FUNC_Invoke_mD5F72E4BAA8024C002C11FC48212BF601BBF8224_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
__this->___extra_arg_5 = (intptr_t)&DSP_REALLOC_FUNC_Invoke_mD5F72E4BAA8024C002C11FC48212BF601BBF8224_Multicast;
}
// System.IntPtr FMOD.DSP_REALLOC_FUNC::Invoke(System.IntPtr,System.UInt32,FMOD.MEMORY_TYPE,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t DSP_REALLOC_FUNC_Invoke_mD5F72E4BAA8024C002C11FC48212BF601BBF8224 (DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D* __this, intptr_t ___0_ptr, uint32_t ___1_size, uint32_t ___2_type, intptr_t ___3_sourcestr, const RuntimeMethod* method)
{
typedef intptr_t (*FunctionPointerType) (RuntimeObject*, intptr_t, uint32_t, uint32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_ptr, ___1_size, ___2_type, ___3_sourcestr, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_REALLOC_FUNC::BeginInvoke(System.IntPtr,System.UInt32,FMOD.MEMORY_TYPE,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_REALLOC_FUNC_BeginInvoke_m407E1AE59EFBE5426F205582E041FF40A0466567 (DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D* __this, intptr_t ___0_ptr, uint32_t ___1_size, uint32_t ___2_type, intptr_t ___3_sourcestr, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_callback, RuntimeObject* ___5_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MEMORY_TYPE_t90EF8368E102BA03755EBF745AF3638100E63AC2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[5] = {0};
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___0_ptr);
__d_args[1] = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &___1_size);
__d_args[2] = Box(MEMORY_TYPE_t90EF8368E102BA03755EBF745AF3638100E63AC2_il2cpp_TypeInfo_var, &___2_type);
__d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___3_sourcestr);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_callback, (RuntimeObject*)___5_object);
}
// System.IntPtr FMOD.DSP_REALLOC_FUNC::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t DSP_REALLOC_FUNC_EndInvoke_mDA74554CB6A89A1D945E42E1CC22C40E03C43144 (DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
return *(intptr_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
void DSP_FREE_FUNC_Invoke_mC498F29B63E5C36461D2C230D1A2404D769C6148_Multicast(DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB* __this, intptr_t ___0_ptr, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB* currentDelegate = reinterpret_cast<DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB*>(delegatesToInvoke[i]);
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, uint32_t, intptr_t, const RuntimeMethod*);
((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_ptr, ___1_type, ___2_sourcestr, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
}
void DSP_FREE_FUNC_Invoke_mC498F29B63E5C36461D2C230D1A2404D769C6148_OpenInst(DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB* __this, intptr_t ___0_ptr, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (intptr_t, uint32_t, intptr_t, const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(___0_ptr, ___1_type, ___2_sourcestr, method);
}
void DSP_FREE_FUNC_Invoke_mC498F29B63E5C36461D2C230D1A2404D769C6148_OpenStatic(DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB* __this, intptr_t ___0_ptr, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (intptr_t, uint32_t, intptr_t, const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(___0_ptr, ___1_type, ___2_sourcestr, method);
}
void DSP_FREE_FUNC_Invoke_mC498F29B63E5C36461D2C230D1A2404D769C6148_OpenStaticInvoker(DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB* __this, intptr_t ___0_ptr, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
InvokerActionInvoker3< intptr_t, uint32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_ptr, ___1_type, ___2_sourcestr);
}
void DSP_FREE_FUNC_Invoke_mC498F29B63E5C36461D2C230D1A2404D769C6148_ClosedStaticInvoker(DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB* __this, intptr_t ___0_ptr, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
InvokerActionInvoker4< RuntimeObject*, intptr_t, uint32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_ptr, ___1_type, ___2_sourcestr);
}
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB (DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB* __this, intptr_t ___0_ptr, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)(intptr_t, uint32_t, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
il2cppPInvokeFunc(___0_ptr, ___1_type, ___2_sourcestr);
}
// System.Void FMOD.DSP_FREE_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_FREE_FUNC__ctor_mE428EE32EE26C90DA6B0CD833AAC1B81CD790B0C (DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 3;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_FREE_FUNC_Invoke_mC498F29B63E5C36461D2C230D1A2404D769C6148_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_FREE_FUNC_Invoke_mC498F29B63E5C36461D2C230D1A2404D769C6148_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_FREE_FUNC_Invoke_mC498F29B63E5C36461D2C230D1A2404D769C6148_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
__this->___extra_arg_5 = (intptr_t)&DSP_FREE_FUNC_Invoke_mC498F29B63E5C36461D2C230D1A2404D769C6148_Multicast;
}
// System.Void FMOD.DSP_FREE_FUNC::Invoke(System.IntPtr,FMOD.MEMORY_TYPE,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_FREE_FUNC_Invoke_mC498F29B63E5C36461D2C230D1A2404D769C6148 (DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB* __this, intptr_t ___0_ptr, uint32_t ___1_type, intptr_t ___2_sourcestr, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, intptr_t, uint32_t, intptr_t, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_ptr, ___1_type, ___2_sourcestr, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_FREE_FUNC::BeginInvoke(System.IntPtr,FMOD.MEMORY_TYPE,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_FREE_FUNC_BeginInvoke_mB7A7C6AC7EAEB598800BB056890808C0A6B14C8F (DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB* __this, intptr_t ___0_ptr, uint32_t ___1_type, intptr_t ___2_sourcestr, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MEMORY_TYPE_t90EF8368E102BA03755EBF745AF3638100E63AC2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___0_ptr);
__d_args[1] = Box(MEMORY_TYPE_t90EF8368E102BA03755EBF745AF3638100E63AC2_il2cpp_TypeInfo_var, &___1_type);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___2_sourcestr);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object);
}
// System.Void FMOD.DSP_FREE_FUNC::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_FREE_FUNC_EndInvoke_mA73F6B489247DB9EC1D34D65CB0290AB9B6AD9FA (DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
void DSP_LOG_FUNC_Invoke_m82E8EE120C60000C07582607A3EE96B61EFB3761_Multicast(DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0* __this, uint32_t ___0_level, intptr_t ___1_file, int32_t ___2_line, intptr_t ___3_function, intptr_t ___4_str, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0* currentDelegate = reinterpret_cast<DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0*>(delegatesToInvoke[i]);
typedef void (*FunctionPointerType) (RuntimeObject*, uint32_t, intptr_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*);
((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_level, ___1_file, ___2_line, ___3_function, ___4_str, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
}
void DSP_LOG_FUNC_Invoke_m82E8EE120C60000C07582607A3EE96B61EFB3761_OpenInst(DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0* __this, uint32_t ___0_level, intptr_t ___1_file, int32_t ___2_line, intptr_t ___3_function, intptr_t ___4_str, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (uint32_t, intptr_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(___0_level, ___1_file, ___2_line, ___3_function, ___4_str, method);
}
void DSP_LOG_FUNC_Invoke_m82E8EE120C60000C07582607A3EE96B61EFB3761_OpenStatic(DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0* __this, uint32_t ___0_level, intptr_t ___1_file, int32_t ___2_line, intptr_t ___3_function, intptr_t ___4_str, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (uint32_t, intptr_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*);
((FunctionPointerType)__this->___method_ptr_0)(___0_level, ___1_file, ___2_line, ___3_function, ___4_str, method);
}
void DSP_LOG_FUNC_Invoke_m82E8EE120C60000C07582607A3EE96B61EFB3761_OpenStaticInvoker(DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0* __this, uint32_t ___0_level, intptr_t ___1_file, int32_t ___2_line, intptr_t ___3_function, intptr_t ___4_str, const RuntimeMethod* method)
{
InvokerActionInvoker5< uint32_t, intptr_t, int32_t, intptr_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_level, ___1_file, ___2_line, ___3_function, ___4_str);
}
void DSP_LOG_FUNC_Invoke_m82E8EE120C60000C07582607A3EE96B61EFB3761_ClosedStaticInvoker(DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0* __this, uint32_t ___0_level, intptr_t ___1_file, int32_t ___2_line, intptr_t ___3_function, intptr_t ___4_str, const RuntimeMethod* method)
{
InvokerActionInvoker6< RuntimeObject*, uint32_t, intptr_t, int32_t, intptr_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_level, ___1_file, ___2_line, ___3_function, ___4_str);
}
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0 (DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0* __this, uint32_t ___0_level, intptr_t ___1_file, int32_t ___2_line, intptr_t ___3_function, intptr_t ___4_str, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)(uint32_t, intptr_t, int32_t, intptr_t, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
il2cppPInvokeFunc(___0_level, ___1_file, ___2_line, ___3_function, ___4_str);
}
// System.Void FMOD.DSP_LOG_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_LOG_FUNC__ctor_m0BB32DB21F1037B05CFF19AFCE43A8C58440157E (DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 5;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_LOG_FUNC_Invoke_m82E8EE120C60000C07582607A3EE96B61EFB3761_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_LOG_FUNC_Invoke_m82E8EE120C60000C07582607A3EE96B61EFB3761_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_LOG_FUNC_Invoke_m82E8EE120C60000C07582607A3EE96B61EFB3761_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
__this->___extra_arg_5 = (intptr_t)&DSP_LOG_FUNC_Invoke_m82E8EE120C60000C07582607A3EE96B61EFB3761_Multicast;
}
// System.Void FMOD.DSP_LOG_FUNC::Invoke(FMOD.DEBUG_FLAGS,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_LOG_FUNC_Invoke_m82E8EE120C60000C07582607A3EE96B61EFB3761 (DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0* __this, uint32_t ___0_level, intptr_t ___1_file, int32_t ___2_line, intptr_t ___3_function, intptr_t ___4_str, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, uint32_t, intptr_t, int32_t, intptr_t, intptr_t, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_level, ___1_file, ___2_line, ___3_function, ___4_str, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_LOG_FUNC::BeginInvoke(FMOD.DEBUG_FLAGS,System.IntPtr,System.Int32,System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_LOG_FUNC_BeginInvoke_m0E891FC6E8467A7BE76A2359051B577CE82EC70E (DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0* __this, uint32_t ___0_level, intptr_t ___1_file, int32_t ___2_line, intptr_t ___3_function, intptr_t ___4_str, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___5_callback, RuntimeObject* ___6_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DEBUG_FLAGS_t579F8D46CE35DD82F32EF179031BD58823F576DF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(DEBUG_FLAGS_t579F8D46CE35DD82F32EF179031BD58823F576DF_il2cpp_TypeInfo_var, &___0_level);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___1_file);
__d_args[2] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___2_line);
__d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___3_function);
__d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___4_str);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___5_callback, (RuntimeObject*)___6_object);
}
// System.Void FMOD.DSP_LOG_FUNC::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_LOG_FUNC_EndInvoke_m2A4B1EEEB3A602EDC1BD687A7E5B19B201DD91A0 (DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_GETSAMPLERATE_FUNC_Invoke_m9F6FEF855FF867EB87DD70E1E887E68384D355AA_Multicast(DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_rate, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B* currentDelegate = reinterpret_cast<DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_rate, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_GETSAMPLERATE_FUNC_Invoke_m9F6FEF855FF867EB87DD70E1E887E68384D355AA_OpenInst(DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_rate, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_rate, method);
}
int32_t DSP_GETSAMPLERATE_FUNC_Invoke_m9F6FEF855FF867EB87DD70E1E887E68384D355AA_OpenStatic(DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_rate, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_rate, method);
}
int32_t DSP_GETSAMPLERATE_FUNC_Invoke_m9F6FEF855FF867EB87DD70E1E887E68384D355AA_OpenStaticInvoker(DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_rate, const RuntimeMethod* method)
{
return InvokerFuncInvoker2< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_rate);
}
int32_t DSP_GETSAMPLERATE_FUNC_Invoke_m9F6FEF855FF867EB87DD70E1E887E68384D355AA_ClosedStaticInvoker(DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_rate, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_rate);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B (DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_rate, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_rate);
return returnValue;
}
// System.Void FMOD.DSP_GETSAMPLERATE_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETSAMPLERATE_FUNC__ctor_mDA3EFAEF6D26B06451BBDDB3C862E57EE087F014 (DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 2;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETSAMPLERATE_FUNC_Invoke_m9F6FEF855FF867EB87DD70E1E887E68384D355AA_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_GETSAMPLERATE_FUNC_Invoke_m9F6FEF855FF867EB87DD70E1E887E68384D355AA_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETSAMPLERATE_FUNC_Invoke_m9F6FEF855FF867EB87DD70E1E887E68384D355AA_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 1;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_GETSAMPLERATE_FUNC_Invoke_m9F6FEF855FF867EB87DD70E1E887E68384D355AA_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_GETSAMPLERATE_FUNC_Invoke_m9F6FEF855FF867EB87DD70E1E887E68384D355AA_Multicast;
}
// FMOD.RESULT FMOD.DSP_GETSAMPLERATE_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETSAMPLERATE_FUNC_Invoke_m9F6FEF855FF867EB87DD70E1E887E68384D355AA (DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_rate, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_rate, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_GETSAMPLERATE_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETSAMPLERATE_FUNC_BeginInvoke_m03812AE0D3ABA5342FB797A2841838D11E4D607F (DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_rate, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[3] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &*___1_rate);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object);
}
// FMOD.RESULT FMOD.DSP_GETSAMPLERATE_FUNC::EndInvoke(FMOD.DSP_STATE&,System.Int32&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETSAMPLERATE_FUNC_EndInvoke_m41C2EB216E697C1FA592C5482B3C038797F336EB (DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_rate, RuntimeObject* ___2_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_rate,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___2_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_GETBLOCKSIZE_FUNC_Invoke_m5E297EEBD113AD6573B56A2C40B88FA418AAF092_Multicast(DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t* ___1_blocksize, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471* currentDelegate = reinterpret_cast<DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_blocksize, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_GETBLOCKSIZE_FUNC_Invoke_m5E297EEBD113AD6573B56A2C40B88FA418AAF092_OpenInst(DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t* ___1_blocksize, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_blocksize, method);
}
int32_t DSP_GETBLOCKSIZE_FUNC_Invoke_m5E297EEBD113AD6573B56A2C40B88FA418AAF092_OpenStatic(DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t* ___1_blocksize, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_blocksize, method);
}
int32_t DSP_GETBLOCKSIZE_FUNC_Invoke_m5E297EEBD113AD6573B56A2C40B88FA418AAF092_OpenStaticInvoker(DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t* ___1_blocksize, const RuntimeMethod* method)
{
return InvokerFuncInvoker2< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_blocksize);
}
int32_t DSP_GETBLOCKSIZE_FUNC_Invoke_m5E297EEBD113AD6573B56A2C40B88FA418AAF092_ClosedStaticInvoker(DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t* ___1_blocksize, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_blocksize);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471 (DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t* ___1_blocksize, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_blocksize);
return returnValue;
}
// System.Void FMOD.DSP_GETBLOCKSIZE_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETBLOCKSIZE_FUNC__ctor_m9E25BDF9100E995AD74E55EC7ABE0CA5CFDD858E (DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 2;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETBLOCKSIZE_FUNC_Invoke_m5E297EEBD113AD6573B56A2C40B88FA418AAF092_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_GETBLOCKSIZE_FUNC_Invoke_m5E297EEBD113AD6573B56A2C40B88FA418AAF092_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETBLOCKSIZE_FUNC_Invoke_m5E297EEBD113AD6573B56A2C40B88FA418AAF092_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 1;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_GETBLOCKSIZE_FUNC_Invoke_m5E297EEBD113AD6573B56A2C40B88FA418AAF092_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_GETBLOCKSIZE_FUNC_Invoke_m5E297EEBD113AD6573B56A2C40B88FA418AAF092_Multicast;
}
// FMOD.RESULT FMOD.DSP_GETBLOCKSIZE_FUNC::Invoke(FMOD.DSP_STATE&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETBLOCKSIZE_FUNC_Invoke_m5E297EEBD113AD6573B56A2C40B88FA418AAF092 (DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t* ___1_blocksize, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_blocksize, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_GETBLOCKSIZE_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.UInt32&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETBLOCKSIZE_FUNC_BeginInvoke_m19CF7EF23416FBC201A402AE14245E816105A684 (DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t* ___1_blocksize, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[3] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &*___1_blocksize);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object);
}
// FMOD.RESULT FMOD.DSP_GETBLOCKSIZE_FUNC::EndInvoke(FMOD.DSP_STATE&,System.UInt32&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETBLOCKSIZE_FUNC_EndInvoke_m23437379FDE7E1F717C45A75BD61693BE92969AB (DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint32_t* ___1_blocksize, RuntimeObject* ___2_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_blocksize,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___2_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_GETSPEAKERMODE_FUNC_Invoke_mB29104365F9659896D795EE42843B01378CD80B8_Multicast(DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_speakermode_mixer, int32_t* ___2_speakermode_output, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA* currentDelegate = reinterpret_cast<DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, int32_t*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_speakermode_mixer, ___2_speakermode_output, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_GETSPEAKERMODE_FUNC_Invoke_mB29104365F9659896D795EE42843B01378CD80B8_OpenInst(DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_speakermode_mixer, int32_t* ___2_speakermode_output, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, int32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_speakermode_mixer, ___2_speakermode_output, method);
}
int32_t DSP_GETSPEAKERMODE_FUNC_Invoke_mB29104365F9659896D795EE42843B01378CD80B8_OpenStatic(DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_speakermode_mixer, int32_t* ___2_speakermode_output, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, int32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_speakermode_mixer, ___2_speakermode_output, method);
}
int32_t DSP_GETSPEAKERMODE_FUNC_Invoke_mB29104365F9659896D795EE42843B01378CD80B8_OpenStaticInvoker(DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_speakermode_mixer, int32_t* ___2_speakermode_output, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, int32_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_speakermode_mixer, ___2_speakermode_output);
}
int32_t DSP_GETSPEAKERMODE_FUNC_Invoke_mB29104365F9659896D795EE42843B01378CD80B8_ClosedStaticInvoker(DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_speakermode_mixer, int32_t* ___2_speakermode_output, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, int32_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_speakermode_mixer, ___2_speakermode_output);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA (DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_speakermode_mixer, int32_t* ___2_speakermode_output, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, int32_t*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_speakermode_mixer, ___2_speakermode_output);
return returnValue;
}
// System.Void FMOD.DSP_GETSPEAKERMODE_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETSPEAKERMODE_FUNC__ctor_mA5BB85A11EC1575948BA1C7E2BD90CA713E29124 (DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 3;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETSPEAKERMODE_FUNC_Invoke_mB29104365F9659896D795EE42843B01378CD80B8_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_GETSPEAKERMODE_FUNC_Invoke_mB29104365F9659896D795EE42843B01378CD80B8_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETSPEAKERMODE_FUNC_Invoke_mB29104365F9659896D795EE42843B01378CD80B8_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 2;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_GETSPEAKERMODE_FUNC_Invoke_mB29104365F9659896D795EE42843B01378CD80B8_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_GETSPEAKERMODE_FUNC_Invoke_mB29104365F9659896D795EE42843B01378CD80B8_Multicast;
}
// FMOD.RESULT FMOD.DSP_GETSPEAKERMODE_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32&,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETSPEAKERMODE_FUNC_Invoke_mB29104365F9659896D795EE42843B01378CD80B8 (DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_speakermode_mixer, int32_t* ___2_speakermode_output, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, int32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_speakermode_mixer, ___2_speakermode_output, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_GETSPEAKERMODE_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32&,System.Int32&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETSPEAKERMODE_FUNC_BeginInvoke_mFCD5049835045D36938E91B4929C80E2AEB57412 (DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_speakermode_mixer, int32_t* ___2_speakermode_output, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &*___1_speakermode_mixer);
__d_args[2] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &*___2_speakermode_output);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object);
}
// FMOD.RESULT FMOD.DSP_GETSPEAKERMODE_FUNC::EndInvoke(FMOD.DSP_STATE&,System.Int32&,System.Int32&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETSPEAKERMODE_FUNC_EndInvoke_m9A330E21AB57C2E37AFBA54AB23CD4D94EC5F1B5 (DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_speakermode_mixer, int32_t* ___2_speakermode_output, RuntimeObject* ___3_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_speakermode_mixer,
___2_speakermode_output,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___3_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_GETCLOCK_FUNC_Invoke_mA7EF71560D11B790F2AD69652137B964D48D7BD5_Multicast(DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint64_t* ___1_clock, uint32_t* ___2_offset, uint32_t* ___3_length, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4* currentDelegate = reinterpret_cast<DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint64_t*, uint32_t*, uint32_t*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_clock, ___2_offset, ___3_length, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_GETCLOCK_FUNC_Invoke_mA7EF71560D11B790F2AD69652137B964D48D7BD5_OpenInst(DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint64_t* ___1_clock, uint32_t* ___2_offset, uint32_t* ___3_length, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint64_t*, uint32_t*, uint32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_clock, ___2_offset, ___3_length, method);
}
int32_t DSP_GETCLOCK_FUNC_Invoke_mA7EF71560D11B790F2AD69652137B964D48D7BD5_OpenStatic(DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint64_t* ___1_clock, uint32_t* ___2_offset, uint32_t* ___3_length, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint64_t*, uint32_t*, uint32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_clock, ___2_offset, ___3_length, method);
}
int32_t DSP_GETCLOCK_FUNC_Invoke_mA7EF71560D11B790F2AD69652137B964D48D7BD5_OpenStaticInvoker(DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint64_t* ___1_clock, uint32_t* ___2_offset, uint32_t* ___3_length, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint64_t*, uint32_t*, uint32_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_clock, ___2_offset, ___3_length);
}
int32_t DSP_GETCLOCK_FUNC_Invoke_mA7EF71560D11B790F2AD69652137B964D48D7BD5_ClosedStaticInvoker(DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint64_t* ___1_clock, uint32_t* ___2_offset, uint32_t* ___3_length, const RuntimeMethod* method)
{
return InvokerFuncInvoker5< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint64_t*, uint32_t*, uint32_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_clock, ___2_offset, ___3_length);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4 (DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint64_t* ___1_clock, uint32_t* ___2_offset, uint32_t* ___3_length, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint64_t*, uint32_t*, uint32_t*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_clock, ___2_offset, ___3_length);
return returnValue;
}
// System.Void FMOD.DSP_GETCLOCK_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETCLOCK_FUNC__ctor_m873F5E6929CE895776BBB10189ED4F3059006BB2 (DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 4;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETCLOCK_FUNC_Invoke_mA7EF71560D11B790F2AD69652137B964D48D7BD5_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_GETCLOCK_FUNC_Invoke_mA7EF71560D11B790F2AD69652137B964D48D7BD5_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETCLOCK_FUNC_Invoke_mA7EF71560D11B790F2AD69652137B964D48D7BD5_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 3;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_GETCLOCK_FUNC_Invoke_mA7EF71560D11B790F2AD69652137B964D48D7BD5_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_GETCLOCK_FUNC_Invoke_mA7EF71560D11B790F2AD69652137B964D48D7BD5_Multicast;
}
// FMOD.RESULT FMOD.DSP_GETCLOCK_FUNC::Invoke(FMOD.DSP_STATE&,System.UInt64&,System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETCLOCK_FUNC_Invoke_mA7EF71560D11B790F2AD69652137B964D48D7BD5 (DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint64_t* ___1_clock, uint32_t* ___2_offset, uint32_t* ___3_length, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, uint64_t*, uint32_t*, uint32_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_clock, ___2_offset, ___3_length, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_GETCLOCK_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.UInt64&,System.UInt32&,System.UInt32&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETCLOCK_FUNC_BeginInvoke_mA29C4FBC6CBEC4F7F27022AA64DE5D53B8CCCAE7 (DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint64_t* ___1_clock, uint32_t* ___2_offset, uint32_t* ___3_length, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_callback, RuntimeObject* ___5_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[5] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF_il2cpp_TypeInfo_var, &*___1_clock);
__d_args[2] = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &*___2_offset);
__d_args[3] = Box(UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_il2cpp_TypeInfo_var, &*___3_length);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_callback, (RuntimeObject*)___5_object);
}
// FMOD.RESULT FMOD.DSP_GETCLOCK_FUNC::EndInvoke(FMOD.DSP_STATE&,System.UInt64&,System.UInt32&,System.UInt32&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETCLOCK_FUNC_EndInvoke_mD4D79EF1D22B17E1B6EE3AA29FD7AB53A31217A0 (DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, uint64_t* ___1_clock, uint32_t* ___2_offset, uint32_t* ___3_length, RuntimeObject* ___4_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_clock,
___2_offset,
___3_length,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___4_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_GETLISTENERATTRIBUTES_FUNC_Invoke_m2848F16A104DC3294711B0B7CAF521781EEA1B9B_Multicast(DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_numlisteners, intptr_t ___2_attributes, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1* currentDelegate = reinterpret_cast<DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_numlisteners, ___2_attributes, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_GETLISTENERATTRIBUTES_FUNC_Invoke_m2848F16A104DC3294711B0B7CAF521781EEA1B9B_OpenInst(DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_numlisteners, intptr_t ___2_attributes, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_numlisteners, ___2_attributes, method);
}
int32_t DSP_GETLISTENERATTRIBUTES_FUNC_Invoke_m2848F16A104DC3294711B0B7CAF521781EEA1B9B_OpenStatic(DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_numlisteners, intptr_t ___2_attributes, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_numlisteners, ___2_attributes, method);
}
int32_t DSP_GETLISTENERATTRIBUTES_FUNC_Invoke_m2848F16A104DC3294711B0B7CAF521781EEA1B9B_OpenStaticInvoker(DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_numlisteners, intptr_t ___2_attributes, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_numlisteners, ___2_attributes);
}
int32_t DSP_GETLISTENERATTRIBUTES_FUNC_Invoke_m2848F16A104DC3294711B0B7CAF521781EEA1B9B_ClosedStaticInvoker(DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_numlisteners, intptr_t ___2_attributes, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_numlisteners, ___2_attributes);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1 (DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_numlisteners, intptr_t ___2_attributes, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_numlisteners, ___2_attributes);
return returnValue;
}
// System.Void FMOD.DSP_GETLISTENERATTRIBUTES_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETLISTENERATTRIBUTES_FUNC__ctor_mB94229F5D3F13E4B3A591B8919C6000DFBA37CD1 (DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 3;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETLISTENERATTRIBUTES_FUNC_Invoke_m2848F16A104DC3294711B0B7CAF521781EEA1B9B_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_GETLISTENERATTRIBUTES_FUNC_Invoke_m2848F16A104DC3294711B0B7CAF521781EEA1B9B_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETLISTENERATTRIBUTES_FUNC_Invoke_m2848F16A104DC3294711B0B7CAF521781EEA1B9B_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 2;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_GETLISTENERATTRIBUTES_FUNC_Invoke_m2848F16A104DC3294711B0B7CAF521781EEA1B9B_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_GETLISTENERATTRIBUTES_FUNC_Invoke_m2848F16A104DC3294711B0B7CAF521781EEA1B9B_Multicast;
}
// FMOD.RESULT FMOD.DSP_GETLISTENERATTRIBUTES_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETLISTENERATTRIBUTES_FUNC_Invoke_m2848F16A104DC3294711B0B7CAF521781EEA1B9B (DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_numlisteners, intptr_t ___2_attributes, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_numlisteners, ___2_attributes, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_GETLISTENERATTRIBUTES_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32&,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETLISTENERATTRIBUTES_FUNC_BeginInvoke_m4832344AE44503871EF8C5CD8866C4D8F7923FA2 (DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_numlisteners, intptr_t ___2_attributes, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &*___1_numlisteners);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___2_attributes);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object);
}
// FMOD.RESULT FMOD.DSP_GETLISTENERATTRIBUTES_FUNC::EndInvoke(FMOD.DSP_STATE&,System.Int32&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETLISTENERATTRIBUTES_FUNC_EndInvoke_mD242AAD62D3412E364C1048B6A69D92FE12B75BE (DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t* ___1_numlisteners, RuntimeObject* ___2_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_numlisteners,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___2_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_GETUSERDATA_FUNC_Invoke_mD84D5761765315A165E087AC20872AC3A2B7E86D_Multicast(DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1* currentDelegate = reinterpret_cast<DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_userdata, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_GETUSERDATA_FUNC_Invoke_mD84D5761765315A165E087AC20872AC3A2B7E86D_OpenInst(DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_userdata, method);
}
int32_t DSP_GETUSERDATA_FUNC_Invoke_mD84D5761765315A165E087AC20872AC3A2B7E86D_OpenStatic(DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_userdata, method);
}
int32_t DSP_GETUSERDATA_FUNC_Invoke_mD84D5761765315A165E087AC20872AC3A2B7E86D_OpenStaticInvoker(DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
return InvokerFuncInvoker2< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_userdata);
}
int32_t DSP_GETUSERDATA_FUNC_Invoke_mD84D5761765315A165E087AC20872AC3A2B7E86D_ClosedStaticInvoker(DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_userdata);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1 (DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_userdata);
return returnValue;
}
// System.Void FMOD.DSP_GETUSERDATA_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_GETUSERDATA_FUNC__ctor_m6A56859A910108A06EED47E24F0E818F2F139C7B (DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 2;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETUSERDATA_FUNC_Invoke_mD84D5761765315A165E087AC20872AC3A2B7E86D_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_GETUSERDATA_FUNC_Invoke_mD84D5761765315A165E087AC20872AC3A2B7E86D_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_GETUSERDATA_FUNC_Invoke_mD84D5761765315A165E087AC20872AC3A2B7E86D_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 1;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_GETUSERDATA_FUNC_Invoke_mD84D5761765315A165E087AC20872AC3A2B7E86D_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_GETUSERDATA_FUNC_Invoke_mD84D5761765315A165E087AC20872AC3A2B7E86D_Multicast;
}
// FMOD.RESULT FMOD.DSP_GETUSERDATA_FUNC::Invoke(FMOD.DSP_STATE&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETUSERDATA_FUNC_Invoke_mD84D5761765315A165E087AC20872AC3A2B7E86D (DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, intptr_t*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_userdata, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_GETUSERDATA_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.IntPtr&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_GETUSERDATA_FUNC_BeginInvoke_mEC7837504076437B41580F2CB37D38A2D73D887F (DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t* ___1_userdata, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_callback, RuntimeObject* ___3_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[3] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___1_userdata);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___2_callback, (RuntimeObject*)___3_object);
}
// FMOD.RESULT FMOD.DSP_GETUSERDATA_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IntPtr&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_GETUSERDATA_FUNC_EndInvoke_m2948A0E1A8641E72511FC85FE3E7E48990983812 (DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, intptr_t* ___1_userdata, RuntimeObject* ___2_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_userdata,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___2_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_DFT_FFTREAL_FUNC_Invoke_mEEBCCA5B80961BD7820D9C8715F98979A9880591_Multicast(DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_signal, intptr_t ___3_dft, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF* currentDelegate = reinterpret_cast<DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_size, ___2_signal, ___3_dft, ___4_window, ___5_signalhop, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_DFT_FFTREAL_FUNC_Invoke_mEEBCCA5B80961BD7820D9C8715F98979A9880591_OpenInst(DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_signal, intptr_t ___3_dft, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_size, ___2_signal, ___3_dft, ___4_window, ___5_signalhop, method);
}
int32_t DSP_DFT_FFTREAL_FUNC_Invoke_mEEBCCA5B80961BD7820D9C8715F98979A9880591_OpenStatic(DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_signal, intptr_t ___3_dft, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_size, ___2_signal, ___3_dft, ___4_window, ___5_signalhop, method);
}
int32_t DSP_DFT_FFTREAL_FUNC_Invoke_mEEBCCA5B80961BD7820D9C8715F98979A9880591_OpenStaticInvoker(DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_signal, intptr_t ___3_dft, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
return InvokerFuncInvoker6< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_size, ___2_signal, ___3_dft, ___4_window, ___5_signalhop);
}
int32_t DSP_DFT_FFTREAL_FUNC_Invoke_mEEBCCA5B80961BD7820D9C8715F98979A9880591_ClosedStaticInvoker(DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_signal, intptr_t ___3_dft, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
return InvokerFuncInvoker7< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_size, ___2_signal, ___3_dft, ___4_window, ___5_signalhop);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF (DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_signal, intptr_t ___3_dft, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_size, ___2_signal, ___3_dft, ___4_window, ___5_signalhop);
return returnValue;
}
// System.Void FMOD.DSP_DFT_FFTREAL_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_DFT_FFTREAL_FUNC__ctor_mA048D22401FAC70BDA2C52C8EB8505EBA8620E0E (DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 6;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_DFT_FFTREAL_FUNC_Invoke_mEEBCCA5B80961BD7820D9C8715F98979A9880591_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_DFT_FFTREAL_FUNC_Invoke_mEEBCCA5B80961BD7820D9C8715F98979A9880591_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_DFT_FFTREAL_FUNC_Invoke_mEEBCCA5B80961BD7820D9C8715F98979A9880591_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 5;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_DFT_FFTREAL_FUNC_Invoke_mEEBCCA5B80961BD7820D9C8715F98979A9880591_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_DFT_FFTREAL_FUNC_Invoke_mEEBCCA5B80961BD7820D9C8715F98979A9880591_Multicast;
}
// FMOD.RESULT FMOD.DSP_DFT_FFTREAL_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_DFT_FFTREAL_FUNC_Invoke_mEEBCCA5B80961BD7820D9C8715F98979A9880591 (DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_signal, intptr_t ___3_dft, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_size, ___2_signal, ___3_dft, ___4_window, ___5_signalhop, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_DFT_FFTREAL_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_DFT_FFTREAL_FUNC_BeginInvoke_mE5371B571FB2650D90AA5507A4638108CB10C09C (DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_signal, intptr_t ___3_dft, intptr_t ___4_window, int32_t ___5_signalhop, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___6_callback, RuntimeObject* ___7_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[7] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_size);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___2_signal);
__d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___3_dft);
__d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___4_window);
__d_args[5] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___5_signalhop);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___6_callback, (RuntimeObject*)___7_object);
}
// FMOD.RESULT FMOD.DSP_DFT_FFTREAL_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_DFT_FFTREAL_FUNC_EndInvoke_m72A8A0B27FF32BE3E97DE00EB3497972B685B74C (DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_DFT_IFFTREAL_FUNC_Invoke_m8AD6FA4620D6E1BD40B19CA6A7CFA19EF8ECBD6D_Multicast(DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_dft, intptr_t ___3_signal, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56* currentDelegate = reinterpret_cast<DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_size, ___2_dft, ___3_signal, ___4_window, ___5_signalhop, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_DFT_IFFTREAL_FUNC_Invoke_m8AD6FA4620D6E1BD40B19CA6A7CFA19EF8ECBD6D_OpenInst(DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_dft, intptr_t ___3_signal, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_size, ___2_dft, ___3_signal, ___4_window, ___5_signalhop, method);
}
int32_t DSP_DFT_IFFTREAL_FUNC_Invoke_m8AD6FA4620D6E1BD40B19CA6A7CFA19EF8ECBD6D_OpenStatic(DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_dft, intptr_t ___3_signal, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_size, ___2_dft, ___3_signal, ___4_window, ___5_signalhop, method);
}
int32_t DSP_DFT_IFFTREAL_FUNC_Invoke_m8AD6FA4620D6E1BD40B19CA6A7CFA19EF8ECBD6D_OpenStaticInvoker(DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_dft, intptr_t ___3_signal, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
return InvokerFuncInvoker6< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_size, ___2_dft, ___3_signal, ___4_window, ___5_signalhop);
}
int32_t DSP_DFT_IFFTREAL_FUNC_Invoke_m8AD6FA4620D6E1BD40B19CA6A7CFA19EF8ECBD6D_ClosedStaticInvoker(DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_dft, intptr_t ___3_signal, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
return InvokerFuncInvoker7< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_size, ___2_dft, ___3_signal, ___4_window, ___5_signalhop);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56 (DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_dft, intptr_t ___3_signal, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_size, ___2_dft, ___3_signal, ___4_window, ___5_signalhop);
return returnValue;
}
// System.Void FMOD.DSP_DFT_IFFTREAL_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_DFT_IFFTREAL_FUNC__ctor_m9B7FFFB83471795808DA88ABFC236A1727CAB8C4 (DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 6;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_DFT_IFFTREAL_FUNC_Invoke_m8AD6FA4620D6E1BD40B19CA6A7CFA19EF8ECBD6D_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_DFT_IFFTREAL_FUNC_Invoke_m8AD6FA4620D6E1BD40B19CA6A7CFA19EF8ECBD6D_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_DFT_IFFTREAL_FUNC_Invoke_m8AD6FA4620D6E1BD40B19CA6A7CFA19EF8ECBD6D_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 5;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_DFT_IFFTREAL_FUNC_Invoke_m8AD6FA4620D6E1BD40B19CA6A7CFA19EF8ECBD6D_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_DFT_IFFTREAL_FUNC_Invoke_m8AD6FA4620D6E1BD40B19CA6A7CFA19EF8ECBD6D_Multicast;
}
// FMOD.RESULT FMOD.DSP_DFT_IFFTREAL_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_DFT_IFFTREAL_FUNC_Invoke_m8AD6FA4620D6E1BD40B19CA6A7CFA19EF8ECBD6D (DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_dft, intptr_t ___3_signal, intptr_t ___4_window, int32_t ___5_signalhop, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, intptr_t, intptr_t, intptr_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_size, ___2_dft, ___3_signal, ___4_window, ___5_signalhop, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_DFT_IFFTREAL_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.IntPtr,System.IntPtr,System.IntPtr,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_DFT_IFFTREAL_FUNC_BeginInvoke_m5A06653BD1596253A350D8137CB8BF12E07F83D7 (DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_size, intptr_t ___2_dft, intptr_t ___3_signal, intptr_t ___4_window, int32_t ___5_signalhop, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___6_callback, RuntimeObject* ___7_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[7] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_size);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___2_dft);
__d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___3_signal);
__d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___4_window);
__d_args[5] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___5_signalhop);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___6_callback, (RuntimeObject*)___7_object);
}
// FMOD.RESULT FMOD.DSP_DFT_IFFTREAL_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_DFT_IFFTREAL_FUNC_EndInvoke_m6BEC7DE56AEC975763E5B26E1C3187FA3C904510 (DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_PAN_SUMMONOMATRIX_FUNC_Invoke_mF1AB59AE38F756065E2ACE13B906B61644ACAE00_Multicast(DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_lowFrequencyGain, float ___3_overallGain, intptr_t ___4_matrix, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17* currentDelegate = reinterpret_cast<DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_sourceSpeakerMode, ___2_lowFrequencyGain, ___3_overallGain, ___4_matrix, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_PAN_SUMMONOMATRIX_FUNC_Invoke_mF1AB59AE38F756065E2ACE13B906B61644ACAE00_OpenInst(DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_lowFrequencyGain, float ___3_overallGain, intptr_t ___4_matrix, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_sourceSpeakerMode, ___2_lowFrequencyGain, ___3_overallGain, ___4_matrix, method);
}
int32_t DSP_PAN_SUMMONOMATRIX_FUNC_Invoke_mF1AB59AE38F756065E2ACE13B906B61644ACAE00_OpenStatic(DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_lowFrequencyGain, float ___3_overallGain, intptr_t ___4_matrix, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_sourceSpeakerMode, ___2_lowFrequencyGain, ___3_overallGain, ___4_matrix, method);
}
int32_t DSP_PAN_SUMMONOMATRIX_FUNC_Invoke_mF1AB59AE38F756065E2ACE13B906B61644ACAE00_OpenStaticInvoker(DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_lowFrequencyGain, float ___3_overallGain, intptr_t ___4_matrix, const RuntimeMethod* method)
{
return InvokerFuncInvoker5< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_sourceSpeakerMode, ___2_lowFrequencyGain, ___3_overallGain, ___4_matrix);
}
int32_t DSP_PAN_SUMMONOMATRIX_FUNC_Invoke_mF1AB59AE38F756065E2ACE13B906B61644ACAE00_ClosedStaticInvoker(DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_lowFrequencyGain, float ___3_overallGain, intptr_t ___4_matrix, const RuntimeMethod* method)
{
return InvokerFuncInvoker6< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_sourceSpeakerMode, ___2_lowFrequencyGain, ___3_overallGain, ___4_matrix);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17 (DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_lowFrequencyGain, float ___3_overallGain, intptr_t ___4_matrix, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_sourceSpeakerMode, ___2_lowFrequencyGain, ___3_overallGain, ___4_matrix);
return returnValue;
}
// System.Void FMOD.DSP_PAN_SUMMONOMATRIX_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PAN_SUMMONOMATRIX_FUNC__ctor_m170A1FE13A2527D765EA2D47E3D399CD384B3E47 (DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 5;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMMONOMATRIX_FUNC_Invoke_mF1AB59AE38F756065E2ACE13B906B61644ACAE00_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMMONOMATRIX_FUNC_Invoke_mF1AB59AE38F756065E2ACE13B906B61644ACAE00_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMMONOMATRIX_FUNC_Invoke_mF1AB59AE38F756065E2ACE13B906B61644ACAE00_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 4;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMMONOMATRIX_FUNC_Invoke_mF1AB59AE38F756065E2ACE13B906B61644ACAE00_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_PAN_SUMMONOMATRIX_FUNC_Invoke_mF1AB59AE38F756065E2ACE13B906B61644ACAE00_Multicast;
}
// FMOD.RESULT FMOD.DSP_PAN_SUMMONOMATRIX_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMMONOMATRIX_FUNC_Invoke_mF1AB59AE38F756065E2ACE13B906B61644ACAE00 (DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_lowFrequencyGain, float ___3_overallGain, intptr_t ___4_matrix, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_sourceSpeakerMode, ___2_lowFrequencyGain, ___3_overallGain, ___4_matrix, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_PAN_SUMMONOMATRIX_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PAN_SUMMONOMATRIX_FUNC_BeginInvoke_mE2A2DE2B82678D94144AECC67D387DC2BE4ED62D (DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_lowFrequencyGain, float ___3_overallGain, intptr_t ___4_matrix, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___5_callback, RuntimeObject* ___6_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_sourceSpeakerMode);
__d_args[2] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___2_lowFrequencyGain);
__d_args[3] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___3_overallGain);
__d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___4_matrix);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___5_callback, (RuntimeObject*)___6_object);
}
// FMOD.RESULT FMOD.DSP_PAN_SUMMONOMATRIX_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMMONOMATRIX_FUNC_EndInvoke_m95B4C5A134920834AE08AB40EADB2830C85C3B7B (DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_PAN_SUMSTEREOMATRIX_FUNC_Invoke_mA75AFFF82C8C373AF941A58D25EFA2B5FCF9EA23_Multicast(DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_pan, float ___3_lowFrequencyGain, float ___4_overallGain, int32_t ___5_matrixHop, intptr_t ___6_matrix, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B* currentDelegate = reinterpret_cast<DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, int32_t, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_sourceSpeakerMode, ___2_pan, ___3_lowFrequencyGain, ___4_overallGain, ___5_matrixHop, ___6_matrix, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_PAN_SUMSTEREOMATRIX_FUNC_Invoke_mA75AFFF82C8C373AF941A58D25EFA2B5FCF9EA23_OpenInst(DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_pan, float ___3_lowFrequencyGain, float ___4_overallGain, int32_t ___5_matrixHop, intptr_t ___6_matrix, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, int32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_sourceSpeakerMode, ___2_pan, ___3_lowFrequencyGain, ___4_overallGain, ___5_matrixHop, ___6_matrix, method);
}
int32_t DSP_PAN_SUMSTEREOMATRIX_FUNC_Invoke_mA75AFFF82C8C373AF941A58D25EFA2B5FCF9EA23_OpenStatic(DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_pan, float ___3_lowFrequencyGain, float ___4_overallGain, int32_t ___5_matrixHop, intptr_t ___6_matrix, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, int32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_sourceSpeakerMode, ___2_pan, ___3_lowFrequencyGain, ___4_overallGain, ___5_matrixHop, ___6_matrix, method);
}
int32_t DSP_PAN_SUMSTEREOMATRIX_FUNC_Invoke_mA75AFFF82C8C373AF941A58D25EFA2B5FCF9EA23_OpenStaticInvoker(DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_pan, float ___3_lowFrequencyGain, float ___4_overallGain, int32_t ___5_matrixHop, intptr_t ___6_matrix, const RuntimeMethod* method)
{
return InvokerFuncInvoker7< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, int32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_sourceSpeakerMode, ___2_pan, ___3_lowFrequencyGain, ___4_overallGain, ___5_matrixHop, ___6_matrix);
}
int32_t DSP_PAN_SUMSTEREOMATRIX_FUNC_Invoke_mA75AFFF82C8C373AF941A58D25EFA2B5FCF9EA23_ClosedStaticInvoker(DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_pan, float ___3_lowFrequencyGain, float ___4_overallGain, int32_t ___5_matrixHop, intptr_t ___6_matrix, const RuntimeMethod* method)
{
return InvokerFuncInvoker8< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, int32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_sourceSpeakerMode, ___2_pan, ___3_lowFrequencyGain, ___4_overallGain, ___5_matrixHop, ___6_matrix);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B (DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_pan, float ___3_lowFrequencyGain, float ___4_overallGain, int32_t ___5_matrixHop, intptr_t ___6_matrix, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, int32_t, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_sourceSpeakerMode, ___2_pan, ___3_lowFrequencyGain, ___4_overallGain, ___5_matrixHop, ___6_matrix);
return returnValue;
}
// System.Void FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PAN_SUMSTEREOMATRIX_FUNC__ctor_mDC5466A52FCB3497D71DEBE44899328392AF3F34 (DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 7;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMSTEREOMATRIX_FUNC_Invoke_mA75AFFF82C8C373AF941A58D25EFA2B5FCF9EA23_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMSTEREOMATRIX_FUNC_Invoke_mA75AFFF82C8C373AF941A58D25EFA2B5FCF9EA23_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMSTEREOMATRIX_FUNC_Invoke_mA75AFFF82C8C373AF941A58D25EFA2B5FCF9EA23_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 6;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMSTEREOMATRIX_FUNC_Invoke_mA75AFFF82C8C373AF941A58D25EFA2B5FCF9EA23_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_PAN_SUMSTEREOMATRIX_FUNC_Invoke_mA75AFFF82C8C373AF941A58D25EFA2B5FCF9EA23_Multicast;
}
// FMOD.RESULT FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.Single,System.Int32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMSTEREOMATRIX_FUNC_Invoke_mA75AFFF82C8C373AF941A58D25EFA2B5FCF9EA23 (DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_pan, float ___3_lowFrequencyGain, float ___4_overallGain, int32_t ___5_matrixHop, intptr_t ___6_matrix, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, int32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_sourceSpeakerMode, ___2_pan, ___3_lowFrequencyGain, ___4_overallGain, ___5_matrixHop, ___6_matrix, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.Single,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PAN_SUMSTEREOMATRIX_FUNC_BeginInvoke_m59D6DF5B2B537D6F4B18FEB6B9A96CF76D20943B (DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, float ___2_pan, float ___3_lowFrequencyGain, float ___4_overallGain, int32_t ___5_matrixHop, intptr_t ___6_matrix, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___7_callback, RuntimeObject* ___8_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[8] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_sourceSpeakerMode);
__d_args[2] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___2_pan);
__d_args[3] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___3_lowFrequencyGain);
__d_args[4] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___4_overallGain);
__d_args[5] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___5_matrixHop);
__d_args[6] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___6_matrix);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___7_callback, (RuntimeObject*)___8_object);
}
// FMOD.RESULT FMOD.DSP_PAN_SUMSTEREOMATRIX_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMSTEREOMATRIX_FUNC_EndInvoke_m2D80F3E9AB50F8F8A5D67D37313B8384AC827188 (DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_PAN_SUMSURROUNDMATRIX_FUNC_Invoke_m18071BDD15392688EF82BCA02EBD05F96150B594_Multicast(DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, int32_t ___2_targetSpeakerMode, float ___3_direction, float ___4_extent, float ___5_rotation, float ___6_lowFrequencyGain, float ___7_overallGain, int32_t ___8_matrixHop, intptr_t ___9_matrix, int32_t ___10_flags, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E* currentDelegate = reinterpret_cast<DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_sourceSpeakerMode, ___2_targetSpeakerMode, ___3_direction, ___4_extent, ___5_rotation, ___6_lowFrequencyGain, ___7_overallGain, ___8_matrixHop, ___9_matrix, ___10_flags, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_PAN_SUMSURROUNDMATRIX_FUNC_Invoke_m18071BDD15392688EF82BCA02EBD05F96150B594_OpenInst(DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, int32_t ___2_targetSpeakerMode, float ___3_direction, float ___4_extent, float ___5_rotation, float ___6_lowFrequencyGain, float ___7_overallGain, int32_t ___8_matrixHop, intptr_t ___9_matrix, int32_t ___10_flags, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_sourceSpeakerMode, ___2_targetSpeakerMode, ___3_direction, ___4_extent, ___5_rotation, ___6_lowFrequencyGain, ___7_overallGain, ___8_matrixHop, ___9_matrix, ___10_flags, method);
}
int32_t DSP_PAN_SUMSURROUNDMATRIX_FUNC_Invoke_m18071BDD15392688EF82BCA02EBD05F96150B594_OpenStatic(DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, int32_t ___2_targetSpeakerMode, float ___3_direction, float ___4_extent, float ___5_rotation, float ___6_lowFrequencyGain, float ___7_overallGain, int32_t ___8_matrixHop, intptr_t ___9_matrix, int32_t ___10_flags, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_sourceSpeakerMode, ___2_targetSpeakerMode, ___3_direction, ___4_extent, ___5_rotation, ___6_lowFrequencyGain, ___7_overallGain, ___8_matrixHop, ___9_matrix, ___10_flags, method);
}
int32_t DSP_PAN_SUMSURROUNDMATRIX_FUNC_Invoke_m18071BDD15392688EF82BCA02EBD05F96150B594_OpenStaticInvoker(DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, int32_t ___2_targetSpeakerMode, float ___3_direction, float ___4_extent, float ___5_rotation, float ___6_lowFrequencyGain, float ___7_overallGain, int32_t ___8_matrixHop, intptr_t ___9_matrix, int32_t ___10_flags, const RuntimeMethod* method)
{
return InvokerFuncInvoker11< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_sourceSpeakerMode, ___2_targetSpeakerMode, ___3_direction, ___4_extent, ___5_rotation, ___6_lowFrequencyGain, ___7_overallGain, ___8_matrixHop, ___9_matrix, ___10_flags);
}
int32_t DSP_PAN_SUMSURROUNDMATRIX_FUNC_Invoke_m18071BDD15392688EF82BCA02EBD05F96150B594_ClosedStaticInvoker(DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, int32_t ___2_targetSpeakerMode, float ___3_direction, float ___4_extent, float ___5_rotation, float ___6_lowFrequencyGain, float ___7_overallGain, int32_t ___8_matrixHop, intptr_t ___9_matrix, int32_t ___10_flags, const RuntimeMethod* method)
{
return InvokerFuncInvoker12< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_sourceSpeakerMode, ___2_targetSpeakerMode, ___3_direction, ___4_extent, ___5_rotation, ___6_lowFrequencyGain, ___7_overallGain, ___8_matrixHop, ___9_matrix, ___10_flags);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E (DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, int32_t ___2_targetSpeakerMode, float ___3_direction, float ___4_extent, float ___5_rotation, float ___6_lowFrequencyGain, float ___7_overallGain, int32_t ___8_matrixHop, intptr_t ___9_matrix, int32_t ___10_flags, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_sourceSpeakerMode, ___2_targetSpeakerMode, ___3_direction, ___4_extent, ___5_rotation, ___6_lowFrequencyGain, ___7_overallGain, ___8_matrixHop, ___9_matrix, ___10_flags);
return returnValue;
}
// System.Void FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PAN_SUMSURROUNDMATRIX_FUNC__ctor_mC961940A9080F1AF4499A357A602FF670DF9A8BF (DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 11;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMSURROUNDMATRIX_FUNC_Invoke_m18071BDD15392688EF82BCA02EBD05F96150B594_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMSURROUNDMATRIX_FUNC_Invoke_m18071BDD15392688EF82BCA02EBD05F96150B594_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMSURROUNDMATRIX_FUNC_Invoke_m18071BDD15392688EF82BCA02EBD05F96150B594_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 10;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMSURROUNDMATRIX_FUNC_Invoke_m18071BDD15392688EF82BCA02EBD05F96150B594_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_PAN_SUMSURROUNDMATRIX_FUNC_Invoke_m18071BDD15392688EF82BCA02EBD05F96150B594_Multicast;
}
// FMOD.RESULT FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Int32,System.IntPtr,FMOD.DSP_PAN_SURROUND_FLAGS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMSURROUNDMATRIX_FUNC_Invoke_m18071BDD15392688EF82BCA02EBD05F96150B594 (DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, int32_t ___2_targetSpeakerMode, float ___3_direction, float ___4_extent, float ___5_rotation, float ___6_lowFrequencyGain, float ___7_overallGain, int32_t ___8_matrixHop, intptr_t ___9_matrix, int32_t ___10_flags, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, int32_t, float, float, float, float, float, int32_t, intptr_t, int32_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_sourceSpeakerMode, ___2_targetSpeakerMode, ___3_direction, ___4_extent, ___5_rotation, ___6_lowFrequencyGain, ___7_overallGain, ___8_matrixHop, ___9_matrix, ___10_flags, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Int32,System.IntPtr,FMOD.DSP_PAN_SURROUND_FLAGS,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PAN_SUMSURROUNDMATRIX_FUNC_BeginInvoke_mE0347055366F1393EED72A9703DEC7492F875FA8 (DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_sourceSpeakerMode, int32_t ___2_targetSpeakerMode, float ___3_direction, float ___4_extent, float ___5_rotation, float ___6_lowFrequencyGain, float ___7_overallGain, int32_t ___8_matrixHop, intptr_t ___9_matrix, int32_t ___10_flags, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___11_callback, RuntimeObject* ___12_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SURROUND_FLAGS_t28B9BB13D435C6930752339F4A1DB6212678C6BE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[12] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_sourceSpeakerMode);
__d_args[2] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___2_targetSpeakerMode);
__d_args[3] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___3_direction);
__d_args[4] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___4_extent);
__d_args[5] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___5_rotation);
__d_args[6] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___6_lowFrequencyGain);
__d_args[7] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___7_overallGain);
__d_args[8] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___8_matrixHop);
__d_args[9] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___9_matrix);
__d_args[10] = Box(DSP_PAN_SURROUND_FLAGS_t28B9BB13D435C6930752339F4A1DB6212678C6BE_il2cpp_TypeInfo_var, &___10_flags);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___11_callback, (RuntimeObject*)___12_object);
}
// FMOD.RESULT FMOD.DSP_PAN_SUMSURROUNDMATRIX_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMSURROUNDMATRIX_FUNC_EndInvoke_m2DD3786729588B6BD6AD7827CF13DFF02A4B0AA0 (DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_Invoke_m5E1101E7283C02002E8E11DA1762F97A193B44A7_Multicast(DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_lowFrequencyGain, float ___5_overallGain, int32_t ___6_matrixHop, intptr_t ___7_matrix, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9* currentDelegate = reinterpret_cast<DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_lowFrequencyGain, ___5_overallGain, ___6_matrixHop, ___7_matrix, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_Invoke_m5E1101E7283C02002E8E11DA1762F97A193B44A7_OpenInst(DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_lowFrequencyGain, float ___5_overallGain, int32_t ___6_matrixHop, intptr_t ___7_matrix, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_lowFrequencyGain, ___5_overallGain, ___6_matrixHop, ___7_matrix, method);
}
int32_t DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_Invoke_m5E1101E7283C02002E8E11DA1762F97A193B44A7_OpenStatic(DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_lowFrequencyGain, float ___5_overallGain, int32_t ___6_matrixHop, intptr_t ___7_matrix, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_lowFrequencyGain, ___5_overallGain, ___6_matrixHop, ___7_matrix, method);
}
int32_t DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_Invoke_m5E1101E7283C02002E8E11DA1762F97A193B44A7_OpenStaticInvoker(DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_lowFrequencyGain, float ___5_overallGain, int32_t ___6_matrixHop, intptr_t ___7_matrix, const RuntimeMethod* method)
{
return InvokerFuncInvoker8< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, int32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_lowFrequencyGain, ___5_overallGain, ___6_matrixHop, ___7_matrix);
}
int32_t DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_Invoke_m5E1101E7283C02002E8E11DA1762F97A193B44A7_ClosedStaticInvoker(DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_lowFrequencyGain, float ___5_overallGain, int32_t ___6_matrixHop, intptr_t ___7_matrix, const RuntimeMethod* method)
{
return InvokerFuncInvoker9< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, int32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_lowFrequencyGain, ___5_overallGain, ___6_matrixHop, ___7_matrix);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9 (DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_lowFrequencyGain, float ___5_overallGain, int32_t ___6_matrixHop, intptr_t ___7_matrix, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, int32_t, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_lowFrequencyGain, ___5_overallGain, ___6_matrixHop, ___7_matrix);
return returnValue;
}
// System.Void FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC__ctor_m4A5ECBC7A008B9B605CFFEE1DCFF94EAACF67FCD (DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 8;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_Invoke_m5E1101E7283C02002E8E11DA1762F97A193B44A7_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_Invoke_m5E1101E7283C02002E8E11DA1762F97A193B44A7_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_Invoke_m5E1101E7283C02002E8E11DA1762F97A193B44A7_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 7;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_Invoke_m5E1101E7283C02002E8E11DA1762F97A193B44A7_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_Invoke_m5E1101E7283C02002E8E11DA1762F97A193B44A7_Multicast;
}
// FMOD.RESULT FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_Invoke_m5E1101E7283C02002E8E11DA1762F97A193B44A7 (DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_lowFrequencyGain, float ___5_overallGain, int32_t ___6_matrixHop, intptr_t ___7_matrix, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_lowFrequencyGain, ___5_overallGain, ___6_matrixHop, ___7_matrix, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_BeginInvoke_m1923E1130BE27C825899255E87726DAD30AD0B64 (DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_lowFrequencyGain, float ___5_overallGain, int32_t ___6_matrixHop, intptr_t ___7_matrix, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___8_callback, RuntimeObject* ___9_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[9] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_targetSpeakerMode);
__d_args[2] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___2_direction);
__d_args[3] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___3_extent);
__d_args[4] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___4_lowFrequencyGain);
__d_args[5] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___5_overallGain);
__d_args[6] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___6_matrixHop);
__d_args[7] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___7_matrix);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___8_callback, (RuntimeObject*)___9_object);
}
// FMOD.RESULT FMOD.DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_EndInvoke_mDDC7F13FF02C80AFB7E43578326449A5088EB228 (DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_Invoke_m7811DFD705FEC47CB7FC5C96233C5B26BFF02C7C_Multicast(DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_rotation, float ___5_lowFrequencyGain, float ___6_overallGain, int32_t ___7_matrixHop, intptr_t ___8_matrix, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042* currentDelegate = reinterpret_cast<DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_rotation, ___5_lowFrequencyGain, ___6_overallGain, ___7_matrixHop, ___8_matrix, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_Invoke_m7811DFD705FEC47CB7FC5C96233C5B26BFF02C7C_OpenInst(DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_rotation, float ___5_lowFrequencyGain, float ___6_overallGain, int32_t ___7_matrixHop, intptr_t ___8_matrix, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_rotation, ___5_lowFrequencyGain, ___6_overallGain, ___7_matrixHop, ___8_matrix, method);
}
int32_t DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_Invoke_m7811DFD705FEC47CB7FC5C96233C5B26BFF02C7C_OpenStatic(DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_rotation, float ___5_lowFrequencyGain, float ___6_overallGain, int32_t ___7_matrixHop, intptr_t ___8_matrix, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_rotation, ___5_lowFrequencyGain, ___6_overallGain, ___7_matrixHop, ___8_matrix, method);
}
int32_t DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_Invoke_m7811DFD705FEC47CB7FC5C96233C5B26BFF02C7C_OpenStaticInvoker(DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_rotation, float ___5_lowFrequencyGain, float ___6_overallGain, int32_t ___7_matrixHop, intptr_t ___8_matrix, const RuntimeMethod* method)
{
return InvokerFuncInvoker9< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, float, int32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_rotation, ___5_lowFrequencyGain, ___6_overallGain, ___7_matrixHop, ___8_matrix);
}
int32_t DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_Invoke_m7811DFD705FEC47CB7FC5C96233C5B26BFF02C7C_ClosedStaticInvoker(DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_rotation, float ___5_lowFrequencyGain, float ___6_overallGain, int32_t ___7_matrixHop, intptr_t ___8_matrix, const RuntimeMethod* method)
{
return InvokerFuncInvoker10< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, float, int32_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_rotation, ___5_lowFrequencyGain, ___6_overallGain, ___7_matrixHop, ___8_matrix);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042 (DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_rotation, float ___5_lowFrequencyGain, float ___6_overallGain, int32_t ___7_matrixHop, intptr_t ___8_matrix, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, float, int32_t, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_rotation, ___5_lowFrequencyGain, ___6_overallGain, ___7_matrixHop, ___8_matrix);
return returnValue;
}
// System.Void FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC__ctor_m75C2A28C661BABCB48CA42D4E48571977D720358 (DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 9;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_Invoke_m7811DFD705FEC47CB7FC5C96233C5B26BFF02C7C_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_Invoke_m7811DFD705FEC47CB7FC5C96233C5B26BFF02C7C_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_Invoke_m7811DFD705FEC47CB7FC5C96233C5B26BFF02C7C_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 8;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_Invoke_m7811DFD705FEC47CB7FC5C96233C5B26BFF02C7C_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_Invoke_m7811DFD705FEC47CB7FC5C96233C5B26BFF02C7C_Multicast;
}
// FMOD.RESULT FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC::Invoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Int32,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_Invoke_m7811DFD705FEC47CB7FC5C96233C5B26BFF02C7C (DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_rotation, float ___5_lowFrequencyGain, float ___6_overallGain, int32_t ___7_matrixHop, intptr_t ___8_matrix, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float, float, int32_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_targetSpeakerMode, ___2_direction, ___3_extent, ___4_rotation, ___5_lowFrequencyGain, ___6_overallGain, ___7_matrixHop, ___8_matrix, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC::BeginInvoke(FMOD.DSP_STATE&,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Int32,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_BeginInvoke_m75AF8D6E3CD85E425B60367916FBF2D2F2F0D75D (DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_targetSpeakerMode, float ___2_direction, float ___3_extent, float ___4_rotation, float ___5_lowFrequencyGain, float ___6_overallGain, int32_t ___7_matrixHop, intptr_t ___8_matrix, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___9_callback, RuntimeObject* ___10_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[10] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_targetSpeakerMode);
__d_args[2] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___2_direction);
__d_args[3] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___3_extent);
__d_args[4] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___4_rotation);
__d_args[5] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___5_lowFrequencyGain);
__d_args[6] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___6_overallGain);
__d_args[7] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___7_matrixHop);
__d_args[8] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___8_matrix);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___9_callback, (RuntimeObject*)___10_object);
}
// FMOD.RESULT FMOD.DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC::EndInvoke(FMOD.DSP_STATE&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_EndInvoke_m895E84C6FF48DBA7282916963CCEF94AE46ECC0E (DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t DSP_PAN_GETROLLOFFGAIN_FUNC_Invoke_m42D35A613CAE8B7158E4251B961730CF897CEA9D_Multicast(DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_rolloff, float ___2_distance, float ___3_mindistance, float ___4_maxdistance, float* ___5_gain, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD* currentDelegate = reinterpret_cast<DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_dsp_state, ___1_rolloff, ___2_distance, ___3_mindistance, ___4_maxdistance, ___5_gain, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t DSP_PAN_GETROLLOFFGAIN_FUNC_Invoke_m42D35A613CAE8B7158E4251B961730CF897CEA9D_OpenInst(DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_rolloff, float ___2_distance, float ___3_mindistance, float ___4_maxdistance, float* ___5_gain, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_rolloff, ___2_distance, ___3_mindistance, ___4_maxdistance, ___5_gain, method);
}
int32_t DSP_PAN_GETROLLOFFGAIN_FUNC_Invoke_m42D35A613CAE8B7158E4251B961730CF897CEA9D_OpenStatic(DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_rolloff, float ___2_distance, float ___3_mindistance, float ___4_maxdistance, float* ___5_gain, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_dsp_state, ___1_rolloff, ___2_distance, ___3_mindistance, ___4_maxdistance, ___5_gain, method);
}
int32_t DSP_PAN_GETROLLOFFGAIN_FUNC_Invoke_m42D35A613CAE8B7158E4251B961730CF897CEA9D_OpenStaticInvoker(DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_rolloff, float ___2_distance, float ___3_mindistance, float ___4_maxdistance, float* ___5_gain, const RuntimeMethod* method)
{
return InvokerFuncInvoker6< int32_t, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_dsp_state, ___1_rolloff, ___2_distance, ___3_mindistance, ___4_maxdistance, ___5_gain);
}
int32_t DSP_PAN_GETROLLOFFGAIN_FUNC_Invoke_m42D35A613CAE8B7158E4251B961730CF897CEA9D_ClosedStaticInvoker(DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_rolloff, float ___2_distance, float ___3_mindistance, float ___4_maxdistance, float* ___5_gain, const RuntimeMethod* method)
{
return InvokerFuncInvoker7< int32_t, RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_dsp_state, ___1_rolloff, ___2_distance, ___3_mindistance, ___4_maxdistance, ___5_gain);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD (DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_rolloff, float ___2_distance, float ___3_mindistance, float ___4_maxdistance, float* ___5_gain, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_dsp_state, ___1_rolloff, ___2_distance, ___3_mindistance, ___4_maxdistance, ___5_gain);
return returnValue;
}
// System.Void FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PAN_GETROLLOFFGAIN_FUNC__ctor_m173B5B146948306DD3D3659151EE1435299BCD50 (DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 6;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_GETROLLOFFGAIN_FUNC_Invoke_m42D35A613CAE8B7158E4251B961730CF897CEA9D_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_GETROLLOFFGAIN_FUNC_Invoke_m42D35A613CAE8B7158E4251B961730CF897CEA9D_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_GETROLLOFFGAIN_FUNC_Invoke_m42D35A613CAE8B7158E4251B961730CF897CEA9D_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
bool isOpen = parameterCount == 5;
if (isOpen)
{
__this->___invoke_impl_1 = (intptr_t)&DSP_PAN_GETROLLOFFGAIN_FUNC_Invoke_m42D35A613CAE8B7158E4251B961730CF897CEA9D_OpenInst;
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
__this->___extra_arg_5 = (intptr_t)&DSP_PAN_GETROLLOFFGAIN_FUNC_Invoke_m42D35A613CAE8B7158E4251B961730CF897CEA9D_Multicast;
}
// FMOD.RESULT FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC::Invoke(FMOD.DSP_STATE&,FMOD.DSP_PAN_3D_ROLLOFF_TYPE,System.Single,System.Single,System.Single,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_GETROLLOFFGAIN_FUNC_Invoke_m42D35A613CAE8B7158E4251B961730CF897CEA9D (DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_rolloff, float ___2_distance, float ___3_mindistance, float ___4_maxdistance, float* ___5_gain, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08*, int32_t, float, float, float, float*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_dsp_state, ___1_rolloff, ___2_distance, ___3_mindistance, ___4_maxdistance, ___5_gain, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC::BeginInvoke(FMOD.DSP_STATE&,FMOD.DSP_PAN_3D_ROLLOFF_TYPE,System.Single,System.Single,System.Single,System.Single&,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DSP_PAN_GETROLLOFFGAIN_FUNC_BeginInvoke_m7CB3A1E7EB99CD417169F9CEBDD92AF360CCE99D (DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, int32_t ___1_rolloff, float ___2_distance, float ___3_mindistance, float ___4_maxdistance, float* ___5_gain, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___6_callback, RuntimeObject* ___7_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_3D_ROLLOFF_TYPE_t26635ADDF326CB9537E4CC8B74A2C1B77839A5C6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[7] = {0};
__d_args[0] = Box(DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08_il2cpp_TypeInfo_var, &*___0_dsp_state);
__d_args[1] = Box(DSP_PAN_3D_ROLLOFF_TYPE_t26635ADDF326CB9537E4CC8B74A2C1B77839A5C6_il2cpp_TypeInfo_var, &___1_rolloff);
__d_args[2] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___2_distance);
__d_args[3] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___3_mindistance);
__d_args[4] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___4_maxdistance);
__d_args[5] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &*___5_gain);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___6_callback, (RuntimeObject*)___7_object);
}
// FMOD.RESULT FMOD.DSP_PAN_GETROLLOFFGAIN_FUNC::EndInvoke(FMOD.DSP_STATE&,System.Single&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DSP_PAN_GETROLLOFFGAIN_FUNC_EndInvoke_m937EE82DCB88499CA864844481F9CB9B09A5B8BB (DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD* __this, DSP_STATE_t6C65B0735EE52B80573B75866D94C5584026FA08* ___0_dsp_state, float* ___1_gain, RuntimeObject* ___2_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_dsp_state,
___1_gain,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___2_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC_INT
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_pinvoke(const DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC& unmarshaled, DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_pinvoke& marshaled)
{
marshaled.___min_0 = unmarshaled.___min_0;
marshaled.___max_1 = unmarshaled.___max_1;
marshaled.___defaultval_2 = unmarshaled.___defaultval_2;
marshaled.___goestoinf_3 = static_cast<int32_t>(unmarshaled.___goestoinf_3);
marshaled.___valuenames_4 = unmarshaled.___valuenames_4;
}
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_pinvoke_back(const DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC& unmarshaled)
{
int32_t unmarshaledmin_temp_0 = 0;
unmarshaledmin_temp_0 = marshaled.___min_0;
unmarshaled.___min_0 = unmarshaledmin_temp_0;
int32_t unmarshaledmax_temp_1 = 0;
unmarshaledmax_temp_1 = marshaled.___max_1;
unmarshaled.___max_1 = unmarshaledmax_temp_1;
int32_t unmarshaleddefaultval_temp_2 = 0;
unmarshaleddefaultval_temp_2 = marshaled.___defaultval_2;
unmarshaled.___defaultval_2 = unmarshaleddefaultval_temp_2;
bool unmarshaledgoestoinf_temp_3 = false;
unmarshaledgoestoinf_temp_3 = static_cast<bool>(marshaled.___goestoinf_3);
unmarshaled.___goestoinf_3 = unmarshaledgoestoinf_temp_3;
intptr_t unmarshaledvaluenames_temp_4;
memset((&unmarshaledvaluenames_temp_4), 0, sizeof(unmarshaledvaluenames_temp_4));
unmarshaledvaluenames_temp_4 = marshaled.___valuenames_4;
unmarshaled.___valuenames_4 = unmarshaledvaluenames_temp_4;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC_INT
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC_INT
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_com(const DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC& unmarshaled, DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_com& marshaled)
{
marshaled.___min_0 = unmarshaled.___min_0;
marshaled.___max_1 = unmarshaled.___max_1;
marshaled.___defaultval_2 = unmarshaled.___defaultval_2;
marshaled.___goestoinf_3 = static_cast<int32_t>(unmarshaled.___goestoinf_3);
marshaled.___valuenames_4 = unmarshaled.___valuenames_4;
}
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_com_back(const DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_com& marshaled, DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC& unmarshaled)
{
int32_t unmarshaledmin_temp_0 = 0;
unmarshaledmin_temp_0 = marshaled.___min_0;
unmarshaled.___min_0 = unmarshaledmin_temp_0;
int32_t unmarshaledmax_temp_1 = 0;
unmarshaledmax_temp_1 = marshaled.___max_1;
unmarshaled.___max_1 = unmarshaledmax_temp_1;
int32_t unmarshaleddefaultval_temp_2 = 0;
unmarshaleddefaultval_temp_2 = marshaled.___defaultval_2;
unmarshaled.___defaultval_2 = unmarshaleddefaultval_temp_2;
bool unmarshaledgoestoinf_temp_3 = false;
unmarshaledgoestoinf_temp_3 = static_cast<bool>(marshaled.___goestoinf_3);
unmarshaled.___goestoinf_3 = unmarshaledgoestoinf_temp_3;
intptr_t unmarshaledvaluenames_temp_4;
memset((&unmarshaledvaluenames_temp_4), 0, sizeof(unmarshaledvaluenames_temp_4));
unmarshaledvaluenames_temp_4 = marshaled.___valuenames_4;
unmarshaled.___valuenames_4 = unmarshaledvaluenames_temp_4;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC_INT
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_com_cleanup(DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC_BOOL
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_pinvoke(const DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C& unmarshaled, DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_pinvoke& marshaled)
{
marshaled.___defaultval_0 = static_cast<int32_t>(unmarshaled.___defaultval_0);
marshaled.___valuenames_1 = unmarshaled.___valuenames_1;
}
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_pinvoke_back(const DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C& unmarshaled)
{
bool unmarshaleddefaultval_temp_0 = false;
unmarshaleddefaultval_temp_0 = static_cast<bool>(marshaled.___defaultval_0);
unmarshaled.___defaultval_0 = unmarshaleddefaultval_temp_0;
intptr_t unmarshaledvaluenames_temp_1;
memset((&unmarshaledvaluenames_temp_1), 0, sizeof(unmarshaledvaluenames_temp_1));
unmarshaledvaluenames_temp_1 = marshaled.___valuenames_1;
unmarshaled.___valuenames_1 = unmarshaledvaluenames_temp_1;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC_BOOL
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC_BOOL
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_com(const DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C& unmarshaled, DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_com& marshaled)
{
marshaled.___defaultval_0 = static_cast<int32_t>(unmarshaled.___defaultval_0);
marshaled.___valuenames_1 = unmarshaled.___valuenames_1;
}
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_com_back(const DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_com& marshaled, DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C& unmarshaled)
{
bool unmarshaleddefaultval_temp_0 = false;
unmarshaleddefaultval_temp_0 = static_cast<bool>(marshaled.___defaultval_0);
unmarshaled.___defaultval_0 = unmarshaleddefaultval_temp_0;
intptr_t unmarshaledvaluenames_temp_1;
memset((&unmarshaledvaluenames_temp_1), 0, sizeof(unmarshaledvaluenames_temp_1));
unmarshaledvaluenames_temp_1 = marshaled.___valuenames_1;
unmarshaled.___valuenames_1 = unmarshaledvaluenames_temp_1;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC_BOOL
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_com_cleanup(DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC_UNION
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_pinvoke(const DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80& unmarshaled, DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_pinvoke& marshaled)
{
marshaled.___floatdesc_0 = unmarshaled.___floatdesc_0;
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_pinvoke(unmarshaled.___intdesc_1, marshaled.___intdesc_1);
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_pinvoke(unmarshaled.___booldesc_2, marshaled.___booldesc_2);
marshaled.___datadesc_3 = unmarshaled.___datadesc_3;
}
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_pinvoke_back(const DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80& unmarshaled)
{
DSP_PARAMETER_DESC_FLOAT_tA7E87345E4118D0E284B5F56DC5101A86C0C7777 unmarshaledfloatdesc_temp_0;
memset((&unmarshaledfloatdesc_temp_0), 0, sizeof(unmarshaledfloatdesc_temp_0));
unmarshaledfloatdesc_temp_0 = marshaled.___floatdesc_0;
unmarshaled.___floatdesc_0 = unmarshaledfloatdesc_temp_0;
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC unmarshaledintdesc_temp_1;
memset((&unmarshaledintdesc_temp_1), 0, sizeof(unmarshaledintdesc_temp_1));
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_pinvoke_back(marshaled.___intdesc_1, unmarshaledintdesc_temp_1);
unmarshaled.___intdesc_1 = unmarshaledintdesc_temp_1;
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C unmarshaledbooldesc_temp_2;
memset((&unmarshaledbooldesc_temp_2), 0, sizeof(unmarshaledbooldesc_temp_2));
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_pinvoke_back(marshaled.___booldesc_2, unmarshaledbooldesc_temp_2);
unmarshaled.___booldesc_2 = unmarshaledbooldesc_temp_2;
DSP_PARAMETER_DESC_DATA_t2EE12A7E17C79D309D42BDAADAE228B99D1399DB unmarshaleddatadesc_temp_3;
memset((&unmarshaleddatadesc_temp_3), 0, sizeof(unmarshaleddatadesc_temp_3));
unmarshaleddatadesc_temp_3 = marshaled.___datadesc_3;
unmarshaled.___datadesc_3 = unmarshaleddatadesc_temp_3;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC_UNION
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_pinvoke& marshaled)
{
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_pinvoke_cleanup(marshaled.___intdesc_1);
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_pinvoke_cleanup(marshaled.___booldesc_2);
}
// Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC_UNION
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_com(const DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80& unmarshaled, DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_com& marshaled)
{
marshaled.___floatdesc_0 = unmarshaled.___floatdesc_0;
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_com(unmarshaled.___intdesc_1, marshaled.___intdesc_1);
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_com(unmarshaled.___booldesc_2, marshaled.___booldesc_2);
marshaled.___datadesc_3 = unmarshaled.___datadesc_3;
}
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_com_back(const DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_com& marshaled, DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80& unmarshaled)
{
DSP_PARAMETER_DESC_FLOAT_tA7E87345E4118D0E284B5F56DC5101A86C0C7777 unmarshaledfloatdesc_temp_0;
memset((&unmarshaledfloatdesc_temp_0), 0, sizeof(unmarshaledfloatdesc_temp_0));
unmarshaledfloatdesc_temp_0 = marshaled.___floatdesc_0;
unmarshaled.___floatdesc_0 = unmarshaledfloatdesc_temp_0;
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC unmarshaledintdesc_temp_1;
memset((&unmarshaledintdesc_temp_1), 0, sizeof(unmarshaledintdesc_temp_1));
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_com_back(marshaled.___intdesc_1, unmarshaledintdesc_temp_1);
unmarshaled.___intdesc_1 = unmarshaledintdesc_temp_1;
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C unmarshaledbooldesc_temp_2;
memset((&unmarshaledbooldesc_temp_2), 0, sizeof(unmarshaledbooldesc_temp_2));
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_com_back(marshaled.___booldesc_2, unmarshaledbooldesc_temp_2);
unmarshaled.___booldesc_2 = unmarshaledbooldesc_temp_2;
DSP_PARAMETER_DESC_DATA_t2EE12A7E17C79D309D42BDAADAE228B99D1399DB unmarshaleddatadesc_temp_3;
memset((&unmarshaleddatadesc_temp_3), 0, sizeof(unmarshaleddatadesc_temp_3));
unmarshaleddatadesc_temp_3 = marshaled.___datadesc_3;
unmarshaled.___datadesc_3 = unmarshaleddatadesc_temp_3;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC_UNION
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_com_cleanup(DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshaled_com& marshaled)
{
DSP_PARAMETER_DESC_INT_t0DAE9170BDE00CA91036FF48D630F682760662DC_marshal_com_cleanup(marshaled.___intdesc_1);
DSP_PARAMETER_DESC_BOOL_t3DACC1709B01CDEF6228DDFEC8B3080249DA386C_marshal_com_cleanup(marshaled.___booldesc_2);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshal_pinvoke(const DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D& unmarshaled, DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshaled_pinvoke& marshaled)
{
marshaled.___type_0 = unmarshaled.___type_0;
if (unmarshaled.___name_1 != NULL)
{
if (16 > (unmarshaled.___name_1)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++)
{
(marshaled.___name_1)[i] = (unmarshaled.___name_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
if (unmarshaled.___label_2 != NULL)
{
if (16 > (unmarshaled.___label_2)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++)
{
(marshaled.___label_2)[i] = (unmarshaled.___label_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
marshaled.___description_3 = il2cpp_codegen_marshal_string(unmarshaled.___description_3);
DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_pinvoke(unmarshaled.___desc_4, marshaled.___desc_4);
}
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshal_pinvoke_back(const DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshaled_pinvoke& marshaled, DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaledtype_temp_0 = 0;
unmarshaledtype_temp_0 = marshaled.___type_0;
unmarshaled.___type_0 = unmarshaledtype_temp_0;
unmarshaled.___name_1 = reinterpret_cast<ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*>((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, 16));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_1), (void*)reinterpret_cast<ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*>((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, 16)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++)
{
(unmarshaled.___name_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___name_1)[i]);
}
unmarshaled.___label_2 = reinterpret_cast<ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*>((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, 16));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___label_2), (void*)reinterpret_cast<ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*>((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, 16)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++)
{
(unmarshaled.___label_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___label_2)[i]);
}
unmarshaled.___description_3 = il2cpp_codegen_marshal_string_result(marshaled.___description_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___description_3), (void*)il2cpp_codegen_marshal_string_result(marshaled.___description_3));
DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80 unmarshaleddesc_temp_4;
memset((&unmarshaleddesc_temp_4), 0, sizeof(unmarshaleddesc_temp_4));
DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_pinvoke_back(marshaled.___desc_4, unmarshaleddesc_temp_4);
unmarshaled.___desc_4 = unmarshaleddesc_temp_4;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshal_pinvoke_cleanup(DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___description_3);
marshaled.___description_3 = NULL;
DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_pinvoke_cleanup(marshaled.___desc_4);
}
// Conversion methods for marshalling of: FMOD.DSP_PARAMETER_DESC
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshal_com(const DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D& unmarshaled, DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshaled_com& marshaled)
{
marshaled.___type_0 = unmarshaled.___type_0;
if (unmarshaled.___name_1 != NULL)
{
if (16 > (unmarshaled.___name_1)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++)
{
(marshaled.___name_1)[i] = (unmarshaled.___name_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
if (unmarshaled.___label_2 != NULL)
{
if (16 > (unmarshaled.___label_2)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++)
{
(marshaled.___label_2)[i] = (unmarshaled.___label_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
marshaled.___description_3 = il2cpp_codegen_marshal_bstring(unmarshaled.___description_3);
DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_com(unmarshaled.___desc_4, marshaled.___desc_4);
}
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshal_com_back(const DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshaled_com& marshaled, DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaledtype_temp_0 = 0;
unmarshaledtype_temp_0 = marshaled.___type_0;
unmarshaled.___type_0 = unmarshaledtype_temp_0;
unmarshaled.___name_1 = reinterpret_cast<ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*>((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, 16));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_1), (void*)reinterpret_cast<ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*>((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, 16)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++)
{
(unmarshaled.___name_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___name_1)[i]);
}
unmarshaled.___label_2 = reinterpret_cast<ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*>((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, 16));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___label_2), (void*)reinterpret_cast<ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*>((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, 16)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(16); i++)
{
(unmarshaled.___label_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___label_2)[i]);
}
unmarshaled.___description_3 = il2cpp_codegen_marshal_bstring_result(marshaled.___description_3);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___description_3), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___description_3));
DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80 unmarshaleddesc_temp_4;
memset((&unmarshaleddesc_temp_4), 0, sizeof(unmarshaleddesc_temp_4));
DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_com_back(marshaled.___desc_4, unmarshaleddesc_temp_4);
unmarshaled.___desc_4 = unmarshaleddesc_temp_4;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_DESC
IL2CPP_EXTERN_C void DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshal_com_cleanup(DSP_PARAMETER_DESC_t575626FA13531F8E631A6D3FA5F9C1948EC0454D_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___description_3);
marshaled.___description_3 = NULL;
DSP_PARAMETER_DESC_UNION_tA46239996DE7B189CC66D6E69367FE2449356F80_marshal_com_cleanup(marshaled.___desc_4);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI
IL2CPP_EXTERN_C void DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshal_pinvoke(const DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400& unmarshaled, DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshaled_pinvoke& marshaled)
{
marshaled.___numlisteners_0 = unmarshaled.___numlisteners_0;
if (unmarshaled.___relative_1 != NULL)
{
if (8 > (unmarshaled.___relative_1)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++)
{
(marshaled.___relative_1)[i] = (unmarshaled.___relative_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
if (unmarshaled.___weight_2 != NULL)
{
if (8 > (unmarshaled.___weight_2)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++)
{
(marshaled.___weight_2)[i] = (unmarshaled.___weight_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
marshaled.___absolute_3 = unmarshaled.___absolute_3;
}
IL2CPP_EXTERN_C void DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshal_pinvoke_back(const DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshaled_pinvoke& marshaled, DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshalednumlisteners_temp_0 = 0;
unmarshalednumlisteners_temp_0 = marshaled.___numlisteners_0;
unmarshaled.___numlisteners_0 = unmarshalednumlisteners_temp_0;
unmarshaled.___relative_1 = reinterpret_cast<ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0*>((ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0*)SZArrayNew(ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0_il2cpp_TypeInfo_var, 8));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___relative_1), (void*)reinterpret_cast<ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0*>((ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0*)SZArrayNew(ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0_il2cpp_TypeInfo_var, 8)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++)
{
(unmarshaled.___relative_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___relative_1)[i]);
}
unmarshaled.___weight_2 = reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 8));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___weight_2), (void*)reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 8)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++)
{
(unmarshaled.___weight_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___weight_2)[i]);
}
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 unmarshaledabsolute_temp_3;
memset((&unmarshaledabsolute_temp_3), 0, sizeof(unmarshaledabsolute_temp_3));
unmarshaledabsolute_temp_3 = marshaled.___absolute_3;
unmarshaled.___absolute_3 = unmarshaledabsolute_temp_3;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI
IL2CPP_EXTERN_C void DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshal_pinvoke_cleanup(DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI
IL2CPP_EXTERN_C void DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshal_com(const DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400& unmarshaled, DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshaled_com& marshaled)
{
marshaled.___numlisteners_0 = unmarshaled.___numlisteners_0;
if (unmarshaled.___relative_1 != NULL)
{
if (8 > (unmarshaled.___relative_1)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++)
{
(marshaled.___relative_1)[i] = (unmarshaled.___relative_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
if (unmarshaled.___weight_2 != NULL)
{
if (8 > (unmarshaled.___weight_2)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++)
{
(marshaled.___weight_2)[i] = (unmarshaled.___weight_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
marshaled.___absolute_3 = unmarshaled.___absolute_3;
}
IL2CPP_EXTERN_C void DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshal_com_back(const DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshaled_com& marshaled, DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshalednumlisteners_temp_0 = 0;
unmarshalednumlisteners_temp_0 = marshaled.___numlisteners_0;
unmarshaled.___numlisteners_0 = unmarshalednumlisteners_temp_0;
unmarshaled.___relative_1 = reinterpret_cast<ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0*>((ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0*)SZArrayNew(ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0_il2cpp_TypeInfo_var, 8));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___relative_1), (void*)reinterpret_cast<ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0*>((ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0*)SZArrayNew(ATTRIBUTES_3DU5BU5D_t2AE057AA03E801DB00C2BC27EF7306A886C649A0_il2cpp_TypeInfo_var, 8)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++)
{
(unmarshaled.___relative_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___relative_1)[i]);
}
unmarshaled.___weight_2 = reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 8));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___weight_2), (void*)reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 8)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(8); i++)
{
(unmarshaled.___weight_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___weight_2)[i]);
}
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 unmarshaledabsolute_temp_3;
memset((&unmarshaledabsolute_temp_3), 0, sizeof(unmarshaledabsolute_temp_3));
unmarshaledabsolute_temp_3 = marshaled.___absolute_3;
unmarshaled.___absolute_3 = unmarshaledabsolute_temp_3;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_3DATTRIBUTES_MULTI
IL2CPP_EXTERN_C void DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshal_com_cleanup(DSP_PARAMETER_3DATTRIBUTES_MULTI_t4E4F3AC1E74A2C38545BFB190292605B20601400_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_PARAMETER_FFT
IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshal_pinvoke(const DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6& unmarshaled, DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshaled_pinvoke& marshaled)
{
marshaled.___length_0 = unmarshaled.___length_0;
marshaled.___numchannels_1 = unmarshaled.___numchannels_1;
if (unmarshaled.___spectrum_internal_2 != NULL)
{
if (32 > (unmarshaled.___spectrum_internal_2)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(marshaled.___spectrum_internal_2)[i] = (unmarshaled.___spectrum_internal_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
}
IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshal_pinvoke_back(const DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshaled_pinvoke& marshaled, DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaledlength_temp_0 = 0;
unmarshaledlength_temp_0 = marshaled.___length_0;
unmarshaled.___length_0 = unmarshaledlength_temp_0;
int32_t unmarshalednumchannels_temp_1 = 0;
unmarshalednumchannels_temp_1 = marshaled.___numchannels_1;
unmarshaled.___numchannels_1 = unmarshalednumchannels_temp_1;
unmarshaled.___spectrum_internal_2 = reinterpret_cast<IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*>((IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)SZArrayNew(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var, 32));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___spectrum_internal_2), (void*)reinterpret_cast<IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*>((IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)SZArrayNew(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var, 32)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(unmarshaled.___spectrum_internal_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___spectrum_internal_2)[i]);
}
}
// Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_FFT
IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshal_pinvoke_cleanup(DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.DSP_PARAMETER_FFT
IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshal_com(const DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6& unmarshaled, DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshaled_com& marshaled)
{
marshaled.___length_0 = unmarshaled.___length_0;
marshaled.___numchannels_1 = unmarshaled.___numchannels_1;
if (unmarshaled.___spectrum_internal_2 != NULL)
{
if (32 > (unmarshaled.___spectrum_internal_2)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(marshaled.___spectrum_internal_2)[i] = (unmarshaled.___spectrum_internal_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
}
IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshal_com_back(const DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshaled_com& marshaled, DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaledlength_temp_0 = 0;
unmarshaledlength_temp_0 = marshaled.___length_0;
unmarshaled.___length_0 = unmarshaledlength_temp_0;
int32_t unmarshalednumchannels_temp_1 = 0;
unmarshalednumchannels_temp_1 = marshaled.___numchannels_1;
unmarshaled.___numchannels_1 = unmarshalednumchannels_temp_1;
unmarshaled.___spectrum_internal_2 = reinterpret_cast<IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*>((IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)SZArrayNew(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var, 32));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___spectrum_internal_2), (void*)reinterpret_cast<IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*>((IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)SZArrayNew(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var, 32)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(unmarshaled.___spectrum_internal_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___spectrum_internal_2)[i]);
}
}
// Conversion method for clean up from marshalling of: FMOD.DSP_PARAMETER_FFT
IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshal_com_cleanup(DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6_marshaled_com& marshaled)
{
}
// System.Single[][] FMOD.DSP_PARAMETER_FFT::get_spectrum()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4* DSP_PARAMETER_FFT_get_spectrum_m50C7BC0C7BABAB3F57457B57C8F7808559E42A79 (DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4* V_0 = NULL;
int32_t V_1 = 0;
{
// var buffer = new float[numchannels][];
int32_t L_0 = __this->___numchannels_1;
SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4* L_1 = (SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4*)(SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4*)SZArrayNew(SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
// for (int i = 0; i < numchannels; ++i)
V_1 = 0;
goto IL_0039;
}
IL_0010:
{
// buffer[i] = new float[length];
SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4* L_2 = V_0;
int32_t L_3 = V_1;
int32_t L_4 = __this->___length_0;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_5 = (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, (uint32_t)L_4);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_5);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)L_5);
// Marshal.Copy(spectrum_internal[i], buffer[i], 0, length);
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_6 = __this->___spectrum_internal_2;
int32_t L_7 = V_1;
NullCheck(L_6);
int32_t L_8 = L_7;
intptr_t L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4* L_10 = V_0;
int32_t L_11 = V_1;
NullCheck(L_10);
int32_t L_12 = L_11;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
int32_t L_14 = __this->___length_0;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_Copy_m4744F803E7E605726758725D11D157455BD43775(L_9, L_13, 0, L_14, NULL);
// for (int i = 0; i < numchannels; ++i)
int32_t L_15 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_15, 1));
}
IL_0039:
{
// for (int i = 0; i < numchannels; ++i)
int32_t L_16 = V_1;
int32_t L_17 = __this->___numchannels_1;
if ((((int32_t)L_16) < ((int32_t)L_17)))
{
goto IL_0010;
}
}
{
// return buffer;
SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4* L_18 = V_0;
return L_18;
}
}
IL2CPP_EXTERN_C SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4* DSP_PARAMETER_FFT_get_spectrum_m50C7BC0C7BABAB3F57457B57C8F7808559E42A79_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6*>(__this + _offset);
SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4* _returnValue;
_returnValue = DSP_PARAMETER_FFT_get_spectrum_m50C7BC0C7BABAB3F57457B57C8F7808559E42A79(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.DSP_PARAMETER_FFT::getSpectrum(System.Single[][]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PARAMETER_FFT_getSpectrum_mAB9DA06BD5138A8BC7065A3D0998236DC9DAD43B (DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6* __this, SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4** ___0_buffer, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
// int bufferLength = Math.Min(buffer.Length, numchannels);
SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4** L_0 = ___0_buffer;
SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4* L_1 = *((SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4**)L_0);
NullCheck(L_1);
int32_t L_2 = __this->___numchannels_1;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_3;
L_3 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(((int32_t)(((RuntimeArray*)L_1)->max_length)), L_2, NULL);
V_0 = L_3;
// for (int i = 0; i < bufferLength; ++i)
V_1 = 0;
goto IL_0027;
}
IL_0014:
{
// getSpectrum(i, ref buffer[i]);
int32_t L_4 = V_1;
SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4** L_5 = ___0_buffer;
SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4* L_6 = *((SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4**)L_5);
int32_t L_7 = V_1;
NullCheck(L_6);
DSP_PARAMETER_FFT_getSpectrum_m035A77766C2EA7D151194708ABDB78298E5D88C2(__this, L_4, ((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7))), NULL);
// for (int i = 0; i < bufferLength; ++i)
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
}
IL_0027:
{
// for (int i = 0; i < bufferLength; ++i)
int32_t L_9 = V_1;
int32_t L_10 = V_0;
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_0014;
}
}
{
// }
return;
}
}
IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_getSpectrum_mAB9DA06BD5138A8BC7065A3D0998236DC9DAD43B_AdjustorThunk (RuntimeObject* __this, SingleU5BU5DU5BU5D_tB190BCEA7F01FD9CFF9FC1273681C9F0C75359E4** ___0_buffer, const RuntimeMethod* method)
{
DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6*>(__this + _offset);
DSP_PARAMETER_FFT_getSpectrum_mAB9DA06BD5138A8BC7065A3D0998236DC9DAD43B(_thisAdjusted, ___0_buffer, method);
}
// System.Void FMOD.DSP_PARAMETER_FFT::getSpectrum(System.Int32,System.Single[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DSP_PARAMETER_FFT_getSpectrum_m035A77766C2EA7D151194708ABDB78298E5D88C2 (DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6* __this, int32_t ___0_channel, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** ___1_buffer, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
// int bufferLength = Math.Min(buffer.Length, length);
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** L_0 = ___1_buffer;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_1 = *((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C**)L_0);
NullCheck(L_1);
int32_t L_2 = __this->___length_0;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_3;
L_3 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(((int32_t)(((RuntimeArray*)L_1)->max_length)), L_2, NULL);
V_0 = L_3;
// Marshal.Copy(spectrum_internal[channel], buffer, 0, bufferLength);
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_4 = __this->___spectrum_internal_2;
int32_t L_5 = ___0_channel;
NullCheck(L_4);
int32_t L_6 = L_5;
intptr_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** L_8 = ___1_buffer;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_9 = *((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C**)L_8);
int32_t L_10 = V_0;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_Copy_m4744F803E7E605726758725D11D157455BD43775(L_7, L_9, 0, L_10, NULL);
// }
return;
}
}
IL2CPP_EXTERN_C void DSP_PARAMETER_FFT_getSpectrum_m035A77766C2EA7D151194708ABDB78298E5D88C2_AdjustorThunk (RuntimeObject* __this, int32_t ___0_channel, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C** ___1_buffer, const RuntimeMethod* method)
{
DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DSP_PARAMETER_FFT_t26B51CC8D4B9D7189A247B84D93ADA6E9C2FA1A6*>(__this + _offset);
DSP_PARAMETER_FFT_getSpectrum_m035A77766C2EA7D151194708ABDB78298E5D88C2(_thisAdjusted, ___0_channel, ___1_buffer, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_LOUDNESS_METER_INFO_TYPE
IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshal_pinvoke(const DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6& unmarshaled, DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshaled_pinvoke& marshaled)
{
marshaled.___momentaryloudness_0 = unmarshaled.___momentaryloudness_0;
marshaled.___shorttermloudness_1 = unmarshaled.___shorttermloudness_1;
marshaled.___integratedloudness_2 = unmarshaled.___integratedloudness_2;
marshaled.___loudness10thpercentile_3 = unmarshaled.___loudness10thpercentile_3;
marshaled.___loudness95thpercentile_4 = unmarshaled.___loudness95thpercentile_4;
if (unmarshaled.___loudnesshistogram_5 != NULL)
{
if (66 > (unmarshaled.___loudnesshistogram_5)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(66); i++)
{
(marshaled.___loudnesshistogram_5)[i] = (unmarshaled.___loudnesshistogram_5)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
marshaled.___maxtruepeak_6 = unmarshaled.___maxtruepeak_6;
marshaled.___maxmomentaryloudness_7 = unmarshaled.___maxmomentaryloudness_7;
}
IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshal_pinvoke_back(const DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshaled_pinvoke& marshaled, DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float unmarshaledmomentaryloudness_temp_0 = 0.0f;
unmarshaledmomentaryloudness_temp_0 = marshaled.___momentaryloudness_0;
unmarshaled.___momentaryloudness_0 = unmarshaledmomentaryloudness_temp_0;
float unmarshaledshorttermloudness_temp_1 = 0.0f;
unmarshaledshorttermloudness_temp_1 = marshaled.___shorttermloudness_1;
unmarshaled.___shorttermloudness_1 = unmarshaledshorttermloudness_temp_1;
float unmarshaledintegratedloudness_temp_2 = 0.0f;
unmarshaledintegratedloudness_temp_2 = marshaled.___integratedloudness_2;
unmarshaled.___integratedloudness_2 = unmarshaledintegratedloudness_temp_2;
float unmarshaledloudness10thpercentile_temp_3 = 0.0f;
unmarshaledloudness10thpercentile_temp_3 = marshaled.___loudness10thpercentile_3;
unmarshaled.___loudness10thpercentile_3 = unmarshaledloudness10thpercentile_temp_3;
float unmarshaledloudness95thpercentile_temp_4 = 0.0f;
unmarshaledloudness95thpercentile_temp_4 = marshaled.___loudness95thpercentile_4;
unmarshaled.___loudness95thpercentile_4 = unmarshaledloudness95thpercentile_temp_4;
unmarshaled.___loudnesshistogram_5 = reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 66));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___loudnesshistogram_5), (void*)reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 66)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(66); i++)
{
(unmarshaled.___loudnesshistogram_5)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___loudnesshistogram_5)[i]);
}
float unmarshaledmaxtruepeak_temp_6 = 0.0f;
unmarshaledmaxtruepeak_temp_6 = marshaled.___maxtruepeak_6;
unmarshaled.___maxtruepeak_6 = unmarshaledmaxtruepeak_temp_6;
float unmarshaledmaxmomentaryloudness_temp_7 = 0.0f;
unmarshaledmaxmomentaryloudness_temp_7 = marshaled.___maxmomentaryloudness_7;
unmarshaled.___maxmomentaryloudness_7 = unmarshaledmaxmomentaryloudness_temp_7;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_LOUDNESS_METER_INFO_TYPE
IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshal_pinvoke_cleanup(DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.DSP_LOUDNESS_METER_INFO_TYPE
IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshal_com(const DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6& unmarshaled, DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshaled_com& marshaled)
{
marshaled.___momentaryloudness_0 = unmarshaled.___momentaryloudness_0;
marshaled.___shorttermloudness_1 = unmarshaled.___shorttermloudness_1;
marshaled.___integratedloudness_2 = unmarshaled.___integratedloudness_2;
marshaled.___loudness10thpercentile_3 = unmarshaled.___loudness10thpercentile_3;
marshaled.___loudness95thpercentile_4 = unmarshaled.___loudness95thpercentile_4;
if (unmarshaled.___loudnesshistogram_5 != NULL)
{
if (66 > (unmarshaled.___loudnesshistogram_5)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(66); i++)
{
(marshaled.___loudnesshistogram_5)[i] = (unmarshaled.___loudnesshistogram_5)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
marshaled.___maxtruepeak_6 = unmarshaled.___maxtruepeak_6;
marshaled.___maxmomentaryloudness_7 = unmarshaled.___maxmomentaryloudness_7;
}
IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshal_com_back(const DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshaled_com& marshaled, DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float unmarshaledmomentaryloudness_temp_0 = 0.0f;
unmarshaledmomentaryloudness_temp_0 = marshaled.___momentaryloudness_0;
unmarshaled.___momentaryloudness_0 = unmarshaledmomentaryloudness_temp_0;
float unmarshaledshorttermloudness_temp_1 = 0.0f;
unmarshaledshorttermloudness_temp_1 = marshaled.___shorttermloudness_1;
unmarshaled.___shorttermloudness_1 = unmarshaledshorttermloudness_temp_1;
float unmarshaledintegratedloudness_temp_2 = 0.0f;
unmarshaledintegratedloudness_temp_2 = marshaled.___integratedloudness_2;
unmarshaled.___integratedloudness_2 = unmarshaledintegratedloudness_temp_2;
float unmarshaledloudness10thpercentile_temp_3 = 0.0f;
unmarshaledloudness10thpercentile_temp_3 = marshaled.___loudness10thpercentile_3;
unmarshaled.___loudness10thpercentile_3 = unmarshaledloudness10thpercentile_temp_3;
float unmarshaledloudness95thpercentile_temp_4 = 0.0f;
unmarshaledloudness95thpercentile_temp_4 = marshaled.___loudness95thpercentile_4;
unmarshaled.___loudness95thpercentile_4 = unmarshaledloudness95thpercentile_temp_4;
unmarshaled.___loudnesshistogram_5 = reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 66));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___loudnesshistogram_5), (void*)reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 66)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(66); i++)
{
(unmarshaled.___loudnesshistogram_5)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___loudnesshistogram_5)[i]);
}
float unmarshaledmaxtruepeak_temp_6 = 0.0f;
unmarshaledmaxtruepeak_temp_6 = marshaled.___maxtruepeak_6;
unmarshaled.___maxtruepeak_6 = unmarshaledmaxtruepeak_temp_6;
float unmarshaledmaxmomentaryloudness_temp_7 = 0.0f;
unmarshaledmaxmomentaryloudness_temp_7 = marshaled.___maxmomentaryloudness_7;
unmarshaled.___maxmomentaryloudness_7 = unmarshaledmaxmomentaryloudness_temp_7;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_LOUDNESS_METER_INFO_TYPE
IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshal_com_cleanup(DSP_LOUDNESS_METER_INFO_TYPE_t750CE5E7C1B73A2E66DDF7BE941AA973FC30A3C6_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE
IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshal_pinvoke(const DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91& unmarshaled, DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshaled_pinvoke& marshaled)
{
if (unmarshaled.___channelweight_0 != NULL)
{
if (32 > (unmarshaled.___channelweight_0)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(marshaled.___channelweight_0)[i] = (unmarshaled.___channelweight_0)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
}
IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshal_pinvoke_back(const DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshaled_pinvoke& marshaled, DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___channelweight_0 = reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 32));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___channelweight_0), (void*)reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 32)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(unmarshaled.___channelweight_0)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___channelweight_0)[i]);
}
}
// Conversion method for clean up from marshalling of: FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE
IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshal_pinvoke_cleanup(DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE
IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshal_com(const DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91& unmarshaled, DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshaled_com& marshaled)
{
if (unmarshaled.___channelweight_0 != NULL)
{
if (32 > (unmarshaled.___channelweight_0)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(marshaled.___channelweight_0)[i] = (unmarshaled.___channelweight_0)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
}
IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshal_com_back(const DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshaled_com& marshaled, DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___channelweight_0 = reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 32));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___channelweight_0), (void*)reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 32)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(unmarshaled.___channelweight_0)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___channelweight_0)[i]);
}
}
// Conversion method for clean up from marshalling of: FMOD.DSP_LOUDNESS_METER_WEIGHTING_TYPE
IL2CPP_EXTERN_C void DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshal_com_cleanup(DSP_LOUDNESS_METER_WEIGHTING_TYPE_t79A1092213CDAC1A9F35933E9293BDE59154DC91_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_DESCRIPTION
IL2CPP_EXTERN_C void DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshal_pinvoke(const DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674& unmarshaled, DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshaled_pinvoke& marshaled)
{
marshaled.___pluginsdkversion_0 = unmarshaled.___pluginsdkversion_0;
if (unmarshaled.___name_1 != NULL)
{
if (32 > (unmarshaled.___name_1)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(marshaled.___name_1)[i] = (unmarshaled.___name_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
marshaled.___version_2 = unmarshaled.___version_2;
marshaled.___numinputbuffers_3 = unmarshaled.___numinputbuffers_3;
marshaled.___numoutputbuffers_4 = unmarshaled.___numoutputbuffers_4;
marshaled.___create_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___create_5));
marshaled.___release_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___release_6));
marshaled.___reset_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___reset_7));
marshaled.___read_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___read_8));
marshaled.___process_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___process_9));
marshaled.___setposition_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___setposition_10));
marshaled.___numparameters_11 = unmarshaled.___numparameters_11;
marshaled.___paramdesc_12 = unmarshaled.___paramdesc_12;
marshaled.___setparameterfloat_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___setparameterfloat_13));
marshaled.___setparameterint_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___setparameterint_14));
marshaled.___setparameterbool_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___setparameterbool_15));
marshaled.___setparameterdata_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___setparameterdata_16));
marshaled.___getparameterfloat_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getparameterfloat_17));
marshaled.___getparameterint_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getparameterint_18));
marshaled.___getparameterbool_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getparameterbool_19));
marshaled.___getparameterdata_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getparameterdata_20));
marshaled.___shouldiprocess_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___shouldiprocess_21));
marshaled.___userdata_22 = unmarshaled.___userdata_22;
marshaled.___sys_register_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___sys_register_23));
marshaled.___sys_deregister_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___sys_deregister_24));
marshaled.___sys_mix_25 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___sys_mix_25));
}
IL2CPP_EXTERN_C void DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshal_pinvoke_back(const DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshaled_pinvoke& marshaled, DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint32_t unmarshaledpluginsdkversion_temp_0 = 0;
unmarshaledpluginsdkversion_temp_0 = marshaled.___pluginsdkversion_0;
unmarshaled.___pluginsdkversion_0 = unmarshaledpluginsdkversion_temp_0;
unmarshaled.___name_1 = reinterpret_cast<ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*>((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, 32));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_1), (void*)reinterpret_cast<ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*>((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, 32)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(unmarshaled.___name_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___name_1)[i]);
}
uint32_t unmarshaledversion_temp_2 = 0;
unmarshaledversion_temp_2 = marshaled.___version_2;
unmarshaled.___version_2 = unmarshaledversion_temp_2;
int32_t unmarshalednuminputbuffers_temp_3 = 0;
unmarshalednuminputbuffers_temp_3 = marshaled.___numinputbuffers_3;
unmarshaled.___numinputbuffers_3 = unmarshalednuminputbuffers_temp_3;
int32_t unmarshalednumoutputbuffers_temp_4 = 0;
unmarshalednumoutputbuffers_temp_4 = marshaled.___numoutputbuffers_4;
unmarshaled.___numoutputbuffers_4 = unmarshalednumoutputbuffers_temp_4;
unmarshaled.___create_5 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505>(marshaled.___create_5, DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___create_5), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505>(marshaled.___create_5, DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505_il2cpp_TypeInfo_var));
unmarshaled.___release_6 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32>(marshaled.___release_6, DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___release_6), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32>(marshaled.___release_6, DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32_il2cpp_TypeInfo_var));
unmarshaled.___reset_7 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3>(marshaled.___reset_7, DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___reset_7), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3>(marshaled.___reset_7, DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3_il2cpp_TypeInfo_var));
unmarshaled.___read_8 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E>(marshaled.___read_8, DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___read_8), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E>(marshaled.___read_8, DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E_il2cpp_TypeInfo_var));
unmarshaled.___process_9 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6>(marshaled.___process_9, DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___process_9), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6>(marshaled.___process_9, DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6_il2cpp_TypeInfo_var));
unmarshaled.___setposition_10 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58>(marshaled.___setposition_10, DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___setposition_10), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58>(marshaled.___setposition_10, DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58_il2cpp_TypeInfo_var));
int32_t unmarshalednumparameters_temp_11 = 0;
unmarshalednumparameters_temp_11 = marshaled.___numparameters_11;
unmarshaled.___numparameters_11 = unmarshalednumparameters_temp_11;
intptr_t unmarshaledparamdesc_temp_12;
memset((&unmarshaledparamdesc_temp_12), 0, sizeof(unmarshaledparamdesc_temp_12));
unmarshaledparamdesc_temp_12 = marshaled.___paramdesc_12;
unmarshaled.___paramdesc_12 = unmarshaledparamdesc_temp_12;
unmarshaled.___setparameterfloat_13 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5>(marshaled.___setparameterfloat_13, DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___setparameterfloat_13), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5>(marshaled.___setparameterfloat_13, DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5_il2cpp_TypeInfo_var));
unmarshaled.___setparameterint_14 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114>(marshaled.___setparameterint_14, DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___setparameterint_14), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114>(marshaled.___setparameterint_14, DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114_il2cpp_TypeInfo_var));
unmarshaled.___setparameterbool_15 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3>(marshaled.___setparameterbool_15, DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___setparameterbool_15), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3>(marshaled.___setparameterbool_15, DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3_il2cpp_TypeInfo_var));
unmarshaled.___setparameterdata_16 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F>(marshaled.___setparameterdata_16, DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___setparameterdata_16), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F>(marshaled.___setparameterdata_16, DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F_il2cpp_TypeInfo_var));
unmarshaled.___getparameterfloat_17 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F>(marshaled.___getparameterfloat_17, DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getparameterfloat_17), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F>(marshaled.___getparameterfloat_17, DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F_il2cpp_TypeInfo_var));
unmarshaled.___getparameterint_18 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C>(marshaled.___getparameterint_18, DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getparameterint_18), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C>(marshaled.___getparameterint_18, DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C_il2cpp_TypeInfo_var));
unmarshaled.___getparameterbool_19 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191>(marshaled.___getparameterbool_19, DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getparameterbool_19), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191>(marshaled.___getparameterbool_19, DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191_il2cpp_TypeInfo_var));
unmarshaled.___getparameterdata_20 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B>(marshaled.___getparameterdata_20, DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getparameterdata_20), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B>(marshaled.___getparameterdata_20, DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B_il2cpp_TypeInfo_var));
unmarshaled.___shouldiprocess_21 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B>(marshaled.___shouldiprocess_21, DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___shouldiprocess_21), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B>(marshaled.___shouldiprocess_21, DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B_il2cpp_TypeInfo_var));
intptr_t unmarshaleduserdata_temp_22;
memset((&unmarshaleduserdata_temp_22), 0, sizeof(unmarshaleduserdata_temp_22));
unmarshaleduserdata_temp_22 = marshaled.___userdata_22;
unmarshaled.___userdata_22 = unmarshaleduserdata_temp_22;
unmarshaled.___sys_register_23 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F>(marshaled.___sys_register_23, DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sys_register_23), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F>(marshaled.___sys_register_23, DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F_il2cpp_TypeInfo_var));
unmarshaled.___sys_deregister_24 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574>(marshaled.___sys_deregister_24, DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sys_deregister_24), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574>(marshaled.___sys_deregister_24, DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574_il2cpp_TypeInfo_var));
unmarshaled.___sys_mix_25 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172>(marshaled.___sys_mix_25, DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sys_mix_25), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172>(marshaled.___sys_mix_25, DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172_il2cpp_TypeInfo_var));
}
// Conversion method for clean up from marshalling of: FMOD.DSP_DESCRIPTION
IL2CPP_EXTERN_C void DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshal_pinvoke_cleanup(DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.DSP_DESCRIPTION
IL2CPP_EXTERN_C void DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshal_com(const DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674& unmarshaled, DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshaled_com& marshaled)
{
marshaled.___pluginsdkversion_0 = unmarshaled.___pluginsdkversion_0;
if (unmarshaled.___name_1 != NULL)
{
if (32 > (unmarshaled.___name_1)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(marshaled.___name_1)[i] = (unmarshaled.___name_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
marshaled.___version_2 = unmarshaled.___version_2;
marshaled.___numinputbuffers_3 = unmarshaled.___numinputbuffers_3;
marshaled.___numoutputbuffers_4 = unmarshaled.___numoutputbuffers_4;
marshaled.___create_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___create_5));
marshaled.___release_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___release_6));
marshaled.___reset_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___reset_7));
marshaled.___read_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___read_8));
marshaled.___process_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___process_9));
marshaled.___setposition_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___setposition_10));
marshaled.___numparameters_11 = unmarshaled.___numparameters_11;
marshaled.___paramdesc_12 = unmarshaled.___paramdesc_12;
marshaled.___setparameterfloat_13 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___setparameterfloat_13));
marshaled.___setparameterint_14 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___setparameterint_14));
marshaled.___setparameterbool_15 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___setparameterbool_15));
marshaled.___setparameterdata_16 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___setparameterdata_16));
marshaled.___getparameterfloat_17 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getparameterfloat_17));
marshaled.___getparameterint_18 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getparameterint_18));
marshaled.___getparameterbool_19 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getparameterbool_19));
marshaled.___getparameterdata_20 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getparameterdata_20));
marshaled.___shouldiprocess_21 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___shouldiprocess_21));
marshaled.___userdata_22 = unmarshaled.___userdata_22;
marshaled.___sys_register_23 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___sys_register_23));
marshaled.___sys_deregister_24 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___sys_deregister_24));
marshaled.___sys_mix_25 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___sys_mix_25));
}
IL2CPP_EXTERN_C void DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshal_com_back(const DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshaled_com& marshaled, DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint32_t unmarshaledpluginsdkversion_temp_0 = 0;
unmarshaledpluginsdkversion_temp_0 = marshaled.___pluginsdkversion_0;
unmarshaled.___pluginsdkversion_0 = unmarshaledpluginsdkversion_temp_0;
unmarshaled.___name_1 = reinterpret_cast<ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*>((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, 32));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___name_1), (void*)reinterpret_cast<ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*>((ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, 32)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(unmarshaled.___name_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___name_1)[i]);
}
uint32_t unmarshaledversion_temp_2 = 0;
unmarshaledversion_temp_2 = marshaled.___version_2;
unmarshaled.___version_2 = unmarshaledversion_temp_2;
int32_t unmarshalednuminputbuffers_temp_3 = 0;
unmarshalednuminputbuffers_temp_3 = marshaled.___numinputbuffers_3;
unmarshaled.___numinputbuffers_3 = unmarshalednuminputbuffers_temp_3;
int32_t unmarshalednumoutputbuffers_temp_4 = 0;
unmarshalednumoutputbuffers_temp_4 = marshaled.___numoutputbuffers_4;
unmarshaled.___numoutputbuffers_4 = unmarshalednumoutputbuffers_temp_4;
unmarshaled.___create_5 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505>(marshaled.___create_5, DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___create_5), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505>(marshaled.___create_5, DSP_CREATE_CALLBACK_t521ED8098559FB56F3A032F6F3B8171FA2AA3505_il2cpp_TypeInfo_var));
unmarshaled.___release_6 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32>(marshaled.___release_6, DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___release_6), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32>(marshaled.___release_6, DSP_RELEASE_CALLBACK_tE56649AC6910BA5F5398E1F8F058275CCA351E32_il2cpp_TypeInfo_var));
unmarshaled.___reset_7 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3>(marshaled.___reset_7, DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___reset_7), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3>(marshaled.___reset_7, DSP_RESET_CALLBACK_t0EE2969D4DC0BF37C1646FB797087C1038F2FBA3_il2cpp_TypeInfo_var));
unmarshaled.___read_8 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E>(marshaled.___read_8, DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___read_8), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E>(marshaled.___read_8, DSP_READ_CALLBACK_t07EEBA02A3998A219D21A102A515275295D09D5E_il2cpp_TypeInfo_var));
unmarshaled.___process_9 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6>(marshaled.___process_9, DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___process_9), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6>(marshaled.___process_9, DSP_PROCESS_CALLBACK_t4FB72EBB7DF3FC62991E96F290AE3AA1B2746FB6_il2cpp_TypeInfo_var));
unmarshaled.___setposition_10 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58>(marshaled.___setposition_10, DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___setposition_10), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58>(marshaled.___setposition_10, DSP_SETPOSITION_CALLBACK_t96445C467BF089843ADD5DA4272FE860D8E96D58_il2cpp_TypeInfo_var));
int32_t unmarshalednumparameters_temp_11 = 0;
unmarshalednumparameters_temp_11 = marshaled.___numparameters_11;
unmarshaled.___numparameters_11 = unmarshalednumparameters_temp_11;
intptr_t unmarshaledparamdesc_temp_12;
memset((&unmarshaledparamdesc_temp_12), 0, sizeof(unmarshaledparamdesc_temp_12));
unmarshaledparamdesc_temp_12 = marshaled.___paramdesc_12;
unmarshaled.___paramdesc_12 = unmarshaledparamdesc_temp_12;
unmarshaled.___setparameterfloat_13 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5>(marshaled.___setparameterfloat_13, DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___setparameterfloat_13), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5>(marshaled.___setparameterfloat_13, DSP_SETPARAM_FLOAT_CALLBACK_tA1E7F17E1A0BD4AF5B76D19407A997733643F7D5_il2cpp_TypeInfo_var));
unmarshaled.___setparameterint_14 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114>(marshaled.___setparameterint_14, DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___setparameterint_14), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114>(marshaled.___setparameterint_14, DSP_SETPARAM_INT_CALLBACK_t67AC1764846B777AAAB70ABE0437EAF27420E114_il2cpp_TypeInfo_var));
unmarshaled.___setparameterbool_15 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3>(marshaled.___setparameterbool_15, DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___setparameterbool_15), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3>(marshaled.___setparameterbool_15, DSP_SETPARAM_BOOL_CALLBACK_tA5F6F63F4E065BE6E5BB843E453B93255387D7A3_il2cpp_TypeInfo_var));
unmarshaled.___setparameterdata_16 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F>(marshaled.___setparameterdata_16, DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___setparameterdata_16), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F>(marshaled.___setparameterdata_16, DSP_SETPARAM_DATA_CALLBACK_t4E77BC38FC69DF28AADC174B3279C6B2E69DE98F_il2cpp_TypeInfo_var));
unmarshaled.___getparameterfloat_17 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F>(marshaled.___getparameterfloat_17, DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getparameterfloat_17), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F>(marshaled.___getparameterfloat_17, DSP_GETPARAM_FLOAT_CALLBACK_t1AFD6EFDE545AD9F5A0A484733F943CB70B2417F_il2cpp_TypeInfo_var));
unmarshaled.___getparameterint_18 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C>(marshaled.___getparameterint_18, DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getparameterint_18), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C>(marshaled.___getparameterint_18, DSP_GETPARAM_INT_CALLBACK_tC6D3E897E2E4EA19D2B4DB191C0FF89E9697359C_il2cpp_TypeInfo_var));
unmarshaled.___getparameterbool_19 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191>(marshaled.___getparameterbool_19, DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getparameterbool_19), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191>(marshaled.___getparameterbool_19, DSP_GETPARAM_BOOL_CALLBACK_tB1717FEC5C1AE64A3A46A2AD04AB87D42FFAB191_il2cpp_TypeInfo_var));
unmarshaled.___getparameterdata_20 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B>(marshaled.___getparameterdata_20, DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getparameterdata_20), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B>(marshaled.___getparameterdata_20, DSP_GETPARAM_DATA_CALLBACK_t0DA9CFD5E0CD8F990C8F2865B53DFA2C56BC837B_il2cpp_TypeInfo_var));
unmarshaled.___shouldiprocess_21 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B>(marshaled.___shouldiprocess_21, DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___shouldiprocess_21), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B>(marshaled.___shouldiprocess_21, DSP_SHOULDIPROCESS_CALLBACK_tA350C8B79E754FD1B66898D38C60CEEC5968282B_il2cpp_TypeInfo_var));
intptr_t unmarshaleduserdata_temp_22;
memset((&unmarshaleduserdata_temp_22), 0, sizeof(unmarshaleduserdata_temp_22));
unmarshaleduserdata_temp_22 = marshaled.___userdata_22;
unmarshaled.___userdata_22 = unmarshaleduserdata_temp_22;
unmarshaled.___sys_register_23 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F>(marshaled.___sys_register_23, DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sys_register_23), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F>(marshaled.___sys_register_23, DSP_SYSTEM_REGISTER_CALLBACK_tD77CB724C74C339DD7916D1C1749E389202C053F_il2cpp_TypeInfo_var));
unmarshaled.___sys_deregister_24 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574>(marshaled.___sys_deregister_24, DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sys_deregister_24), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574>(marshaled.___sys_deregister_24, DSP_SYSTEM_DEREGISTER_CALLBACK_tB6802FE22F9FF79DE7FC73AE71ADBF9C6DAAE574_il2cpp_TypeInfo_var));
unmarshaled.___sys_mix_25 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172>(marshaled.___sys_mix_25, DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sys_mix_25), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172>(marshaled.___sys_mix_25, DSP_SYSTEM_MIX_CALLBACK_tF0A89B14E61ACC83137AA0C90C84DCA29C9AA172_il2cpp_TypeInfo_var));
}
// Conversion method for clean up from marshalling of: FMOD.DSP_DESCRIPTION
IL2CPP_EXTERN_C void DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshal_com_cleanup(DSP_DESCRIPTION_tEE66B42666A2C241A6DB686AFF21F6CFBDEBF674_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_STATE_DFT_FUNCTIONS
IL2CPP_EXTERN_C void DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshal_pinvoke(const DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296& unmarshaled, DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshaled_pinvoke& marshaled)
{
marshaled.___fftreal_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___fftreal_0));
marshaled.___inversefftreal_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___inversefftreal_1));
}
IL2CPP_EXTERN_C void DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshal_pinvoke_back(const DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshaled_pinvoke& marshaled, DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___fftreal_0 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF>(marshaled.___fftreal_0, DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___fftreal_0), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF>(marshaled.___fftreal_0, DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF_il2cpp_TypeInfo_var));
unmarshaled.___inversefftreal_1 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56>(marshaled.___inversefftreal_1, DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___inversefftreal_1), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56>(marshaled.___inversefftreal_1, DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56_il2cpp_TypeInfo_var));
}
// Conversion method for clean up from marshalling of: FMOD.DSP_STATE_DFT_FUNCTIONS
IL2CPP_EXTERN_C void DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshal_pinvoke_cleanup(DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.DSP_STATE_DFT_FUNCTIONS
IL2CPP_EXTERN_C void DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshal_com(const DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296& unmarshaled, DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshaled_com& marshaled)
{
marshaled.___fftreal_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___fftreal_0));
marshaled.___inversefftreal_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___inversefftreal_1));
}
IL2CPP_EXTERN_C void DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshal_com_back(const DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshaled_com& marshaled, DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___fftreal_0 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF>(marshaled.___fftreal_0, DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___fftreal_0), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF>(marshaled.___fftreal_0, DSP_DFT_FFTREAL_FUNC_t3E59C0FFF1ABC87999B59A206FCD99EA194D59FF_il2cpp_TypeInfo_var));
unmarshaled.___inversefftreal_1 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56>(marshaled.___inversefftreal_1, DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___inversefftreal_1), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56>(marshaled.___inversefftreal_1, DSP_DFT_IFFTREAL_FUNC_tC9965ECEF67AF2F099C7A768EF8467D2ECE9FF56_il2cpp_TypeInfo_var));
}
// Conversion method for clean up from marshalling of: FMOD.DSP_STATE_DFT_FUNCTIONS
IL2CPP_EXTERN_C void DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshal_com_cleanup(DSP_STATE_DFT_FUNCTIONS_t583CF6C5F72EF38E6D94D4FB016A722C1A30A296_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_STATE_PAN_FUNCTIONS
IL2CPP_EXTERN_C void DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshal_pinvoke(const DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B& unmarshaled, DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshaled_pinvoke& marshaled)
{
marshaled.___summonomatrix_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___summonomatrix_0));
marshaled.___sumstereomatrix_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___sumstereomatrix_1));
marshaled.___sumsurroundmatrix_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___sumsurroundmatrix_2));
marshaled.___summonotosurroundmatrix_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___summonotosurroundmatrix_3));
marshaled.___sumstereotosurroundmatrix_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___sumstereotosurroundmatrix_4));
marshaled.___getrolloffgain_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getrolloffgain_5));
}
IL2CPP_EXTERN_C void DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshal_pinvoke_back(const DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshaled_pinvoke& marshaled, DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___summonomatrix_0 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17>(marshaled.___summonomatrix_0, DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___summonomatrix_0), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17>(marshaled.___summonomatrix_0, DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17_il2cpp_TypeInfo_var));
unmarshaled.___sumstereomatrix_1 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B>(marshaled.___sumstereomatrix_1, DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sumstereomatrix_1), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B>(marshaled.___sumstereomatrix_1, DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B_il2cpp_TypeInfo_var));
unmarshaled.___sumsurroundmatrix_2 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E>(marshaled.___sumsurroundmatrix_2, DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sumsurroundmatrix_2), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E>(marshaled.___sumsurroundmatrix_2, DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E_il2cpp_TypeInfo_var));
unmarshaled.___summonotosurroundmatrix_3 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9>(marshaled.___summonotosurroundmatrix_3, DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___summonotosurroundmatrix_3), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9>(marshaled.___summonotosurroundmatrix_3, DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9_il2cpp_TypeInfo_var));
unmarshaled.___sumstereotosurroundmatrix_4 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042>(marshaled.___sumstereotosurroundmatrix_4, DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sumstereotosurroundmatrix_4), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042>(marshaled.___sumstereotosurroundmatrix_4, DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042_il2cpp_TypeInfo_var));
unmarshaled.___getrolloffgain_5 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD>(marshaled.___getrolloffgain_5, DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getrolloffgain_5), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD>(marshaled.___getrolloffgain_5, DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD_il2cpp_TypeInfo_var));
}
// Conversion method for clean up from marshalling of: FMOD.DSP_STATE_PAN_FUNCTIONS
IL2CPP_EXTERN_C void DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshal_pinvoke_cleanup(DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.DSP_STATE_PAN_FUNCTIONS
IL2CPP_EXTERN_C void DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshal_com(const DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B& unmarshaled, DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshaled_com& marshaled)
{
marshaled.___summonomatrix_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___summonomatrix_0));
marshaled.___sumstereomatrix_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___sumstereomatrix_1));
marshaled.___sumsurroundmatrix_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___sumsurroundmatrix_2));
marshaled.___summonotosurroundmatrix_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___summonotosurroundmatrix_3));
marshaled.___sumstereotosurroundmatrix_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___sumstereotosurroundmatrix_4));
marshaled.___getrolloffgain_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getrolloffgain_5));
}
IL2CPP_EXTERN_C void DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshal_com_back(const DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshaled_com& marshaled, DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___summonomatrix_0 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17>(marshaled.___summonomatrix_0, DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___summonomatrix_0), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17>(marshaled.___summonomatrix_0, DSP_PAN_SUMMONOMATRIX_FUNC_tD1287C29569BD8E59E4DFB579259ADECCE914F17_il2cpp_TypeInfo_var));
unmarshaled.___sumstereomatrix_1 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B>(marshaled.___sumstereomatrix_1, DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sumstereomatrix_1), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B>(marshaled.___sumstereomatrix_1, DSP_PAN_SUMSTEREOMATRIX_FUNC_t375E1B9BBBE251EC021CF75D4AA3FE2E5C03C27B_il2cpp_TypeInfo_var));
unmarshaled.___sumsurroundmatrix_2 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E>(marshaled.___sumsurroundmatrix_2, DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sumsurroundmatrix_2), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E>(marshaled.___sumsurroundmatrix_2, DSP_PAN_SUMSURROUNDMATRIX_FUNC_tBB89D55AF350312DBB52583D1033869E0411033E_il2cpp_TypeInfo_var));
unmarshaled.___summonotosurroundmatrix_3 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9>(marshaled.___summonotosurroundmatrix_3, DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___summonotosurroundmatrix_3), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9>(marshaled.___summonotosurroundmatrix_3, DSP_PAN_SUMMONOTOSURROUNDMATRIX_FUNC_t4A0D75F525459E64769AEB75848ADC0D0B9E7BB9_il2cpp_TypeInfo_var));
unmarshaled.___sumstereotosurroundmatrix_4 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042>(marshaled.___sumstereotosurroundmatrix_4, DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___sumstereotosurroundmatrix_4), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042>(marshaled.___sumstereotosurroundmatrix_4, DSP_PAN_SUMSTEREOTOSURROUNDMATRIX_FUNC_t73F38C8FFFFA64095F9C9CF3E51571BC948A2042_il2cpp_TypeInfo_var));
unmarshaled.___getrolloffgain_5 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD>(marshaled.___getrolloffgain_5, DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getrolloffgain_5), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD>(marshaled.___getrolloffgain_5, DSP_PAN_GETROLLOFFGAIN_FUNC_t2516FA2443AF2BE75CF0E3B9A61B056B7CB8B1BD_il2cpp_TypeInfo_var));
}
// Conversion method for clean up from marshalling of: FMOD.DSP_STATE_PAN_FUNCTIONS
IL2CPP_EXTERN_C void DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshal_com_cleanup(DSP_STATE_PAN_FUNCTIONS_tE9BB5C8ED5FA1A55EB4B24245C84A00B36EDD88B_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_STATE_FUNCTIONS
IL2CPP_EXTERN_C void DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshal_pinvoke(const DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854& unmarshaled, DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshaled_pinvoke& marshaled)
{
marshaled.___alloc_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___alloc_0));
marshaled.___realloc_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___realloc_1));
marshaled.___free_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___free_2));
marshaled.___getsamplerate_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getsamplerate_3));
marshaled.___getblocksize_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getblocksize_4));
marshaled.___dft_5 = unmarshaled.___dft_5;
marshaled.___pan_6 = unmarshaled.___pan_6;
marshaled.___getspeakermode_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getspeakermode_7));
marshaled.___getclock_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getclock_8));
marshaled.___getlistenerattributes_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getlistenerattributes_9));
marshaled.___log_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___log_10));
marshaled.___getuserdata_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getuserdata_11));
}
IL2CPP_EXTERN_C void DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshal_pinvoke_back(const DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshaled_pinvoke& marshaled, DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___alloc_0 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D>(marshaled.___alloc_0, DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___alloc_0), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D>(marshaled.___alloc_0, DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D_il2cpp_TypeInfo_var));
unmarshaled.___realloc_1 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D>(marshaled.___realloc_1, DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___realloc_1), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D>(marshaled.___realloc_1, DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D_il2cpp_TypeInfo_var));
unmarshaled.___free_2 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB>(marshaled.___free_2, DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___free_2), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB>(marshaled.___free_2, DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB_il2cpp_TypeInfo_var));
unmarshaled.___getsamplerate_3 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B>(marshaled.___getsamplerate_3, DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getsamplerate_3), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B>(marshaled.___getsamplerate_3, DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B_il2cpp_TypeInfo_var));
unmarshaled.___getblocksize_4 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471>(marshaled.___getblocksize_4, DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getblocksize_4), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471>(marshaled.___getblocksize_4, DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471_il2cpp_TypeInfo_var));
intptr_t unmarshaleddft_temp_5;
memset((&unmarshaleddft_temp_5), 0, sizeof(unmarshaleddft_temp_5));
unmarshaleddft_temp_5 = marshaled.___dft_5;
unmarshaled.___dft_5 = unmarshaleddft_temp_5;
intptr_t unmarshaledpan_temp_6;
memset((&unmarshaledpan_temp_6), 0, sizeof(unmarshaledpan_temp_6));
unmarshaledpan_temp_6 = marshaled.___pan_6;
unmarshaled.___pan_6 = unmarshaledpan_temp_6;
unmarshaled.___getspeakermode_7 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA>(marshaled.___getspeakermode_7, DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getspeakermode_7), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA>(marshaled.___getspeakermode_7, DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA_il2cpp_TypeInfo_var));
unmarshaled.___getclock_8 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4>(marshaled.___getclock_8, DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getclock_8), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4>(marshaled.___getclock_8, DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4_il2cpp_TypeInfo_var));
unmarshaled.___getlistenerattributes_9 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1>(marshaled.___getlistenerattributes_9, DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getlistenerattributes_9), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1>(marshaled.___getlistenerattributes_9, DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1_il2cpp_TypeInfo_var));
unmarshaled.___log_10 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0>(marshaled.___log_10, DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___log_10), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0>(marshaled.___log_10, DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0_il2cpp_TypeInfo_var));
unmarshaled.___getuserdata_11 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1>(marshaled.___getuserdata_11, DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getuserdata_11), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1>(marshaled.___getuserdata_11, DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1_il2cpp_TypeInfo_var));
}
// Conversion method for clean up from marshalling of: FMOD.DSP_STATE_FUNCTIONS
IL2CPP_EXTERN_C void DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshal_pinvoke_cleanup(DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.DSP_STATE_FUNCTIONS
IL2CPP_EXTERN_C void DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshal_com(const DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854& unmarshaled, DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshaled_com& marshaled)
{
marshaled.___alloc_0 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___alloc_0));
marshaled.___realloc_1 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___realloc_1));
marshaled.___free_2 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___free_2));
marshaled.___getsamplerate_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getsamplerate_3));
marshaled.___getblocksize_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getblocksize_4));
marshaled.___dft_5 = unmarshaled.___dft_5;
marshaled.___pan_6 = unmarshaled.___pan_6;
marshaled.___getspeakermode_7 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getspeakermode_7));
marshaled.___getclock_8 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getclock_8));
marshaled.___getlistenerattributes_9 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getlistenerattributes_9));
marshaled.___log_10 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___log_10));
marshaled.___getuserdata_11 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___getuserdata_11));
}
IL2CPP_EXTERN_C void DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshal_com_back(const DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshaled_com& marshaled, DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
unmarshaled.___alloc_0 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D>(marshaled.___alloc_0, DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___alloc_0), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D>(marshaled.___alloc_0, DSP_ALLOC_FUNC_t0F58FA4F0055F1033B9DE767A238E9FF7929722D_il2cpp_TypeInfo_var));
unmarshaled.___realloc_1 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D>(marshaled.___realloc_1, DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___realloc_1), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D>(marshaled.___realloc_1, DSP_REALLOC_FUNC_t68ACB592EE66CD005FB1E08C782C31254825522D_il2cpp_TypeInfo_var));
unmarshaled.___free_2 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB>(marshaled.___free_2, DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___free_2), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB>(marshaled.___free_2, DSP_FREE_FUNC_tD7595AB7C009A0AC12DD2E2D542C484962E5E3FB_il2cpp_TypeInfo_var));
unmarshaled.___getsamplerate_3 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B>(marshaled.___getsamplerate_3, DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getsamplerate_3), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B>(marshaled.___getsamplerate_3, DSP_GETSAMPLERATE_FUNC_tBFD51EC42CED426BEB7C26BED4066058CBD6FA8B_il2cpp_TypeInfo_var));
unmarshaled.___getblocksize_4 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471>(marshaled.___getblocksize_4, DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getblocksize_4), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471>(marshaled.___getblocksize_4, DSP_GETBLOCKSIZE_FUNC_t7356067B1836E45F45E31B45A8F6E6C21D5B9471_il2cpp_TypeInfo_var));
intptr_t unmarshaleddft_temp_5;
memset((&unmarshaleddft_temp_5), 0, sizeof(unmarshaleddft_temp_5));
unmarshaleddft_temp_5 = marshaled.___dft_5;
unmarshaled.___dft_5 = unmarshaleddft_temp_5;
intptr_t unmarshaledpan_temp_6;
memset((&unmarshaledpan_temp_6), 0, sizeof(unmarshaledpan_temp_6));
unmarshaledpan_temp_6 = marshaled.___pan_6;
unmarshaled.___pan_6 = unmarshaledpan_temp_6;
unmarshaled.___getspeakermode_7 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA>(marshaled.___getspeakermode_7, DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getspeakermode_7), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA>(marshaled.___getspeakermode_7, DSP_GETSPEAKERMODE_FUNC_tAB559D90292452BAC2EEF0978C29B387FF6F9DDA_il2cpp_TypeInfo_var));
unmarshaled.___getclock_8 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4>(marshaled.___getclock_8, DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getclock_8), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4>(marshaled.___getclock_8, DSP_GETCLOCK_FUNC_tF51CC3C2E753A930743E45C6EF59D247FD6DA5F4_il2cpp_TypeInfo_var));
unmarshaled.___getlistenerattributes_9 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1>(marshaled.___getlistenerattributes_9, DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getlistenerattributes_9), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1>(marshaled.___getlistenerattributes_9, DSP_GETLISTENERATTRIBUTES_FUNC_t0F7C20E2A8191503CE4B2FD92E4B9A4AC7723AC1_il2cpp_TypeInfo_var));
unmarshaled.___log_10 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0>(marshaled.___log_10, DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___log_10), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0>(marshaled.___log_10, DSP_LOG_FUNC_t1487ED6D95DC871ABBA750B1FC4C7138E855BBB0_il2cpp_TypeInfo_var));
unmarshaled.___getuserdata_11 = il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1>(marshaled.___getuserdata_11, DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___getuserdata_11), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1>(marshaled.___getuserdata_11, DSP_GETUSERDATA_FUNC_tCBEB555D0D0699FBCE2B19701BE2ED2020081FE1_il2cpp_TypeInfo_var));
}
// Conversion method for clean up from marshalling of: FMOD.DSP_STATE_FUNCTIONS
IL2CPP_EXTERN_C void DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshal_com_cleanup(DSP_STATE_FUNCTIONS_t7E619D7396373AAE1DD80BBF45A2E1517AF68854_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.DSP_METERING_INFO
IL2CPP_EXTERN_C void DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke(const DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33& unmarshaled, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke& marshaled)
{
marshaled.___numsamples_0 = unmarshaled.___numsamples_0;
if (unmarshaled.___peaklevel_1 != NULL)
{
if (32 > (unmarshaled.___peaklevel_1)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(marshaled.___peaklevel_1)[i] = (unmarshaled.___peaklevel_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
if (unmarshaled.___rmslevel_2 != NULL)
{
if (32 > (unmarshaled.___rmslevel_2)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(marshaled.___rmslevel_2)[i] = (unmarshaled.___rmslevel_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
marshaled.___numchannels_3 = unmarshaled.___numchannels_3;
}
IL2CPP_EXTERN_C void DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke_back(const DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke& marshaled, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshalednumsamples_temp_0 = 0;
unmarshalednumsamples_temp_0 = marshaled.___numsamples_0;
unmarshaled.___numsamples_0 = unmarshalednumsamples_temp_0;
unmarshaled.___peaklevel_1 = reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 32));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___peaklevel_1), (void*)reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 32)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(unmarshaled.___peaklevel_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___peaklevel_1)[i]);
}
unmarshaled.___rmslevel_2 = reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 32));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___rmslevel_2), (void*)reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 32)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(unmarshaled.___rmslevel_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___rmslevel_2)[i]);
}
int16_t unmarshalednumchannels_temp_3 = 0;
unmarshalednumchannels_temp_3 = marshaled.___numchannels_3;
unmarshaled.___numchannels_3 = unmarshalednumchannels_temp_3;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_METERING_INFO
IL2CPP_EXTERN_C void DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_pinvoke_cleanup(DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.DSP_METERING_INFO
IL2CPP_EXTERN_C void DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_com(const DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33& unmarshaled, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_com& marshaled)
{
marshaled.___numsamples_0 = unmarshaled.___numsamples_0;
if (unmarshaled.___peaklevel_1 != NULL)
{
if (32 > (unmarshaled.___peaklevel_1)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(marshaled.___peaklevel_1)[i] = (unmarshaled.___peaklevel_1)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
if (unmarshaled.___rmslevel_2 != NULL)
{
if (32 > (unmarshaled.___rmslevel_2)->max_length)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_argument_exception("", "Type could not be marshaled because the length of an embedded array instance does not match the declared length in the layout."), NULL);
}
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(marshaled.___rmslevel_2)[i] = (unmarshaled.___rmslevel_2)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
}
}
marshaled.___numchannels_3 = unmarshaled.___numchannels_3;
}
IL2CPP_EXTERN_C void DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_com_back(const DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_com& marshaled, DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshalednumsamples_temp_0 = 0;
unmarshalednumsamples_temp_0 = marshaled.___numsamples_0;
unmarshaled.___numsamples_0 = unmarshalednumsamples_temp_0;
unmarshaled.___peaklevel_1 = reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 32));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___peaklevel_1), (void*)reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 32)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(unmarshaled.___peaklevel_1)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___peaklevel_1)[i]);
}
unmarshaled.___rmslevel_2 = reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 32));
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___rmslevel_2), (void*)reinterpret_cast<SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*>((SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C*)SZArrayNew(SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C_il2cpp_TypeInfo_var, 32)));
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(32); i++)
{
(unmarshaled.___rmslevel_2)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (marshaled.___rmslevel_2)[i]);
}
int16_t unmarshalednumchannels_temp_3 = 0;
unmarshalednumchannels_temp_3 = marshaled.___numchannels_3;
unmarshaled.___numchannels_3 = unmarshalednumchannels_temp_3;
}
// Conversion method for clean up from marshalling of: FMOD.DSP_METERING_INFO
IL2CPP_EXTERN_C void DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshal_com_cleanup(DSP_METERING_INFO_t21B872493B517AB228277C1AE224582F7F674E33_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String FMOD.Error::String(FMOD.RESULT)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Error_String_mE448D6850EF29E9051FAEF1694763DC2A1149571 (int32_t ___0_errcode, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0010077B4EF2BDE13EAA6A73F24BE95890E277CB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral008A11E64329C60DC6DF2197311F936A04D59474);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral05AB00AEF523E133EA83D30305AB638C4B2090DD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0737FADF5E07CE5926259B1798DDC91E935139DC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral07B6BB501F829D89F0A6C41FA078847BAC0F22FB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10270AE7D20537C6D9D9B3AD73994DAA2960B608);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10F53F41433A826E62B2F542212D91C404ACBFA8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral123FC6BF7E9739EF43E13156E416E3030ED1EF28);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17E0282127E6003D83ED80B574AA08CB2EF6E6E0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral202F0E3B832B988BE5EE3109E0E09E6BC1F99671);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral203500387DC21AFCBCE9B4F84957B7A7F248D1A3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral228B9B40F51ADE259B0E07974FFDB8DC23E76099);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral27999BE1AB58E792E93343B50E9B9EDE0FD1332E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2A16A34456D292BCF94F2C712E260F608FB38AD9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2ADF459FDC792BD6A376A2397BD0F3D59A294B3C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2DE0115548E3A7C76F9D2072F70E5AC7CAF256D3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral304D7FECE6EA33036CBD5DDA14F1D5CB8A5B8E35);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral307B45F3C445B119B39F18A2AFDBB4FF1B4A19DD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral316CAE74F78E918A24A3263BF6838007A9828A50);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral326A1EC75760C2D7E3627C70FE2E94BE80EFEA85);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33E5FF9EEE33C88A0AE82F2016AC9F9006EA6BFD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38A04EAA393C12A27DC4DF500191387E1BAB2A53);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C3E32615D9A158A5ED8FBF1A318CF7D952492C3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D318A703A9CBE754C627446A0EEEBE8E12716A0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral428D830C381B849482E3482EEA87EB361978B8ED);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral43C0A5C4D98B25C1591785F9D7436505D357DFFB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral479A5AE26C032CF3E927F0B9AF8166C5E5609B84);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4EF50D58E013293C619399FE4DBF1B1BE440B9F8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F56D9FEA3F5B9CBC66AE0BC5CFA5306269BB300);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral594B350A13327EB90EA6751F0AC194B2A805D11E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral595F8595938CBA5FF92006BFE0A42192C3727A5A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5AD690790D14D273E140660A90C6C9DEE3A3A9B7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D634FF70437BA2400A2985E50CE118A3E22CC24);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5D74BA16ED781FEF2FC9DA71E534005370F19B77);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6371FCB952BCB90FDB7A0412CE071A335CF0D281);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6555D619DF10C3DFF9961F8B3B6FE159188B6C7D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral692D7B8DF08EF592FA8906A0F80FE2A10A052460);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A6F915F0ECE641FF59C3CE6AC1BEB9AE53038B9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6B1270BDE6BC879EA5B79ECD3EAA6BB315B1EF36);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FA0B7E74CA50CAED6C98119CB68946346264C8C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7261E2F7694673BF47CA4A085B60B05F8E1D47BB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral773E7982873A2C26366BB36CFDD702F0110F9675);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77492DF6FD9E3D5874B0F14BC4C84B15CB9CA455);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A2EC820DF03EFBCE2446A31DC9744347DF728BD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BD70A238D606FB44D18A1F980C3608C092DA788);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7E4D324CE04AC228F496A1E751FFA7ABE5DAED49);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral850A0FDA84C2561C0B05005716439732E1B42B13);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89D2DC99F858D01FF69415D491AFB7B8A1A31D41);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A6E58A1CAC6E784DF4A9F9EBF343D476C2DBC10);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral901004CD8CCFA3E034AA8C3B228A8868C9AA8B9D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94938512E8B6D592830D5FCD860FA91A65192E10);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9551693C84C63EEBDB0CAC85C21866E006A9BA7D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9593754CD972378A2BB347BB39CBD3B5CC3521BF);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AB84FFFBB8068091736819327D842A3A5449A7C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D27D1550A79F9AD7F5B99DA3C67A10FF606474F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F997E6C01594C7DB1201F379FE3398E51A3B90C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3C31AB28BBA19DA504DCAC2B457F82E53ED6DC4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA85B434397252DE755B438879810DD4517F0ECDC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA89C772A19B912C9549AF808CC33D3331256987E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAED38B9EAF9812E909BF060D730A78EF8609ADB9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB6D2815DE1BA3747326FD6DAA5C9ADC2A8A94301);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB78EBC58683CE4FC04B9E955E6B0A249B486BDE0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB91063A02435B98F5271EB86235C32F511666EE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD3682B6BD9E5A45FB6966A33D8300B4E6318AE5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC35BF7089B4B8185F470348AB8009F2441095494);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5C4852CB18400EC4B7C20647A0CE0DEF9B0D077);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC9AF97B3A7D8542A768306E08615122A5925AB15);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA0F9A354A808914B27A811ADA643A0B1D350AA2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC5400DD245A4E2E7959AC108FE01B149D796251);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD26C8972F3082E86F5C96ECFC237EFA4FB70B2D6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2AB29C748E09E62EFCABF23A98693DF91DB4517);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD576F9D44538072784838DC0C217B5B21D50A091);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD44F09E4206DEB33FB989C25311070C576E146C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFBEDCC56F2A532911F4EC7914606C1E9DD07F74);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE16C301FB3263607808B13CDC0F4ACB4E2C50DA2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE2F637BD4993A7F80DB6A6727674C565A35FF1EE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE31DB399608237125AA03D2ABFD4080B890A0276);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE94011193EFF9DEA52D1A656A8B8957220E7880A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9F8E3C8FC9225486ADF61A483FD35978F8884B4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEAC9BCB5E50DCDB2AEC643B28F305F7C79071AE8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF672F75321AFFB56697660BFB114A8A3EF8F9208);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6F0989BDFA4FB66BB19573209F56B868F08A7AD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFFF84593D0AD6D812008667D6BA895709ED769BB);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___0_errcode;
switch (L_0)
{
case 0:
{
goto IL_0153;
}
case 1:
{
goto IL_0159;
}
case 2:
{
goto IL_015f;
}
case 3:
{
goto IL_0165;
}
case 4:
{
goto IL_016b;
}
case 5:
{
goto IL_0171;
}
case 6:
{
goto IL_0177;
}
case 7:
{
goto IL_017d;
}
case 8:
{
goto IL_0183;
}
case 9:
{
goto IL_0189;
}
case 10:
{
goto IL_018f;
}
case 11:
{
goto IL_0195;
}
case 12:
{
goto IL_019b;
}
case 13:
{
goto IL_01a1;
}
case 14:
{
goto IL_01a7;
}
case 15:
{
goto IL_01ad;
}
case 16:
{
goto IL_01b3;
}
case 17:
{
goto IL_01b9;
}
case 18:
{
goto IL_01bf;
}
case 19:
{
goto IL_01c5;
}
case 20:
{
goto IL_01cb;
}
case 21:
{
goto IL_01d1;
}
case 22:
{
goto IL_01d7;
}
case 23:
{
goto IL_01dd;
}
case 24:
{
goto IL_01e3;
}
case 25:
{
goto IL_01e9;
}
case 26:
{
goto IL_01ef;
}
case 27:
{
goto IL_01f5;
}
case 28:
{
goto IL_01fb;
}
case 29:
{
goto IL_0201;
}
case 30:
{
goto IL_0207;
}
case 31:
{
goto IL_020d;
}
case 32:
{
goto IL_0213;
}
case 33:
{
goto IL_0219;
}
case 34:
{
goto IL_021f;
}
case 35:
{
goto IL_0225;
}
case 36:
{
goto IL_022b;
}
case 37:
{
goto IL_0231;
}
case 38:
{
goto IL_0237;
}
case 39:
{
goto IL_023d;
}
case 40:
{
goto IL_0243;
}
case 41:
{
goto IL_0249;
}
case 42:
{
goto IL_024f;
}
case 43:
{
goto IL_0255;
}
case 44:
{
goto IL_025b;
}
case 45:
{
goto IL_0261;
}
case 46:
{
goto IL_0267;
}
case 47:
{
goto IL_026d;
}
case 48:
{
goto IL_0273;
}
case 49:
{
goto IL_0279;
}
case 50:
{
goto IL_027f;
}
case 51:
{
goto IL_0285;
}
case 52:
{
goto IL_028b;
}
case 53:
{
goto IL_0291;
}
case 54:
{
goto IL_0297;
}
case 55:
{
goto IL_029d;
}
case 56:
{
goto IL_02a3;
}
case 57:
{
goto IL_02a9;
}
case 58:
{
goto IL_02af;
}
case 59:
{
goto IL_02b5;
}
case 60:
{
goto IL_02bb;
}
case 61:
{
goto IL_02c1;
}
case 62:
{
goto IL_02c7;
}
case 63:
{
goto IL_02cd;
}
case 64:
{
goto IL_02d3;
}
case 65:
{
goto IL_02d9;
}
case 66:
{
goto IL_02df;
}
case 67:
{
goto IL_02e5;
}
case 68:
{
goto IL_02eb;
}
case 69:
{
goto IL_02f1;
}
case 70:
{
goto IL_02f7;
}
case 71:
{
goto IL_02fd;
}
case 72:
{
goto IL_0303;
}
case 73:
{
goto IL_0309;
}
case 74:
{
goto IL_030f;
}
case 75:
{
goto IL_0315;
}
case 76:
{
goto IL_031b;
}
case 77:
{
goto IL_0321;
}
case 78:
{
goto IL_0327;
}
case 79:
{
goto IL_032d;
}
case 80:
{
goto IL_0333;
}
case 81:
{
goto IL_0339;
}
}
}
{
goto IL_033f;
}
IL_0153:
{
// case FMOD.RESULT.OK: return "No errors.";
return _stringLiteralA85B434397252DE755B438879810DD4517F0ECDC;
}
IL_0159:
{
// case FMOD.RESULT.ERR_BADCOMMAND: return "Tried to call a function on a data type that does not allow this type of functionality (ie calling Sound::lock on a streaming sound).";
return _stringLiteral7261E2F7694673BF47CA4A085B60B05F8E1D47BB;
}
IL_015f:
{
// case FMOD.RESULT.ERR_CHANNEL_ALLOC: return "Error trying to allocate a channel.";
return _stringLiteral8A6E58A1CAC6E784DF4A9F9EBF343D476C2DBC10;
}
IL_0165:
{
// case FMOD.RESULT.ERR_CHANNEL_STOLEN: return "The specified channel has been reused to play another sound.";
return _stringLiteral6B1270BDE6BC879EA5B79ECD3EAA6BB315B1EF36;
}
IL_016b:
{
// case FMOD.RESULT.ERR_DMA: return "DMA Failure. See debug output for more information.";
return _stringLiteral4EF50D58E013293C619399FE4DBF1B1BE440B9F8;
}
IL_0171:
{
// case FMOD.RESULT.ERR_DSP_CONNECTION: return "DSP connection error. Connection possibly caused a cyclic dependency or connected dsps with incompatible buffer counts.";
return _stringLiteral2DE0115548E3A7C76F9D2072F70E5AC7CAF256D3;
}
IL_0177:
{
// case FMOD.RESULT.ERR_DSP_DONTPROCESS: return "DSP return code from a DSP process query callback. Tells mixer not to call the process callback and therefore not consume CPU. Use this to optimize the DSP graph.";
return _stringLiteral10F53F41433A826E62B2F542212D91C404ACBFA8;
}
IL_017d:
{
// case FMOD.RESULT.ERR_DSP_FORMAT: return "DSP Format error. A DSP unit may have attempted to connect to this network with the wrong format, or a matrix may have been set with the wrong size if the target unit has a specified channel map.";
return _stringLiteral6A6F915F0ECE641FF59C3CE6AC1BEB9AE53038B9;
}
IL_0183:
{
// case FMOD.RESULT.ERR_DSP_INUSE: return "DSP is already in the mixer's DSP network. It must be removed before being reinserted or released.";
return _stringLiteral0737FADF5E07CE5926259B1798DDC91E935139DC;
}
IL_0189:
{
// case FMOD.RESULT.ERR_DSP_NOTFOUND: return "DSP connection error. Couldn't find the DSP unit specified.";
return _stringLiteral428D830C381B849482E3482EEA87EB361978B8ED;
}
IL_018f:
{
// case FMOD.RESULT.ERR_DSP_RESERVED: return "DSP operation error. Cannot perform operation on this DSP as it is reserved by the system.";
return _stringLiteral9D27D1550A79F9AD7F5B99DA3C67A10FF606474F;
}
IL_0195:
{
// case FMOD.RESULT.ERR_DSP_SILENCE: return "DSP return code from a DSP process query callback. Tells mixer silence would be produced from read, so go idle and not consume CPU. Use this to optimize the DSP graph.";
return _stringLiteral10270AE7D20537C6D9D9B3AD73994DAA2960B608;
}
IL_019b:
{
// case FMOD.RESULT.ERR_DSP_TYPE: return "DSP operation cannot be performed on a DSP of this type.";
return _stringLiteralF6F0989BDFA4FB66BB19573209F56B868F08A7AD;
}
IL_01a1:
{
// case FMOD.RESULT.ERR_FILE_BAD: return "Error loading file.";
return _stringLiteral77492DF6FD9E3D5874B0F14BC4C84B15CB9CA455;
}
IL_01a7:
{
// case FMOD.RESULT.ERR_FILE_COULDNOTSEEK: return "Couldn't perform seek operation. This is a limitation of the medium (ie netstreams) or the file format.";
return _stringLiteralBB91063A02435B98F5271EB86235C32F511666EE;
}
IL_01ad:
{
// case FMOD.RESULT.ERR_FILE_DISKEJECTED: return "Media was ejected while reading.";
return _stringLiteral7BD70A238D606FB44D18A1F980C3608C092DA788;
}
IL_01b3:
{
// case FMOD.RESULT.ERR_FILE_EOF: return "End of file unexpectedly reached while trying to read essential data (truncated?).";
return _stringLiteral94938512E8B6D592830D5FCD860FA91A65192E10;
}
IL_01b9:
{
// case FMOD.RESULT.ERR_FILE_ENDOFDATA: return "End of current chunk reached while trying to read data.";
return _stringLiteral3D318A703A9CBE754C627446A0EEEBE8E12716A0;
}
IL_01bf:
{
// case FMOD.RESULT.ERR_FILE_NOTFOUND: return "File not found.";
return _stringLiteral304D7FECE6EA33036CBD5DDA14F1D5CB8A5B8E35;
}
IL_01c5:
{
// case FMOD.RESULT.ERR_FORMAT: return "Unsupported file or audio format.";
return _stringLiteral326A1EC75760C2D7E3627C70FE2E94BE80EFEA85;
}
IL_01cb:
{
// case FMOD.RESULT.ERR_HEADER_MISMATCH: return "There is a version mismatch between the FMOD header and either the FMOD Studio library or the FMOD Low Level library.";
return _stringLiteralF672F75321AFFB56697660BFB114A8A3EF8F9208;
}
IL_01d1:
{
// case FMOD.RESULT.ERR_HTTP: return "A HTTP error occurred. This is a catch-all for HTTP errors not listed elsewhere.";
return _stringLiteralEAC9BCB5E50DCDB2AEC643B28F305F7C79071AE8;
}
IL_01d7:
{
// case FMOD.RESULT.ERR_HTTP_ACCESS: return "The specified resource requires authentication or is forbidden.";
return _stringLiteralDFBEDCC56F2A532911F4EC7914606C1E9DD07F74;
}
IL_01dd:
{
// case FMOD.RESULT.ERR_HTTP_PROXY_AUTH: return "Proxy authentication is required to access the specified resource.";
return _stringLiteralBD3682B6BD9E5A45FB6966A33D8300B4E6318AE5;
}
IL_01e3:
{
// case FMOD.RESULT.ERR_HTTP_SERVER_ERROR: return "A HTTP server error occurred.";
return _stringLiteralD576F9D44538072784838DC0C217B5B21D50A091;
}
IL_01e9:
{
// case FMOD.RESULT.ERR_HTTP_TIMEOUT: return "The HTTP request timed out.";
return _stringLiteral89D2DC99F858D01FF69415D491AFB7B8A1A31D41;
}
IL_01ef:
{
// case FMOD.RESULT.ERR_INITIALIZATION: return "FMOD was not initialized correctly to support this function.";
return _stringLiteralFFF84593D0AD6D812008667D6BA895709ED769BB;
}
IL_01f5:
{
// case FMOD.RESULT.ERR_INITIALIZED: return "Cannot call this command after System::init.";
return _stringLiteral9AB84FFFBB8068091736819327D842A3A5449A7C;
}
IL_01fb:
{
// case FMOD.RESULT.ERR_INTERNAL: return "An error occurred that wasn't supposed to. Contact support.";
return _stringLiteralA3C31AB28BBA19DA504DCAC2B457F82E53ED6DC4;
}
IL_0201:
{
// case FMOD.RESULT.ERR_INVALID_FLOAT: return "Value passed in was a NaN, Inf or denormalized float.";
return _stringLiteral307B45F3C445B119B39F18A2AFDBB4FF1B4A19DD;
}
IL_0207:
{
// case FMOD.RESULT.ERR_INVALID_HANDLE: return "An invalid object handle was used.";
return _stringLiteral595F8595938CBA5FF92006BFE0A42192C3727A5A;
}
IL_020d:
{
// case FMOD.RESULT.ERR_INVALID_PARAM: return "An invalid parameter was passed to this function.";
return _stringLiteral2ADF459FDC792BD6A376A2397BD0F3D59A294B3C;
}
IL_0213:
{
// case FMOD.RESULT.ERR_INVALID_POSITION: return "An invalid seek position was passed to this function.";
return _stringLiteral2A16A34456D292BCF94F2C712E260F608FB38AD9;
}
IL_0219:
{
// case FMOD.RESULT.ERR_INVALID_SPEAKER: return "An invalid speaker was passed to this function based on the current speaker mode.";
return _stringLiteral07B6BB501F829D89F0A6C41FA078847BAC0F22FB;
}
IL_021f:
{
// case FMOD.RESULT.ERR_INVALID_SYNCPOINT: return "The syncpoint did not come from this sound handle.";
return _stringLiteral4F56D9FEA3F5B9CBC66AE0BC5CFA5306269BB300;
}
IL_0225:
{
// case FMOD.RESULT.ERR_INVALID_THREAD: return "Tried to call a function on a thread that is not supported.";
return _stringLiteral5D74BA16ED781FEF2FC9DA71E534005370F19B77;
}
IL_022b:
{
// case FMOD.RESULT.ERR_INVALID_VECTOR: return "The vectors passed in are not unit length, or perpendicular.";
return _stringLiteralE16C301FB3263607808B13CDC0F4ACB4E2C50DA2;
}
IL_0231:
{
// case FMOD.RESULT.ERR_MAXAUDIBLE: return "Reached maximum audible playback count for this sound's soundgroup.";
return _stringLiteralB78EBC58683CE4FC04B9E955E6B0A249B486BDE0;
}
IL_0237:
{
// case FMOD.RESULT.ERR_MEMORY: return "Not enough memory or resources.";
return _stringLiteral594B350A13327EB90EA6751F0AC194B2A805D11E;
}
IL_023d:
{
// case FMOD.RESULT.ERR_MEMORY_CANTPOINT: return "Can't use FMOD_OPENMEMORY_POINT on non PCM source data, or non mp3/xma/adpcm data if FMOD_CREATECOMPRESSEDSAMPLE was used.";
return _stringLiteral6371FCB952BCB90FDB7A0412CE071A335CF0D281;
}
IL_0243:
{
// case FMOD.RESULT.ERR_NEEDS3D: return "Tried to call a command on a 2d sound when the command was meant for 3d sound.";
return _stringLiteral5D634FF70437BA2400A2985E50CE118A3E22CC24;
}
IL_0249:
{
// case FMOD.RESULT.ERR_NEEDSHARDWARE: return "Tried to use a feature that requires hardware support.";
return _stringLiteral9551693C84C63EEBDB0CAC85C21866E006A9BA7D;
}
IL_024f:
{
// case FMOD.RESULT.ERR_NET_CONNECT: return "Couldn't connect to the specified host.";
return _stringLiteralE9F8E3C8FC9225486ADF61A483FD35978F8884B4;
}
IL_0255:
{
// case FMOD.RESULT.ERR_NET_SOCKET_ERROR: return "A socket error occurred. This is a catch-all for socket-related errors not listed elsewhere.";
return _stringLiteral7E4D324CE04AC228F496A1E751FFA7ABE5DAED49;
}
IL_025b:
{
// case FMOD.RESULT.ERR_NET_URL: return "The specified URL couldn't be resolved.";
return _stringLiteralCA0F9A354A808914B27A811ADA643A0B1D350AA2;
}
IL_0261:
{
// case FMOD.RESULT.ERR_NET_WOULD_BLOCK: return "Operation on a non-blocking socket could not complete immediately.";
return _stringLiteral27999BE1AB58E792E93343B50E9B9EDE0FD1332E;
}
IL_0267:
{
// case FMOD.RESULT.ERR_NOTREADY: return "Operation could not be performed because specified sound/DSP connection is not ready.";
return _stringLiteral7A2EC820DF03EFBCE2446A31DC9744347DF728BD;
}
IL_026d:
{
// case FMOD.RESULT.ERR_OUTPUT_ALLOCATED: return "Error initializing output device, but more specifically, the output device is already in use and cannot be reused.";
return _stringLiteral479A5AE26C032CF3E927F0B9AF8166C5E5609B84;
}
IL_0273:
{
// case FMOD.RESULT.ERR_OUTPUT_CREATEBUFFER: return "Error creating hardware sound buffer.";
return _stringLiteral316CAE74F78E918A24A3263BF6838007A9828A50;
}
IL_0279:
{
// case FMOD.RESULT.ERR_OUTPUT_DRIVERCALL: return "A call to a standard soundcard driver failed, which could possibly mean a bug in the driver or resources were missing or exhausted.";
return _stringLiteralCC5400DD245A4E2E7959AC108FE01B149D796251;
}
IL_027f:
{
// case FMOD.RESULT.ERR_OUTPUT_FORMAT: return "Soundcard does not support the specified format.";
return _stringLiteral33E5FF9EEE33C88A0AE82F2016AC9F9006EA6BFD;
}
IL_0285:
{
// case FMOD.RESULT.ERR_OUTPUT_INIT: return "Error initializing output device.";
return _stringLiteral202F0E3B832B988BE5EE3109E0E09E6BC1F99671;
}
IL_028b:
{
// case FMOD.RESULT.ERR_OUTPUT_NODRIVERS: return "The output device has no drivers installed. If pre-init, FMOD_OUTPUT_NOSOUND is selected as the output mode. If post-init, the function just fails.";
return _stringLiteralDD44F09E4206DEB33FB989C25311070C576E146C;
}
IL_0291:
{
// case FMOD.RESULT.ERR_PLUGIN: return "An unspecified error has been returned from a plugin.";
return _stringLiteral9593754CD972378A2BB347BB39CBD3B5CC3521BF;
}
IL_0297:
{
// case FMOD.RESULT.ERR_PLUGIN_MISSING: return "A requested output, dsp unit type or codec was not available.";
return _stringLiteralD26C8972F3082E86F5C96ECFC237EFA4FB70B2D6;
}
IL_029d:
{
// case FMOD.RESULT.ERR_PLUGIN_RESOURCE: return "A resource that the plugin requires cannot be allocated or found. (ie the DLS file for MIDI playback)";
return _stringLiteralAED38B9EAF9812E909BF060D730A78EF8609ADB9;
}
IL_02a3:
{
// case FMOD.RESULT.ERR_PLUGIN_VERSION: return "A plugin was built with an unsupported SDK version.";
return _stringLiteralE31DB399608237125AA03D2ABFD4080B890A0276;
}
IL_02a9:
{
// case FMOD.RESULT.ERR_RECORD: return "An error occurred trying to initialize the recording device.";
return _stringLiteral17E0282127E6003D83ED80B574AA08CB2EF6E6E0;
}
IL_02af:
{
// case FMOD.RESULT.ERR_REVERB_CHANNELGROUP: return "Reverb properties cannot be set on this channel because a parent channelgroup owns the reverb connection.";
return _stringLiteralE94011193EFF9DEA52D1A656A8B8957220E7880A;
}
IL_02b5:
{
// case FMOD.RESULT.ERR_REVERB_INSTANCE: return "Specified instance in FMOD_REVERB_PROPERTIES couldn't be set. Most likely because it is an invalid instance number or the reverb doesn't exist.";
return _stringLiteral3C3E32615D9A158A5ED8FBF1A318CF7D952492C3;
}
IL_02bb:
{
// case FMOD.RESULT.ERR_SUBSOUNDS: return "The error occurred because the sound referenced contains subsounds when it shouldn't have, or it doesn't contain subsounds when it should have. The operation may also not be able to be performed on a parent sound.";
return _stringLiteralC9AF97B3A7D8542A768306E08615122A5925AB15;
}
IL_02c1:
{
// case FMOD.RESULT.ERR_SUBSOUND_ALLOCATED: return "This subsound is already being used by another sound, you cannot have more than one parent to a sound. Null out the other parent's entry first.";
return _stringLiteralA89C772A19B912C9549AF808CC33D3331256987E;
}
IL_02c7:
{
// case FMOD.RESULT.ERR_SUBSOUND_CANTMOVE: return "Shared subsounds cannot be replaced or moved from their parent stream, such as when the parent stream is an FSB file.";
return _stringLiteral901004CD8CCFA3E034AA8C3B228A8868C9AA8B9D;
}
IL_02cd:
{
// case FMOD.RESULT.ERR_TAGNOTFOUND: return "The specified tag could not be found or there are no tags.";
return _stringLiteral692D7B8DF08EF592FA8906A0F80FE2A10A052460;
}
IL_02d3:
{
// case FMOD.RESULT.ERR_TOOMANYCHANNELS: return "The sound created exceeds the allowable input channel count. This can be increased using the 'maxinputchannels' parameter in System::setSoftwareFormat.";
return _stringLiteralC35BF7089B4B8185F470348AB8009F2441095494;
}
IL_02d9:
{
// case FMOD.RESULT.ERR_TRUNCATED: return "The retrieved string is too long to fit in the supplied buffer and has been truncated.";
return _stringLiteral773E7982873A2C26366BB36CFDD702F0110F9675;
}
IL_02df:
{
// case FMOD.RESULT.ERR_UNIMPLEMENTED: return "Something in FMOD hasn't been implemented when it should be! contact support!";
return _stringLiteral43C0A5C4D98B25C1591785F9D7436505D357DFFB;
}
IL_02e5:
{
// case FMOD.RESULT.ERR_UNINITIALIZED: return "This command failed because System::init or System::setDriver was not called.";
return _stringLiteral228B9B40F51ADE259B0E07974FFDB8DC23E76099;
}
IL_02eb:
{
// case FMOD.RESULT.ERR_UNSUPPORTED: return "A command issued was not supported by this object. Possibly a plugin without certain callbacks specified.";
return _stringLiteralB6D2815DE1BA3747326FD6DAA5C9ADC2A8A94301;
}
IL_02f1:
{
// case FMOD.RESULT.ERR_VERSION: return "The version number of this file format is not supported.";
return _stringLiteral05AB00AEF523E133EA83D30305AB638C4B2090DD;
}
IL_02f7:
{
// case FMOD.RESULT.ERR_EVENT_ALREADY_LOADED: return "The specified bank has already been loaded.";
return _stringLiteralE2F637BD4993A7F80DB6A6727674C565A35FF1EE;
}
IL_02fd:
{
// case FMOD.RESULT.ERR_EVENT_LIVEUPDATE_BUSY: return "The live update connection failed due to the game already being connected.";
return _stringLiteral008A11E64329C60DC6DF2197311F936A04D59474;
}
IL_0303:
{
// case FMOD.RESULT.ERR_EVENT_LIVEUPDATE_MISMATCH: return "The live update connection failed due to the game data being out of sync with the tool.";
return _stringLiteral9F997E6C01594C7DB1201F379FE3398E51A3B90C;
}
IL_0309:
{
// case FMOD.RESULT.ERR_EVENT_LIVEUPDATE_TIMEOUT: return "The live update connection timed out.";
return _stringLiteralC5C4852CB18400EC4B7C20647A0CE0DEF9B0D077;
}
IL_030f:
{
// case FMOD.RESULT.ERR_EVENT_NOTFOUND: return "The requested event, bus or vca could not be found.";
return _stringLiteral0010077B4EF2BDE13EAA6A73F24BE95890E277CB;
}
IL_0315:
{
// case FMOD.RESULT.ERR_STUDIO_UNINITIALIZED: return "The Studio::System object is not yet initialized.";
return _stringLiteral5AD690790D14D273E140660A90C6C9DEE3A3A9B7;
}
IL_031b:
{
// case FMOD.RESULT.ERR_STUDIO_NOT_LOADED: return "The specified resource is not loaded, so it can't be unloaded.";
return _stringLiteral123FC6BF7E9739EF43E13156E416E3030ED1EF28;
}
IL_0321:
{
// case FMOD.RESULT.ERR_INVALID_STRING: return "An invalid string was passed to this function.";
return _stringLiteral38A04EAA393C12A27DC4DF500191387E1BAB2A53;
}
IL_0327:
{
// case FMOD.RESULT.ERR_ALREADY_LOCKED: return "The specified resource is already locked.";
return _stringLiteral203500387DC21AFCBCE9B4F84957B7A7F248D1A3;
}
IL_032d:
{
// case FMOD.RESULT.ERR_NOT_LOCKED: return "The specified resource is not locked, so it can't be unlocked.";
return _stringLiteral6FA0B7E74CA50CAED6C98119CB68946346264C8C;
}
IL_0333:
{
// case FMOD.RESULT.ERR_RECORD_DISCONNECTED: return "The specified recording driver has been disconnected.";
return _stringLiteralD2AB29C748E09E62EFCABF23A98693DF91DB4517;
}
IL_0339:
{
// case FMOD.RESULT.ERR_TOOMANYSAMPLES: return "The length provided exceed the allowable limit.";
return _stringLiteral850A0FDA84C2561C0B05005716439732E1B42B13;
}
IL_033f:
{
// default: return "Unknown error.";
return _stringLiteral6555D619DF10C3DFF9961F8B3B6FE159188B6C7D;
}
}
// System.Void FMOD.Error::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Error__ctor_m8C13BF37930AF349AE4D0EA996C7BC3641B0374F (Error_tBA02C1800DE417CE8CFC6C3B1C5E9D16C1A72B10* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void FMOD.Studio.STUDIO_VERSION::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void STUDIO_VERSION__ctor_mEF0D66FBEC455716FB2E683653091F7C541107CD (STUDIO_VERSION_tB020DCF2B77690AF13D4516060C9DC6A7AD4837C* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.Studio.BANK_INFO
IL2CPP_EXTERN_C void BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshal_pinvoke(const BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B& unmarshaled, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke& marshaled)
{
marshaled.___size_0 = unmarshaled.___size_0;
marshaled.___userdata_1 = unmarshaled.___userdata_1;
marshaled.___userdatalength_2 = unmarshaled.___userdatalength_2;
marshaled.___opencallback_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___opencallback_3));
marshaled.___closecallback_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___closecallback_4));
marshaled.___readcallback_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___readcallback_5));
marshaled.___seekcallback_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___seekcallback_6));
}
IL2CPP_EXTERN_C void BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshal_pinvoke_back(const BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke& marshaled, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaledsize_temp_0 = 0;
unmarshaledsize_temp_0 = marshaled.___size_0;
unmarshaled.___size_0 = unmarshaledsize_temp_0;
intptr_t unmarshaleduserdata_temp_1;
memset((&unmarshaleduserdata_temp_1), 0, sizeof(unmarshaleduserdata_temp_1));
unmarshaleduserdata_temp_1 = marshaled.___userdata_1;
unmarshaled.___userdata_1 = unmarshaleduserdata_temp_1;
int32_t unmarshaleduserdatalength_temp_2 = 0;
unmarshaleduserdatalength_temp_2 = marshaled.___userdatalength_2;
unmarshaled.___userdatalength_2 = unmarshaleduserdatalength_temp_2;
unmarshaled.___opencallback_3 = il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617>(marshaled.___opencallback_3, FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___opencallback_3), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617>(marshaled.___opencallback_3, FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617_il2cpp_TypeInfo_var));
unmarshaled.___closecallback_4 = il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F>(marshaled.___closecallback_4, FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___closecallback_4), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F>(marshaled.___closecallback_4, FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F_il2cpp_TypeInfo_var));
unmarshaled.___readcallback_5 = il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631>(marshaled.___readcallback_5, FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___readcallback_5), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631>(marshaled.___readcallback_5, FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631_il2cpp_TypeInfo_var));
unmarshaled.___seekcallback_6 = il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D>(marshaled.___seekcallback_6, FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___seekcallback_6), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D>(marshaled.___seekcallback_6, FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D_il2cpp_TypeInfo_var));
}
// Conversion method for clean up from marshalling of: FMOD.Studio.BANK_INFO
IL2CPP_EXTERN_C void BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshal_pinvoke_cleanup(BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.Studio.BANK_INFO
IL2CPP_EXTERN_C void BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshal_com(const BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B& unmarshaled, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_com& marshaled)
{
marshaled.___size_0 = unmarshaled.___size_0;
marshaled.___userdata_1 = unmarshaled.___userdata_1;
marshaled.___userdatalength_2 = unmarshaled.___userdatalength_2;
marshaled.___opencallback_3 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___opencallback_3));
marshaled.___closecallback_4 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___closecallback_4));
marshaled.___readcallback_5 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___readcallback_5));
marshaled.___seekcallback_6 = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(unmarshaled.___seekcallback_6));
}
IL2CPP_EXTERN_C void BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshal_com_back(const BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_com& marshaled, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t unmarshaledsize_temp_0 = 0;
unmarshaledsize_temp_0 = marshaled.___size_0;
unmarshaled.___size_0 = unmarshaledsize_temp_0;
intptr_t unmarshaleduserdata_temp_1;
memset((&unmarshaleduserdata_temp_1), 0, sizeof(unmarshaleduserdata_temp_1));
unmarshaleduserdata_temp_1 = marshaled.___userdata_1;
unmarshaled.___userdata_1 = unmarshaleduserdata_temp_1;
int32_t unmarshaleduserdatalength_temp_2 = 0;
unmarshaleduserdatalength_temp_2 = marshaled.___userdatalength_2;
unmarshaled.___userdatalength_2 = unmarshaleduserdatalength_temp_2;
unmarshaled.___opencallback_3 = il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617>(marshaled.___opencallback_3, FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___opencallback_3), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617>(marshaled.___opencallback_3, FILE_OPEN_CALLBACK_t5F66D9CB8DDB2CA2CD9D7AC7FAB23C576BDE6617_il2cpp_TypeInfo_var));
unmarshaled.___closecallback_4 = il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F>(marshaled.___closecallback_4, FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___closecallback_4), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F>(marshaled.___closecallback_4, FILE_CLOSE_CALLBACK_t060DD6BF5CEE8B58D78B1A643CC48BFB662D1C6F_il2cpp_TypeInfo_var));
unmarshaled.___readcallback_5 = il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631>(marshaled.___readcallback_5, FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___readcallback_5), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631>(marshaled.___readcallback_5, FILE_READ_CALLBACK_t30B078201DBE1ECB21B52A17B841756C73919631_il2cpp_TypeInfo_var));
unmarshaled.___seekcallback_6 = il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D>(marshaled.___seekcallback_6, FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D_il2cpp_TypeInfo_var);
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___seekcallback_6), (void*)il2cpp_codegen_marshal_function_ptr_to_delegate<FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D>(marshaled.___seekcallback_6, FILE_SEEK_CALLBACK_t1DC6B5532D3C7F73FF011F1BB0BAEA00F60D964D_il2cpp_TypeInfo_var));
}
// Conversion method for clean up from marshalling of: FMOD.Studio.BANK_INFO
IL2CPP_EXTERN_C void BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshal_com_cleanup(BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t SYSTEM_CALLBACK_Invoke_m8CDF082F5A154B599E7B15A33BDDAA31BE8CFA0B_Multicast(SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* __this, intptr_t ___0_system, uint32_t ___1_type, intptr_t ___2_commanddata, intptr_t ___3_userdata, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* currentDelegate = reinterpret_cast<SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t, uint32_t, intptr_t, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_system, ___1_type, ___2_commanddata, ___3_userdata, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t SYSTEM_CALLBACK_Invoke_m8CDF082F5A154B599E7B15A33BDDAA31BE8CFA0B_OpenInst(SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* __this, intptr_t ___0_system, uint32_t ___1_type, intptr_t ___2_commanddata, intptr_t ___3_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (intptr_t, uint32_t, intptr_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_system, ___1_type, ___2_commanddata, ___3_userdata, method);
}
int32_t SYSTEM_CALLBACK_Invoke_m8CDF082F5A154B599E7B15A33BDDAA31BE8CFA0B_OpenStatic(SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* __this, intptr_t ___0_system, uint32_t ___1_type, intptr_t ___2_commanddata, intptr_t ___3_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (intptr_t, uint32_t, intptr_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_system, ___1_type, ___2_commanddata, ___3_userdata, method);
}
int32_t SYSTEM_CALLBACK_Invoke_m8CDF082F5A154B599E7B15A33BDDAA31BE8CFA0B_OpenStaticInvoker(SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* __this, intptr_t ___0_system, uint32_t ___1_type, intptr_t ___2_commanddata, intptr_t ___3_userdata, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, intptr_t, uint32_t, intptr_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_system, ___1_type, ___2_commanddata, ___3_userdata);
}
int32_t SYSTEM_CALLBACK_Invoke_m8CDF082F5A154B599E7B15A33BDDAA31BE8CFA0B_ClosedStaticInvoker(SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* __this, intptr_t ___0_system, uint32_t ___1_type, intptr_t ___2_commanddata, intptr_t ___3_userdata, const RuntimeMethod* method)
{
return InvokerFuncInvoker5< int32_t, RuntimeObject*, intptr_t, uint32_t, intptr_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_system, ___1_type, ___2_commanddata, ___3_userdata);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF (SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* __this, intptr_t ___0_system, uint32_t ___1_type, intptr_t ___2_commanddata, intptr_t ___3_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, uint32_t, intptr_t, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_type, ___2_commanddata, ___3_userdata);
return returnValue;
}
// System.Void FMOD.Studio.SYSTEM_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SYSTEM_CALLBACK__ctor_mD623D6BE2C120A751A8C93016AB85FA474BBD1EE (SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 4;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&SYSTEM_CALLBACK_Invoke_m8CDF082F5A154B599E7B15A33BDDAA31BE8CFA0B_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&SYSTEM_CALLBACK_Invoke_m8CDF082F5A154B599E7B15A33BDDAA31BE8CFA0B_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&SYSTEM_CALLBACK_Invoke_m8CDF082F5A154B599E7B15A33BDDAA31BE8CFA0B_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
__this->___extra_arg_5 = (intptr_t)&SYSTEM_CALLBACK_Invoke_m8CDF082F5A154B599E7B15A33BDDAA31BE8CFA0B_Multicast;
}
// FMOD.RESULT FMOD.Studio.SYSTEM_CALLBACK::Invoke(System.IntPtr,FMOD.Studio.SYSTEM_CALLBACK_TYPE,System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SYSTEM_CALLBACK_Invoke_m8CDF082F5A154B599E7B15A33BDDAA31BE8CFA0B (SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* __this, intptr_t ___0_system, uint32_t ___1_type, intptr_t ___2_commanddata, intptr_t ___3_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t, uint32_t, intptr_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_system, ___1_type, ___2_commanddata, ___3_userdata, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.Studio.SYSTEM_CALLBACK::BeginInvoke(System.IntPtr,FMOD.Studio.SYSTEM_CALLBACK_TYPE,System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SYSTEM_CALLBACK_BeginInvoke_mE287206BE2F02AB12FD787C433F3EC8056535ACC (SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* __this, intptr_t ___0_system, uint32_t ___1_type, intptr_t ___2_commanddata, intptr_t ___3_userdata, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_callback, RuntimeObject* ___5_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SYSTEM_CALLBACK_TYPE_t2CDB2FBF483278A9025AE01F4453C15C697C14EB_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[5] = {0};
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___0_system);
__d_args[1] = Box(SYSTEM_CALLBACK_TYPE_t2CDB2FBF483278A9025AE01F4453C15C697C14EB_il2cpp_TypeInfo_var, &___1_type);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___2_commanddata);
__d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___3_userdata);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_callback, (RuntimeObject*)___5_object);
}
// FMOD.RESULT FMOD.Studio.SYSTEM_CALLBACK::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SYSTEM_CALLBACK_EndInvoke_m33DDDAEC7D8D2895F88FD2DC8EB63877A324053E (SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String FMOD.Studio.SOUND_INFO::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SOUND_INFO_get_name_m663EFFF931243227CCF0A8C49669AF1837BB3F08 (SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
String_t* V_1 = NULL;
String_t* G_B4_0 = NULL;
{
// using (StringHelper.ThreadSafeEncoding encoding = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_002a:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0033;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0033:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// return ((mode & (MODE.OPENMEMORY | MODE.OPENMEMORY_POINT)) == 0) ? encoding.stringFromNative(name_or_data) : String.Empty;
uint32_t L_3 = __this->___mode_1;
if (!((int32_t)((int32_t)L_3&((int32_t)268437504))))
{
goto IL_001b_1;
}
}
{
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
G_B4_0 = L_4;
goto IL_0027_1;
}
IL_001b_1:
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_5 = V_0;
intptr_t L_6 = __this->___name_or_data_0;
NullCheck(L_5);
String_t* L_7;
L_7 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_5, L_6, NULL);
G_B4_0 = L_7;
}
IL_0027_1:
{
V_1 = G_B4_0;
goto IL_0034;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0034:
{
// }
String_t* L_8 = V_1;
return L_8;
}
}
IL2CPP_EXTERN_C String_t* SOUND_INFO_get_name_m663EFFF931243227CCF0A8C49669AF1837BB3F08_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6*>(__this + _offset);
String_t* _returnValue;
_returnValue = SOUND_INFO_get_name_m663EFFF931243227CCF0A8C49669AF1837BB3F08(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.Studio.USER_PROPERTY
IL2CPP_EXTERN_C void USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_pinvoke(const USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228& unmarshaled, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke& marshaled)
{
marshaled.___name_0 = unmarshaled.___name_0;
marshaled.___type_1 = unmarshaled.___type_1;
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_pinvoke(unmarshaled.___value_2, marshaled.___value_2);
}
IL2CPP_EXTERN_C void USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_pinvoke_back(const USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke& marshaled, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228& unmarshaled)
{
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 unmarshaledname_temp_0;
memset((&unmarshaledname_temp_0), 0, sizeof(unmarshaledname_temp_0));
unmarshaledname_temp_0 = marshaled.___name_0;
unmarshaled.___name_0 = unmarshaledname_temp_0;
int32_t unmarshaledtype_temp_1 = 0;
unmarshaledtype_temp_1 = marshaled.___type_1;
unmarshaled.___type_1 = unmarshaledtype_temp_1;
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3 unmarshaledvalue_temp_2;
memset((&unmarshaledvalue_temp_2), 0, sizeof(unmarshaledvalue_temp_2));
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_pinvoke_back(marshaled.___value_2, unmarshaledvalue_temp_2);
unmarshaled.___value_2 = unmarshaledvalue_temp_2;
}
// Conversion method for clean up from marshalling of: FMOD.Studio.USER_PROPERTY
IL2CPP_EXTERN_C void USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_pinvoke_cleanup(USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke& marshaled)
{
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_pinvoke_cleanup(marshaled.___value_2);
}
// Conversion methods for marshalling of: FMOD.Studio.USER_PROPERTY
IL2CPP_EXTERN_C void USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_com(const USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228& unmarshaled, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_com& marshaled)
{
marshaled.___name_0 = unmarshaled.___name_0;
marshaled.___type_1 = unmarshaled.___type_1;
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_com(unmarshaled.___value_2, marshaled.___value_2);
}
IL2CPP_EXTERN_C void USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_com_back(const USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_com& marshaled, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228& unmarshaled)
{
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 unmarshaledname_temp_0;
memset((&unmarshaledname_temp_0), 0, sizeof(unmarshaledname_temp_0));
unmarshaledname_temp_0 = marshaled.___name_0;
unmarshaled.___name_0 = unmarshaledname_temp_0;
int32_t unmarshaledtype_temp_1 = 0;
unmarshaledtype_temp_1 = marshaled.___type_1;
unmarshaled.___type_1 = unmarshaledtype_temp_1;
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3 unmarshaledvalue_temp_2;
memset((&unmarshaledvalue_temp_2), 0, sizeof(unmarshaledvalue_temp_2));
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_com_back(marshaled.___value_2, unmarshaledvalue_temp_2);
unmarshaled.___value_2 = unmarshaledvalue_temp_2;
}
// Conversion method for clean up from marshalling of: FMOD.Studio.USER_PROPERTY
IL2CPP_EXTERN_C void USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_com_cleanup(USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_com& marshaled)
{
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_com_cleanup(marshaled.___value_2);
}
// System.Int32 FMOD.Studio.USER_PROPERTY::intValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t USER_PROPERTY_intValue_m402EC2781809DCB7C707D9F89245BCD7F1CAAD76 (USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* __this, const RuntimeMethod* method)
{
{
// public int intValue() { return (type == USER_PROPERTY_TYPE.INTEGER) ? value.intvalue : -1; }
int32_t L_0 = __this->___type_1;
if (!L_0)
{
goto IL_000a;
}
}
{
return (-1);
}
IL_000a:
{
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3* L_1 = (&__this->___value_2);
int32_t L_2 = L_1->___intvalue_0;
return L_2;
}
}
IL2CPP_EXTERN_C int32_t USER_PROPERTY_intValue_m402EC2781809DCB7C707D9F89245BCD7F1CAAD76_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228*>(__this + _offset);
int32_t _returnValue;
_returnValue = USER_PROPERTY_intValue_m402EC2781809DCB7C707D9F89245BCD7F1CAAD76(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean FMOD.Studio.USER_PROPERTY::boolValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool USER_PROPERTY_boolValue_m6F86C8FD5EE3E069AE6EB2D7A179C132205CAFDE (USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* __this, const RuntimeMethod* method)
{
{
// public bool boolValue() { return (type == USER_PROPERTY_TYPE.BOOLEAN) ? value.boolvalue : false; }
int32_t L_0 = __this->___type_1;
if ((((int32_t)L_0) == ((int32_t)1)))
{
goto IL_000b;
}
}
{
return (bool)0;
}
IL_000b:
{
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3* L_1 = (&__this->___value_2);
bool L_2 = L_1->___boolvalue_1;
return L_2;
}
}
IL2CPP_EXTERN_C bool USER_PROPERTY_boolValue_m6F86C8FD5EE3E069AE6EB2D7A179C132205CAFDE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228*>(__this + _offset);
bool _returnValue;
_returnValue = USER_PROPERTY_boolValue_m6F86C8FD5EE3E069AE6EB2D7A179C132205CAFDE(_thisAdjusted, method);
return _returnValue;
}
// System.Single FMOD.Studio.USER_PROPERTY::floatValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float USER_PROPERTY_floatValue_m9109A644B03E6452FFF3FE57578380FB745F3D8E (USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* __this, const RuntimeMethod* method)
{
{
// public float floatValue() { return (type == USER_PROPERTY_TYPE.FLOAT) ? value.floatvalue : -1; }
int32_t L_0 = __this->___type_1;
if ((((int32_t)L_0) == ((int32_t)2)))
{
goto IL_000f;
}
}
{
return (-1.0f);
}
IL_000f:
{
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3* L_1 = (&__this->___value_2);
float L_2 = L_1->___floatvalue_2;
return L_2;
}
}
IL2CPP_EXTERN_C float USER_PROPERTY_floatValue_m9109A644B03E6452FFF3FE57578380FB745F3D8E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228*>(__this + _offset);
float _returnValue;
_returnValue = USER_PROPERTY_floatValue_m9109A644B03E6452FFF3FE57578380FB745F3D8E(_thisAdjusted, method);
return _returnValue;
}
// System.String FMOD.Studio.USER_PROPERTY::stringValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* USER_PROPERTY_stringValue_m439402F798EE1C033A5B4DE7DC9665D004955D43 (USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
s_Il2CppMethodInitialized = true;
}
{
// public string stringValue() { return (type == USER_PROPERTY_TYPE.STRING) ? value.stringvalue : ""; }
int32_t L_0 = __this->___type_1;
if ((((int32_t)L_0) == ((int32_t)3)))
{
goto IL_000f;
}
}
{
return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_000f:
{
Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3* L_1 = (&__this->___value_2);
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 L_2 = L_1->___stringvalue_3;
String_t* L_3;
L_3 = StringWrapper_op_Implicit_mE9E6519DFDE94CC914F0BCE63AA92A05741B87A6(L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C String_t* USER_PROPERTY_stringValue_m439402F798EE1C033A5B4DE7DC9665D004955D43_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228*>(__this + _offset);
String_t* _returnValue;
_returnValue = USER_PROPERTY_stringValue_m439402F798EE1C033A5B4DE7DC9665D004955D43(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: FMOD.Studio.Union_IntBoolFloatString
IL2CPP_EXTERN_C void Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_pinvoke(const Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3& unmarshaled, Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_pinvoke& marshaled)
{
marshaled.___intvalue_0 = unmarshaled.___intvalue_0;
marshaled.___boolvalue_1 = static_cast<int32_t>(unmarshaled.___boolvalue_1);
marshaled.___floatvalue_2 = unmarshaled.___floatvalue_2;
marshaled.___stringvalue_3 = unmarshaled.___stringvalue_3;
}
IL2CPP_EXTERN_C void Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_pinvoke_back(const Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_pinvoke& marshaled, Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3& unmarshaled)
{
int32_t unmarshaledintvalue_temp_0 = 0;
unmarshaledintvalue_temp_0 = marshaled.___intvalue_0;
unmarshaled.___intvalue_0 = unmarshaledintvalue_temp_0;
bool unmarshaledboolvalue_temp_1 = false;
unmarshaledboolvalue_temp_1 = static_cast<bool>(marshaled.___boolvalue_1);
unmarshaled.___boolvalue_1 = unmarshaledboolvalue_temp_1;
float unmarshaledfloatvalue_temp_2 = 0.0f;
unmarshaledfloatvalue_temp_2 = marshaled.___floatvalue_2;
unmarshaled.___floatvalue_2 = unmarshaledfloatvalue_temp_2;
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 unmarshaledstringvalue_temp_3;
memset((&unmarshaledstringvalue_temp_3), 0, sizeof(unmarshaledstringvalue_temp_3));
unmarshaledstringvalue_temp_3 = marshaled.___stringvalue_3;
unmarshaled.___stringvalue_3 = unmarshaledstringvalue_temp_3;
}
// Conversion method for clean up from marshalling of: FMOD.Studio.Union_IntBoolFloatString
IL2CPP_EXTERN_C void Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_pinvoke_cleanup(Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: FMOD.Studio.Union_IntBoolFloatString
IL2CPP_EXTERN_C void Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_com(const Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3& unmarshaled, Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_com& marshaled)
{
marshaled.___intvalue_0 = unmarshaled.___intvalue_0;
marshaled.___boolvalue_1 = static_cast<int32_t>(unmarshaled.___boolvalue_1);
marshaled.___floatvalue_2 = unmarshaled.___floatvalue_2;
marshaled.___stringvalue_3 = unmarshaled.___stringvalue_3;
}
IL2CPP_EXTERN_C void Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_com_back(const Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_com& marshaled, Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3& unmarshaled)
{
int32_t unmarshaledintvalue_temp_0 = 0;
unmarshaledintvalue_temp_0 = marshaled.___intvalue_0;
unmarshaled.___intvalue_0 = unmarshaledintvalue_temp_0;
bool unmarshaledboolvalue_temp_1 = false;
unmarshaledboolvalue_temp_1 = static_cast<bool>(marshaled.___boolvalue_1);
unmarshaled.___boolvalue_1 = unmarshaledboolvalue_temp_1;
float unmarshaledfloatvalue_temp_2 = 0.0f;
unmarshaledfloatvalue_temp_2 = marshaled.___floatvalue_2;
unmarshaled.___floatvalue_2 = unmarshaledfloatvalue_temp_2;
StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53 unmarshaledstringvalue_temp_3;
memset((&unmarshaledstringvalue_temp_3), 0, sizeof(unmarshaledstringvalue_temp_3));
unmarshaledstringvalue_temp_3 = marshaled.___stringvalue_3;
unmarshaled.___stringvalue_3 = unmarshaledstringvalue_temp_3;
}
// Conversion method for clean up from marshalling of: FMOD.Studio.Union_IntBoolFloatString
IL2CPP_EXTERN_C void Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshal_com_cleanup(Union_IntBoolFloatString_tCE89C2FE0EBD5D5A2960BCC14D3DBA9E53D0B8D3_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t EVENT_CALLBACK_Invoke_m47F81051A2BE8CD621A14EF2FC36894F9F7F5A8B_Multicast(EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* __this, uint32_t ___0_type, intptr_t ___1__event, intptr_t ___2_parameters, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* currentDelegate = reinterpret_cast<EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, uint32_t, intptr_t, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_type, ___1__event, ___2_parameters, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t EVENT_CALLBACK_Invoke_m47F81051A2BE8CD621A14EF2FC36894F9F7F5A8B_OpenInst(EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* __this, uint32_t ___0_type, intptr_t ___1__event, intptr_t ___2_parameters, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (uint32_t, intptr_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_type, ___1__event, ___2_parameters, method);
}
int32_t EVENT_CALLBACK_Invoke_m47F81051A2BE8CD621A14EF2FC36894F9F7F5A8B_OpenStatic(EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* __this, uint32_t ___0_type, intptr_t ___1__event, intptr_t ___2_parameters, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (uint32_t, intptr_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_type, ___1__event, ___2_parameters, method);
}
int32_t EVENT_CALLBACK_Invoke_m47F81051A2BE8CD621A14EF2FC36894F9F7F5A8B_OpenStaticInvoker(EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* __this, uint32_t ___0_type, intptr_t ___1__event, intptr_t ___2_parameters, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< int32_t, uint32_t, intptr_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_type, ___1__event, ___2_parameters);
}
int32_t EVENT_CALLBACK_Invoke_m47F81051A2BE8CD621A14EF2FC36894F9F7F5A8B_ClosedStaticInvoker(EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* __this, uint32_t ___0_type, intptr_t ___1__event, intptr_t ___2_parameters, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, RuntimeObject*, uint32_t, intptr_t, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_type, ___1__event, ___2_parameters);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184 (EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* __this, uint32_t ___0_type, intptr_t ___1__event, intptr_t ___2_parameters, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint32_t, intptr_t, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_type, ___1__event, ___2_parameters);
return returnValue;
}
// System.Void FMOD.Studio.EVENT_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EVENT_CALLBACK__ctor_m0DE908B8A484864B73F2F76D4F41E1DB3E788841 (EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 3;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&EVENT_CALLBACK_Invoke_m47F81051A2BE8CD621A14EF2FC36894F9F7F5A8B_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&EVENT_CALLBACK_Invoke_m47F81051A2BE8CD621A14EF2FC36894F9F7F5A8B_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&EVENT_CALLBACK_Invoke_m47F81051A2BE8CD621A14EF2FC36894F9F7F5A8B_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
__this->___extra_arg_5 = (intptr_t)&EVENT_CALLBACK_Invoke_m47F81051A2BE8CD621A14EF2FC36894F9F7F5A8B_Multicast;
}
// FMOD.RESULT FMOD.Studio.EVENT_CALLBACK::Invoke(FMOD.Studio.EVENT_CALLBACK_TYPE,System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EVENT_CALLBACK_Invoke_m47F81051A2BE8CD621A14EF2FC36894F9F7F5A8B (EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* __this, uint32_t ___0_type, intptr_t ___1__event, intptr_t ___2_parameters, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, uint32_t, intptr_t, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_type, ___1__event, ___2_parameters, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.Studio.EVENT_CALLBACK::BeginInvoke(FMOD.Studio.EVENT_CALLBACK_TYPE,System.IntPtr,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EVENT_CALLBACK_BeginInvoke_mEEBAA6618802F7EAD914FC6F8CCAA86B2D4D9836 (EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* __this, uint32_t ___0_type, intptr_t ___1__event, intptr_t ___2_parameters, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EVENT_CALLBACK_TYPE_tBB6BD62AC91440BE00D19593D9E2BD2DCE92041C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = Box(EVENT_CALLBACK_TYPE_tBB6BD62AC91440BE00D19593D9E2BD2DCE92041C_il2cpp_TypeInfo_var, &___0_type);
__d_args[1] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___1__event);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___2_parameters);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___3_callback, (RuntimeObject*)___4_object);
}
// FMOD.RESULT FMOD.Studio.EVENT_CALLBACK::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EVENT_CALLBACK_EndInvoke_m923B535FDC648C6EFF9E4485C35EFE2E3C075570 (EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t COMMANDREPLAY_FRAME_CALLBACK_Invoke_m6857A64375DBDD0EEBBF27C8BB58C50570B86C13_Multicast(COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* __this, intptr_t ___0_replay, int32_t ___1_commandindex, float ___2_currenttime, intptr_t ___3_userdata, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* currentDelegate = reinterpret_cast<COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t, int32_t, float, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_replay, ___1_commandindex, ___2_currenttime, ___3_userdata, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t COMMANDREPLAY_FRAME_CALLBACK_Invoke_m6857A64375DBDD0EEBBF27C8BB58C50570B86C13_OpenInst(COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* __this, intptr_t ___0_replay, int32_t ___1_commandindex, float ___2_currenttime, intptr_t ___3_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, float, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_replay, ___1_commandindex, ___2_currenttime, ___3_userdata, method);
}
int32_t COMMANDREPLAY_FRAME_CALLBACK_Invoke_m6857A64375DBDD0EEBBF27C8BB58C50570B86C13_OpenStatic(COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* __this, intptr_t ___0_replay, int32_t ___1_commandindex, float ___2_currenttime, intptr_t ___3_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, float, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_replay, ___1_commandindex, ___2_currenttime, ___3_userdata, method);
}
int32_t COMMANDREPLAY_FRAME_CALLBACK_Invoke_m6857A64375DBDD0EEBBF27C8BB58C50570B86C13_OpenStaticInvoker(COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* __this, intptr_t ___0_replay, int32_t ___1_commandindex, float ___2_currenttime, intptr_t ___3_userdata, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< int32_t, intptr_t, int32_t, float, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_replay, ___1_commandindex, ___2_currenttime, ___3_userdata);
}
int32_t COMMANDREPLAY_FRAME_CALLBACK_Invoke_m6857A64375DBDD0EEBBF27C8BB58C50570B86C13_ClosedStaticInvoker(COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* __this, intptr_t ___0_replay, int32_t ___1_commandindex, float ___2_currenttime, intptr_t ___3_userdata, const RuntimeMethod* method)
{
return InvokerFuncInvoker5< int32_t, RuntimeObject*, intptr_t, int32_t, float, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_replay, ___1_commandindex, ___2_currenttime, ___3_userdata);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5 (COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* __this, intptr_t ___0_replay, int32_t ___1_commandindex, float ___2_currenttime, intptr_t ___3_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, int32_t, float, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_commandindex, ___2_currenttime, ___3_userdata);
return returnValue;
}
// System.Void FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void COMMANDREPLAY_FRAME_CALLBACK__ctor_m890598FC9CD716F64365A7C75557499D229758C9 (COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 4;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&COMMANDREPLAY_FRAME_CALLBACK_Invoke_m6857A64375DBDD0EEBBF27C8BB58C50570B86C13_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&COMMANDREPLAY_FRAME_CALLBACK_Invoke_m6857A64375DBDD0EEBBF27C8BB58C50570B86C13_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&COMMANDREPLAY_FRAME_CALLBACK_Invoke_m6857A64375DBDD0EEBBF27C8BB58C50570B86C13_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
__this->___extra_arg_5 = (intptr_t)&COMMANDREPLAY_FRAME_CALLBACK_Invoke_m6857A64375DBDD0EEBBF27C8BB58C50570B86C13_Multicast;
}
// FMOD.RESULT FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK::Invoke(System.IntPtr,System.Int32,System.Single,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t COMMANDREPLAY_FRAME_CALLBACK_Invoke_m6857A64375DBDD0EEBBF27C8BB58C50570B86C13 (COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* __this, intptr_t ___0_replay, int32_t ___1_commandindex, float ___2_currenttime, intptr_t ___3_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t, int32_t, float, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_replay, ___1_commandindex, ___2_currenttime, ___3_userdata, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK::BeginInvoke(System.IntPtr,System.Int32,System.Single,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* COMMANDREPLAY_FRAME_CALLBACK_BeginInvoke_mFDA6B35AE02FE98A5EE28F9C1437241F4304FCDC (COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* __this, intptr_t ___0_replay, int32_t ___1_commandindex, float ___2_currenttime, intptr_t ___3_userdata, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_callback, RuntimeObject* ___5_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[5] = {0};
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___0_replay);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_commandindex);
__d_args[2] = Box(Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_il2cpp_TypeInfo_var, &___2_currenttime);
__d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___3_userdata);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_callback, (RuntimeObject*)___5_object);
}
// FMOD.RESULT FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t COMMANDREPLAY_FRAME_CALLBACK_EndInvoke_m9191E0B2159BEE40CA635E0FB8956F481E9232E3 (COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t COMMANDREPLAY_LOAD_BANK_CALLBACK_Invoke_mE2C477478A5D37E20C1077D0F32FBC40AB8D118F_Multicast(COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* __this, intptr_t ___0_replay, int32_t ___1_commandindex, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___2_bankguid, intptr_t ___3_bankfilename, uint32_t ___4_flags, intptr_t* ___5_bank, intptr_t ___6_userdata, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* currentDelegate = reinterpret_cast<COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t, int32_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54, intptr_t, uint32_t, intptr_t*, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_replay, ___1_commandindex, ___2_bankguid, ___3_bankfilename, ___4_flags, ___5_bank, ___6_userdata, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t COMMANDREPLAY_LOAD_BANK_CALLBACK_Invoke_mE2C477478A5D37E20C1077D0F32FBC40AB8D118F_OpenInst(COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* __this, intptr_t ___0_replay, int32_t ___1_commandindex, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___2_bankguid, intptr_t ___3_bankfilename, uint32_t ___4_flags, intptr_t* ___5_bank, intptr_t ___6_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54, intptr_t, uint32_t, intptr_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_replay, ___1_commandindex, ___2_bankguid, ___3_bankfilename, ___4_flags, ___5_bank, ___6_userdata, method);
}
int32_t COMMANDREPLAY_LOAD_BANK_CALLBACK_Invoke_mE2C477478A5D37E20C1077D0F32FBC40AB8D118F_OpenStatic(COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* __this, intptr_t ___0_replay, int32_t ___1_commandindex, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___2_bankguid, intptr_t ___3_bankfilename, uint32_t ___4_flags, intptr_t* ___5_bank, intptr_t ___6_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54, intptr_t, uint32_t, intptr_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_replay, ___1_commandindex, ___2_bankguid, ___3_bankfilename, ___4_flags, ___5_bank, ___6_userdata, method);
}
int32_t COMMANDREPLAY_LOAD_BANK_CALLBACK_Invoke_mE2C477478A5D37E20C1077D0F32FBC40AB8D118F_OpenStaticInvoker(COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* __this, intptr_t ___0_replay, int32_t ___1_commandindex, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___2_bankguid, intptr_t ___3_bankfilename, uint32_t ___4_flags, intptr_t* ___5_bank, intptr_t ___6_userdata, const RuntimeMethod* method)
{
return InvokerFuncInvoker7< int32_t, intptr_t, int32_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54, intptr_t, uint32_t, intptr_t*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_replay, ___1_commandindex, ___2_bankguid, ___3_bankfilename, ___4_flags, ___5_bank, ___6_userdata);
}
int32_t COMMANDREPLAY_LOAD_BANK_CALLBACK_Invoke_mE2C477478A5D37E20C1077D0F32FBC40AB8D118F_ClosedStaticInvoker(COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* __this, intptr_t ___0_replay, int32_t ___1_commandindex, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___2_bankguid, intptr_t ___3_bankfilename, uint32_t ___4_flags, intptr_t* ___5_bank, intptr_t ___6_userdata, const RuntimeMethod* method)
{
return InvokerFuncInvoker8< int32_t, RuntimeObject*, intptr_t, int32_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54, intptr_t, uint32_t, intptr_t*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_replay, ___1_commandindex, ___2_bankguid, ___3_bankfilename, ___4_flags, ___5_bank, ___6_userdata);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71 (COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* __this, intptr_t ___0_replay, int32_t ___1_commandindex, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___2_bankguid, intptr_t ___3_bankfilename, uint32_t ___4_flags, intptr_t* ___5_bank, intptr_t ___6_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, int32_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54, intptr_t, uint32_t, intptr_t*, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_commandindex, ___2_bankguid, ___3_bankfilename, ___4_flags, ___5_bank, ___6_userdata);
return returnValue;
}
// System.Void FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void COMMANDREPLAY_LOAD_BANK_CALLBACK__ctor_mDDCC00D512839B68D6F1312040C9A1E7345A7D87 (COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 7;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&COMMANDREPLAY_LOAD_BANK_CALLBACK_Invoke_mE2C477478A5D37E20C1077D0F32FBC40AB8D118F_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&COMMANDREPLAY_LOAD_BANK_CALLBACK_Invoke_mE2C477478A5D37E20C1077D0F32FBC40AB8D118F_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&COMMANDREPLAY_LOAD_BANK_CALLBACK_Invoke_mE2C477478A5D37E20C1077D0F32FBC40AB8D118F_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
__this->___extra_arg_5 = (intptr_t)&COMMANDREPLAY_LOAD_BANK_CALLBACK_Invoke_mE2C477478A5D37E20C1077D0F32FBC40AB8D118F_Multicast;
}
// FMOD.RESULT FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK::Invoke(System.IntPtr,System.Int32,FMOD.GUID,System.IntPtr,FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t COMMANDREPLAY_LOAD_BANK_CALLBACK_Invoke_mE2C477478A5D37E20C1077D0F32FBC40AB8D118F (COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* __this, intptr_t ___0_replay, int32_t ___1_commandindex, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___2_bankguid, intptr_t ___3_bankfilename, uint32_t ___4_flags, intptr_t* ___5_bank, intptr_t ___6_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t, int32_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54, intptr_t, uint32_t, intptr_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_replay, ___1_commandindex, ___2_bankguid, ___3_bankfilename, ___4_flags, ___5_bank, ___6_userdata, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK::BeginInvoke(System.IntPtr,System.Int32,FMOD.GUID,System.IntPtr,FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* COMMANDREPLAY_LOAD_BANK_CALLBACK_BeginInvoke_m0922C4191C53F8CB8E50AD793CC20F5B9DAAED06 (COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* __this, intptr_t ___0_replay, int32_t ___1_commandindex, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___2_bankguid, intptr_t ___3_bankfilename, uint32_t ___4_flags, intptr_t* ___5_bank, intptr_t ___6_userdata, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___7_callback, RuntimeObject* ___8_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LOAD_BANK_FLAGS_t8602785A2E1E4EBFFAF09D18A262A2738D0021C0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[8] = {0};
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___0_replay);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_commandindex);
__d_args[2] = Box(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54_il2cpp_TypeInfo_var, &___2_bankguid);
__d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___3_bankfilename);
__d_args[4] = Box(LOAD_BANK_FLAGS_t8602785A2E1E4EBFFAF09D18A262A2738D0021C0_il2cpp_TypeInfo_var, &___4_flags);
__d_args[5] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___5_bank);
__d_args[6] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___6_userdata);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___7_callback, (RuntimeObject*)___8_object);
}
// FMOD.RESULT FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK::EndInvoke(System.IntPtr&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t COMMANDREPLAY_LOAD_BANK_CALLBACK_EndInvoke_m7886FC374EC04A56F295D638B721852919CDF9F1 (COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* __this, intptr_t* ___0_bank, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_bank,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
int32_t COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_Invoke_m709871ACD347665198405288AAA65C338A5710D3_Multicast(COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* __this, intptr_t ___0_replay, int32_t ___1_commandindex, intptr_t ___2_eventdescription, intptr_t* ___3_instance, intptr_t ___4_userdata, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
int32_t retVal = 0;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* currentDelegate = reinterpret_cast<COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83*>(delegatesToInvoke[i]);
typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t, int32_t, intptr_t, intptr_t*, intptr_t, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_replay, ___1_commandindex, ___2_eventdescription, ___3_instance, ___4_userdata, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
int32_t COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_Invoke_m709871ACD347665198405288AAA65C338A5710D3_OpenInst(COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* __this, intptr_t ___0_replay, int32_t ___1_commandindex, intptr_t ___2_eventdescription, intptr_t* ___3_instance, intptr_t ___4_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, intptr_t, intptr_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_replay, ___1_commandindex, ___2_eventdescription, ___3_instance, ___4_userdata, method);
}
int32_t COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_Invoke_m709871ACD347665198405288AAA65C338A5710D3_OpenStatic(COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* __this, intptr_t ___0_replay, int32_t ___1_commandindex, intptr_t ___2_eventdescription, intptr_t* ___3_instance, intptr_t ___4_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (intptr_t, int32_t, intptr_t, intptr_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_replay, ___1_commandindex, ___2_eventdescription, ___3_instance, ___4_userdata, method);
}
int32_t COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_Invoke_m709871ACD347665198405288AAA65C338A5710D3_OpenStaticInvoker(COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* __this, intptr_t ___0_replay, int32_t ___1_commandindex, intptr_t ___2_eventdescription, intptr_t* ___3_instance, intptr_t ___4_userdata, const RuntimeMethod* method)
{
return InvokerFuncInvoker5< int32_t, intptr_t, int32_t, intptr_t, intptr_t*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_replay, ___1_commandindex, ___2_eventdescription, ___3_instance, ___4_userdata);
}
int32_t COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_Invoke_m709871ACD347665198405288AAA65C338A5710D3_ClosedStaticInvoker(COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* __this, intptr_t ___0_replay, int32_t ___1_commandindex, intptr_t ___2_eventdescription, intptr_t* ___3_instance, intptr_t ___4_userdata, const RuntimeMethod* method)
{
return InvokerFuncInvoker6< int32_t, RuntimeObject*, intptr_t, int32_t, intptr_t, intptr_t*, intptr_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_replay, ___1_commandindex, ___2_eventdescription, ___3_instance, ___4_userdata);
}
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83 (COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* __this, intptr_t ___0_replay, int32_t ___1_commandindex, intptr_t ___2_eventdescription, intptr_t* ___3_instance, intptr_t ___4_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(intptr_t, int32_t, intptr_t, intptr_t*, intptr_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_commandindex, ___2_eventdescription, ___3_instance, ___4_userdata);
return returnValue;
}
// System.Void FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void COMMANDREPLAY_CREATE_INSTANCE_CALLBACK__ctor_m3743578F0B750B0DB71779AEF77AE52F59A59BB0 (COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 5;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_Invoke_m709871ACD347665198405288AAA65C338A5710D3_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_Invoke_m709871ACD347665198405288AAA65C338A5710D3_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_Invoke_m709871ACD347665198405288AAA65C338A5710D3_OpenStatic;
else
{
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
__this->___extra_arg_5 = (intptr_t)&COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_Invoke_m709871ACD347665198405288AAA65C338A5710D3_Multicast;
}
// FMOD.RESULT FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK::Invoke(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_Invoke_m709871ACD347665198405288AAA65C338A5710D3 (COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* __this, intptr_t ___0_replay, int32_t ___1_commandindex, intptr_t ___2_eventdescription, intptr_t* ___3_instance, intptr_t ___4_userdata, const RuntimeMethod* method)
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, intptr_t, int32_t, intptr_t, intptr_t*, intptr_t, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_replay, ___1_commandindex, ___2_eventdescription, ___3_instance, ___4_userdata, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
// System.IAsyncResult FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK::BeginInvoke(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr&,System.IntPtr,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_BeginInvoke_m31FCF42E4DB38C3A3D9A3771CBF6FEE0184E5149 (COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* __this, intptr_t ___0_replay, int32_t ___1_commandindex, intptr_t ___2_eventdescription, intptr_t* ___3_instance, intptr_t ___4_userdata, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___5_callback, RuntimeObject* ___6_object, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
void *__d_args[6] = {0};
__d_args[0] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___0_replay);
__d_args[1] = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &___1_commandindex);
__d_args[2] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___2_eventdescription);
__d_args[3] = Box(IntPtr_t_il2cpp_TypeInfo_var, &*___3_instance);
__d_args[4] = Box(IntPtr_t_il2cpp_TypeInfo_var, &___4_userdata);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___5_callback, (RuntimeObject*)___6_object);
}
// FMOD.RESULT FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK::EndInvoke(System.IntPtr&,System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_EndInvoke_m9850632E0AE03B8576D9B7FFD9B0AA62126DF612 (COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* __this, intptr_t* ___0_instance, RuntimeObject* ___1_result, const RuntimeMethod* method)
{
void* ___out_args[] = {
___0_instance,
};
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___1_result, ___out_args);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.Studio.Util::parseID(System.String,FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Util_parseID_m59DD693F52E76EC66C918700D336979D2FC71A33 (String_t* ___0_idString, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0016:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_001f;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_001f:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_ParseID(encoder.byteFromStringUTF8(idString), out id);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
String_t* L_4 = ___0_idString;
NullCheck(L_3);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5;
L_5 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_3, L_4, NULL);
GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* L_6 = ___1_id;
int32_t L_7;
L_7 = Util_FMOD_Studio_ParseID_m8494063CAA9F128E7A46E1DD145A10B1205C3169(L_5, L_6, NULL);
V_1 = L_7;
goto IL_0020;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0020:
{
// }
int32_t L_8 = V_1;
return L_8;
}
}
// FMOD.RESULT FMOD.Studio.Util::FMOD_Studio_ParseID(System.Byte[],FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Util_FMOD_Studio_ParseID_m8494063CAA9F128E7A46E1DD145A10B1205C3169 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_idString, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint8_t*, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(void*) + sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_ParseID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___0_idString' to native representation
uint8_t* ____0_idString_marshaled = NULL;
if (___0_idString != NULL)
{
____0_idString_marshaled = reinterpret_cast<uint8_t*>((___0_idString)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_ParseID)(____0_idString_marshaled, ___1_id);
#else
int32_t returnValue = il2cppPInvokeFunc(____0_idString_marshaled, ___1_id);
#endif
return returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.Studio.System::create(FMOD.Studio.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_create_m7B48C19A12F60DEDEE4EAC17FA3F177C1C0912A6 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* ___0_system, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_Create(out system.handle, VERSION.number);
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* L_0 = ___0_system;
intptr_t* L_1 = (&L_0->___handle_0);
int32_t L_2;
L_2 = System_FMOD_Studio_System_Create_mFAB69F0C156502D555721A2D8FDA91CC0014C9CA(L_1, ((int32_t)131601), NULL);
return L_2;
}
}
// FMOD.RESULT FMOD.Studio.System::setAdvancedSettings(FMOD.Studio.ADVANCEDSETTINGS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setAdvancedSettings_m6C993CF4C73A748420FDB9B38C3EF7E7223C1974 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02 ___0_settings, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// settings.cbsize = MarshalHelper.SizeOf(typeof(ADVANCEDSETTINGS));
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
int32_t L_2;
L_2 = MarshalHelper_SizeOf_m6EADA017D07B6F57500D3B0BFBBBA78289C993E3(L_1, NULL);
(&___0_settings)->___cbsize_0 = L_2;
// return FMOD_Studio_System_SetAdvancedSettings(this.handle, ref settings);
intptr_t L_3 = __this->___handle_0;
int32_t L_4;
L_4 = System_FMOD_Studio_System_SetAdvancedSettings_m61656C4B80C607E69B38EB58A3F3F310AB616D1C(L_3, (&___0_settings), NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t System_setAdvancedSettings_m6C993CF4C73A748420FDB9B38C3EF7E7223C1974_AdjustorThunk (RuntimeObject* __this, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02 ___0_settings, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setAdvancedSettings_m6C993CF4C73A748420FDB9B38C3EF7E7223C1974(_thisAdjusted, ___0_settings, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::setAdvancedSettings(FMOD.Studio.ADVANCEDSETTINGS,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setAdvancedSettings_m9F9146480565B61FCF7C979D87C72B451611749F (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02 ___0_settings, String_t* ___1_encryptionKey, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_002d:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0036;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0036:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// IntPtr userKey = settings.encryptionkey;
ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02 L_3 = ___0_settings;
intptr_t L_4 = L_3.___encryptionkey_6;
V_1 = L_4;
// settings.encryptionkey = encoder.intptrFromStringUTF8(encryptionKey);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_5 = V_0;
String_t* L_6 = ___1_encryptionKey;
NullCheck(L_5);
intptr_t L_7;
L_7 = ThreadSafeEncoding_intptrFromStringUTF8_mC4DB18C6207FD03C32B9FC7BA075B73A5E0D5AFA(L_5, L_6, NULL);
(&___0_settings)->___encryptionkey_6 = L_7;
// FMOD.RESULT result = setAdvancedSettings(settings);
ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02 L_8 = ___0_settings;
int32_t L_9;
L_9 = System_setAdvancedSettings_m6C993CF4C73A748420FDB9B38C3EF7E7223C1974(__this, L_8, NULL);
// settings.encryptionkey = userKey;
intptr_t L_10 = V_1;
(&___0_settings)->___encryptionkey_6 = L_10;
// return result;
V_2 = L_9;
goto IL_0037;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0037:
{
// }
int32_t L_11 = V_2;
return L_11;
}
}
IL2CPP_EXTERN_C int32_t System_setAdvancedSettings_m9F9146480565B61FCF7C979D87C72B451611749F_AdjustorThunk (RuntimeObject* __this, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02 ___0_settings, String_t* ___1_encryptionKey, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setAdvancedSettings_m9F9146480565B61FCF7C979D87C72B451611749F(_thisAdjusted, ___0_settings, ___1_encryptionKey, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getAdvancedSettings(FMOD.Studio.ADVANCEDSETTINGS&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getAdvancedSettings_mDF68705B9FB385EEBE703FE04DF2C023987760E6 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02* ___0_settings, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// settings.cbsize = MarshalHelper.SizeOf(typeof(ADVANCEDSETTINGS));
ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02* L_0 = ___0_settings;
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast<intptr_t> (ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_2;
L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL);
int32_t L_3;
L_3 = MarshalHelper_SizeOf_m6EADA017D07B6F57500D3B0BFBBBA78289C993E3(L_2, NULL);
L_0->___cbsize_0 = L_3;
// return FMOD_Studio_System_GetAdvancedSettings(this.handle, out settings);
intptr_t L_4 = __this->___handle_0;
ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02* L_5 = ___0_settings;
int32_t L_6;
L_6 = System_FMOD_Studio_System_GetAdvancedSettings_mD4DDA743D22618D085D7EEF9AFF25CFF98A35716(L_4, L_5, NULL);
return L_6;
}
}
IL2CPP_EXTERN_C int32_t System_getAdvancedSettings_mDF68705B9FB385EEBE703FE04DF2C023987760E6_AdjustorThunk (RuntimeObject* __this, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02* ___0_settings, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getAdvancedSettings_mDF68705B9FB385EEBE703FE04DF2C023987760E6(_thisAdjusted, ___0_settings, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::initialize(System.Int32,FMOD.Studio.INITFLAGS,FMOD.INITFLAGS,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_initialize_m2E2BF9789F2BE742D58A97A61B9E0DCEBC839D0C (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_maxchannels, uint32_t ___1_studioflags, uint32_t ___2_flags, intptr_t ___3_extradriverdata, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_Initialize(this.handle, maxchannels, studioflags, flags, extradriverdata);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_maxchannels;
uint32_t L_2 = ___1_studioflags;
uint32_t L_3 = ___2_flags;
intptr_t L_4 = ___3_extradriverdata;
int32_t L_5;
L_5 = System_FMOD_Studio_System_Initialize_mFB0456B8271844C4E6661D8557F6E1C4D180E903(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t System_initialize_m2E2BF9789F2BE742D58A97A61B9E0DCEBC839D0C_AdjustorThunk (RuntimeObject* __this, int32_t ___0_maxchannels, uint32_t ___1_studioflags, uint32_t ___2_flags, intptr_t ___3_extradriverdata, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_initialize_m2E2BF9789F2BE742D58A97A61B9E0DCEBC839D0C(_thisAdjusted, ___0_maxchannels, ___1_studioflags, ___2_flags, ___3_extradriverdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_release_m31155CA74A62273131A46410387C4D5B6463DAFE (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_Release(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = System_FMOD_Studio_System_Release_m5CF0D27DBCF86A5AF0BC7917605994F54CDD2CDB(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t System_release_m31155CA74A62273131A46410387C4D5B6463DAFE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_release_m31155CA74A62273131A46410387C4D5B6463DAFE(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::update()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_update_m1BD50C425F3FA24E5BE33572F3CA4EF721CDDED1 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_Update(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = System_FMOD_Studio_System_Update_m3E9B3CE1AF080C38FAAE203825D5D75E5D60A9B5(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t System_update_m1BD50C425F3FA24E5BE33572F3CA4EF721CDDED1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_update_m1BD50C425F3FA24E5BE33572F3CA4EF721CDDED1(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getCoreSystem(FMOD.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getCoreSystem_mB844700E72696A01540C9AACE0AB592FD597EB81 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_coresystem, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetCoreSystem(this.handle, out coresystem.handle);
intptr_t L_0 = __this->___handle_0;
System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* L_1 = ___0_coresystem;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = System_FMOD_Studio_System_GetCoreSystem_m7AB28DF994957185F51A50A40990F7E8B11421C0(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t System_getCoreSystem_mB844700E72696A01540C9AACE0AB592FD597EB81_AdjustorThunk (RuntimeObject* __this, System_t6EFDC3E1FD4233974056B56839DD37F057D7AD20* ___0_coresystem, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getCoreSystem_mB844700E72696A01540C9AACE0AB592FD597EB81(_thisAdjusted, ___0_coresystem, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getEvent(System.String,FMOD.Studio.EventDescription&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getEvent_mC6929B3FA5F3E2B8D141065B006FC3F2C26167E6 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_path, EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* ___1__event, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0021:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_002a;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_002a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_GetEvent(this.handle, encoder.byteFromStringUTF8(path), out _event.handle);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_path;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* L_7 = ___1__event;
intptr_t* L_8 = (&L_7->___handle_0);
int32_t L_9;
L_9 = System_FMOD_Studio_System_GetEvent_m2D98C8C4A0AD58614666C70CEDEDACBA0AEA12C1(L_3, L_6, L_8, NULL);
V_1 = L_9;
goto IL_002b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002b:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
IL2CPP_EXTERN_C int32_t System_getEvent_mC6929B3FA5F3E2B8D141065B006FC3F2C26167E6_AdjustorThunk (RuntimeObject* __this, String_t* ___0_path, EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* ___1__event, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getEvent_mC6929B3FA5F3E2B8D141065B006FC3F2C26167E6(_thisAdjusted, ___0_path, ___1__event, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getBus(System.String,FMOD.Studio.Bus&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBus_m72A5E19A1084B02B1EF3BB2F71DD87EACFEA40D0 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_path, Bus_t0858329521D636D685370BE433B68C792F12CB7C* ___1_bus, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0021:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_002a;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_002a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_GetBus(this.handle, encoder.byteFromStringUTF8(path), out bus.handle);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_path;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
Bus_t0858329521D636D685370BE433B68C792F12CB7C* L_7 = ___1_bus;
intptr_t* L_8 = (&L_7->___handle_0);
int32_t L_9;
L_9 = System_FMOD_Studio_System_GetBus_mF4ABE3B758D0F6E73DCDB42E4FE62C91486BE76F(L_3, L_6, L_8, NULL);
V_1 = L_9;
goto IL_002b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002b:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
IL2CPP_EXTERN_C int32_t System_getBus_m72A5E19A1084B02B1EF3BB2F71DD87EACFEA40D0_AdjustorThunk (RuntimeObject* __this, String_t* ___0_path, Bus_t0858329521D636D685370BE433B68C792F12CB7C* ___1_bus, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getBus_m72A5E19A1084B02B1EF3BB2F71DD87EACFEA40D0(_thisAdjusted, ___0_path, ___1_bus, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getVCA(System.String,FMOD.Studio.VCA&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getVCA_m3C3FC0866A236FA597E8777846DA02A7B83D458E (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_path, VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* ___1_vca, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0021:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_002a;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_002a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_GetVCA(this.handle, encoder.byteFromStringUTF8(path), out vca.handle);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_path;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* L_7 = ___1_vca;
intptr_t* L_8 = (&L_7->___handle_0);
int32_t L_9;
L_9 = System_FMOD_Studio_System_GetVCA_mB08CA32B6221615F34819FF836BA5F5CA8A1EEDC(L_3, L_6, L_8, NULL);
V_1 = L_9;
goto IL_002b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002b:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
IL2CPP_EXTERN_C int32_t System_getVCA_m3C3FC0866A236FA597E8777846DA02A7B83D458E_AdjustorThunk (RuntimeObject* __this, String_t* ___0_path, VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* ___1_vca, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getVCA_m3C3FC0866A236FA597E8777846DA02A7B83D458E(_thisAdjusted, ___0_path, ___1_vca, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getBank(System.String,FMOD.Studio.Bank&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBank_m046587C3141F0BBD6550C40093784A6D54A77242 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_path, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___1_bank, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0021:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_002a;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_002a:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_GetBank(this.handle, encoder.byteFromStringUTF8(path), out bank.handle);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_path;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* L_7 = ___1_bank;
intptr_t* L_8 = (&L_7->___handle_0);
int32_t L_9;
L_9 = System_FMOD_Studio_System_GetBank_m74595BB26B906C288FA2B67FA648A612D7A36511(L_3, L_6, L_8, NULL);
V_1 = L_9;
goto IL_002b;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002b:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
IL2CPP_EXTERN_C int32_t System_getBank_m046587C3141F0BBD6550C40093784A6D54A77242_AdjustorThunk (RuntimeObject* __this, String_t* ___0_path, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___1_bank, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getBank_m046587C3141F0BBD6550C40093784A6D54A77242(_thisAdjusted, ___0_path, ___1_bank, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getEventByID(FMOD.GUID,FMOD.Studio.EventDescription&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getEventByID_m59135C89F44B685F1D6BD8F7B8338DEDC7DC6D43 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* ___1__event, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetEventByID(this.handle, ref id, out _event.handle);
intptr_t L_0 = __this->___handle_0;
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* L_1 = ___1__event;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = System_FMOD_Studio_System_GetEventByID_mAB74FE345B8AF89EC6722044F21AD81BAFE2611E(L_0, (&___0_id), L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t System_getEventByID_m59135C89F44B685F1D6BD8F7B8338DEDC7DC6D43_AdjustorThunk (RuntimeObject* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* ___1__event, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getEventByID_m59135C89F44B685F1D6BD8F7B8338DEDC7DC6D43(_thisAdjusted, ___0_id, ___1__event, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getBusByID(FMOD.GUID,FMOD.Studio.Bus&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBusByID_m29C816D0E97C2EFCE83DDD324D60F5EFD2CE39B6 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, Bus_t0858329521D636D685370BE433B68C792F12CB7C* ___1_bus, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetBusByID(this.handle, ref id, out bus.handle);
intptr_t L_0 = __this->___handle_0;
Bus_t0858329521D636D685370BE433B68C792F12CB7C* L_1 = ___1_bus;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = System_FMOD_Studio_System_GetBusByID_mCC2BAB9EA172B8A451883EB1D611F63733A542E4(L_0, (&___0_id), L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t System_getBusByID_m29C816D0E97C2EFCE83DDD324D60F5EFD2CE39B6_AdjustorThunk (RuntimeObject* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, Bus_t0858329521D636D685370BE433B68C792F12CB7C* ___1_bus, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getBusByID_m29C816D0E97C2EFCE83DDD324D60F5EFD2CE39B6(_thisAdjusted, ___0_id, ___1_bus, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getVCAByID(FMOD.GUID,FMOD.Studio.VCA&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getVCAByID_mA90E21ABE52DDA6DF945C110F6B1FD5305ABC6F1 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* ___1_vca, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetVCAByID(this.handle, ref id, out vca.handle);
intptr_t L_0 = __this->___handle_0;
VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* L_1 = ___1_vca;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = System_FMOD_Studio_System_GetVCAByID_m08548723A3329ACA3755858EB5D61CD67E03928D(L_0, (&___0_id), L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t System_getVCAByID_mA90E21ABE52DDA6DF945C110F6B1FD5305ABC6F1_AdjustorThunk (RuntimeObject* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* ___1_vca, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getVCAByID_mA90E21ABE52DDA6DF945C110F6B1FD5305ABC6F1(_thisAdjusted, ___0_id, ___1_vca, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getBankByID(FMOD.GUID,FMOD.Studio.Bank&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBankByID_m7AB38ED8F9317921B35ABE88C5E6EFC1763421D4 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___1_bank, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetBankByID(this.handle, ref id, out bank.handle);
intptr_t L_0 = __this->___handle_0;
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* L_1 = ___1_bank;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = System_FMOD_Studio_System_GetBankByID_m61E3F8E718CF71A6E5798B681F19C09154705A71(L_0, (&___0_id), L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t System_getBankByID_m7AB38ED8F9317921B35ABE88C5E6EFC1763421D4_AdjustorThunk (RuntimeObject* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___1_bank, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getBankByID_m7AB38ED8F9317921B35ABE88C5E6EFC1763421D4(_thisAdjusted, ___0_id, ___1_bank, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getSoundInfo(System.String,FMOD.Studio.SOUND_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getSoundInfo_mDB74E04D827F0E2BA4C32BFAFCCDE9512E8CC0AB (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_key, SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6* ___1_info, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001c:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0025;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0025:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_GetSoundInfo(this.handle, encoder.byteFromStringUTF8(key), out info);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_key;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6* L_7 = ___1_info;
int32_t L_8;
L_8 = System_FMOD_Studio_System_GetSoundInfo_m44BB66D5CD01008F79C54FE8E499BAB3683A9198(L_3, L_6, L_7, NULL);
V_1 = L_8;
goto IL_0026;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0026:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
IL2CPP_EXTERN_C int32_t System_getSoundInfo_mDB74E04D827F0E2BA4C32BFAFCCDE9512E8CC0AB_AdjustorThunk (RuntimeObject* __this, String_t* ___0_key, SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6* ___1_info, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getSoundInfo_mDB74E04D827F0E2BA4C32BFAFCCDE9512E8CC0AB(_thisAdjusted, ___0_key, ___1_info, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getParameterDescriptionByName(System.String,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionByName_m8CB193435E1C95C8EB2DDA3F9370FD3CBEBD7377 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_name, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001c:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0025;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0025:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_GetParameterDescriptionByName(this.handle, encoder.byteFromStringUTF8(name), out parameter);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_name;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* L_7 = ___1_parameter;
int32_t L_8;
L_8 = System_FMOD_Studio_System_GetParameterDescriptionByName_mEC4ADC58917C88950A1AD62A28939401B282F877(L_3, L_6, L_7, NULL);
V_1 = L_8;
goto IL_0026;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0026:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
IL2CPP_EXTERN_C int32_t System_getParameterDescriptionByName_m8CB193435E1C95C8EB2DDA3F9370FD3CBEBD7377_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getParameterDescriptionByName_m8CB193435E1C95C8EB2DDA3F9370FD3CBEBD7377(_thisAdjusted, ___0_name, ___1_parameter, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getParameterDescriptionByID(FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionByID_m783C192F2633A8B94F84089DEB37BA770EA0DC1A (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetParameterDescriptionByID(this.handle, id, out parameter);
intptr_t L_0 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_1 = ___0_id;
PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* L_2 = ___1_parameter;
int32_t L_3;
L_3 = System_FMOD_Studio_System_GetParameterDescriptionByID_mA019D1BC677C4B16EB5E1092DF82C6C2B776B715(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t System_getParameterDescriptionByID_m783C192F2633A8B94F84089DEB37BA770EA0DC1A_AdjustorThunk (RuntimeObject* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getParameterDescriptionByID_m783C192F2633A8B94F84089DEB37BA770EA0DC1A(_thisAdjusted, ___0_id, ___1_parameter, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getParameterLabelByName(System.String,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterLabelByName_m61EE74D001230BA985F7F141C129626C2E6F3F04 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_name, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
// label = null;
String_t** L_0 = ___2_label;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1;
L_1 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_008b:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
if (!L_2)
{
goto IL_0094;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0094:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// IntPtr stringMem = Marshal.AllocHGlobal(256);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_4;
L_4 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)256), NULL);
V_1 = L_4;
// int retrieved = 0;
V_2 = 0;
// byte[] nameBytes = encoder.byteFromStringUTF8(name);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_5 = V_0;
String_t* L_6 = ___0_name;
NullCheck(L_5);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7;
L_7 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_5, L_6, NULL);
V_3 = L_7;
// RESULT result = FMOD_Studio_System_GetParameterLabelByName(this.handle, nameBytes, labelindex, stringMem, 256, out retrieved);
intptr_t L_8 = __this->___handle_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_3;
int32_t L_10 = ___1_labelindex;
intptr_t L_11 = V_1;
int32_t L_12;
L_12 = System_FMOD_Studio_System_GetParameterLabelByName_mCFD6A859F0D49B6624EDFF6D4EDDCCB185BB3D13(L_8, L_9, L_10, L_11, ((int32_t)256), (&V_2), NULL);
V_4 = L_12;
// if (result == RESULT.ERR_TRUNCATED)
int32_t L_13 = V_4;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)65)))))
{
goto IL_0072_1;
}
}
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_14 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_14, NULL);
// result = FMOD_Studio_System_GetParameterLabelByName(this.handle, nameBytes, labelindex, IntPtr.Zero, 0, out retrieved);
intptr_t L_15 = __this->___handle_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_3;
int32_t L_17 = ___1_labelindex;
intptr_t L_18 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_19;
L_19 = System_FMOD_Studio_System_GetParameterLabelByName_mCFD6A859F0D49B6624EDFF6D4EDDCCB185BB3D13(L_15, L_16, L_17, L_18, 0, (&V_2), NULL);
V_4 = L_19;
// stringMem = Marshal.AllocHGlobal(retrieved);
int32_t L_20 = V_2;
intptr_t L_21;
L_21 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_20, NULL);
V_1 = L_21;
// result = FMOD_Studio_System_GetParameterLabelByName(this.handle, nameBytes, labelindex, stringMem, retrieved, out retrieved);
intptr_t L_22 = __this->___handle_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = V_3;
int32_t L_24 = ___1_labelindex;
intptr_t L_25 = V_1;
int32_t L_26 = V_2;
int32_t L_27;
L_27 = System_FMOD_Studio_System_GetParameterLabelByName_mCFD6A859F0D49B6624EDFF6D4EDDCCB185BB3D13(L_22, L_23, L_24, L_25, L_26, (&V_2), NULL);
V_4 = L_27;
}
IL_0072_1:
{
// if (result == RESULT.OK)
int32_t L_28 = V_4;
if (L_28)
{
goto IL_007f_1;
}
}
{
// label = encoder.stringFromNative(stringMem);
String_t** L_29 = ___2_label;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_30 = V_0;
intptr_t L_31 = V_1;
NullCheck(L_30);
String_t* L_32;
L_32 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_30, L_31, NULL);
*((RuntimeObject**)L_29) = (RuntimeObject*)L_32;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_29, (void*)(RuntimeObject*)L_32);
}
IL_007f_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_33 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_33, NULL);
// return result;
int32_t L_34 = V_4;
V_5 = L_34;
goto IL_0095;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0095:
{
// }
int32_t L_35 = V_5;
return L_35;
}
}
IL2CPP_EXTERN_C int32_t System_getParameterLabelByName_m61EE74D001230BA985F7F141C129626C2E6F3F04_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getParameterLabelByName_m61EE74D001230BA985F7F141C129626C2E6F3F04(_thisAdjusted, ___0_name, ___1_labelindex, ___2_label, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getParameterLabelByID(FMOD.Studio.PARAMETER_ID,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterLabelByID_m9B49CC80956F96AC28024741AC5DBCA8E06083ED (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// label = null;
String_t** L_0 = ___2_label;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1;
L_1 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_007d:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
if (!L_2)
{
goto IL_0086;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0086:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// IntPtr stringMem = Marshal.AllocHGlobal(256);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_4;
L_4 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)256), NULL);
V_1 = L_4;
// int retrieved = 0;
V_2 = 0;
// RESULT result = FMOD_Studio_System_GetParameterLabelByID(this.handle, id, labelindex, stringMem, 256, out retrieved);
intptr_t L_5 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_6 = ___0_id;
int32_t L_7 = ___1_labelindex;
intptr_t L_8 = V_1;
int32_t L_9;
L_9 = System_FMOD_Studio_System_GetParameterLabelByID_mFC38B3943797F7FB91A2989C97024455FDD30A69(L_5, L_6, L_7, L_8, ((int32_t)256), (&V_2), NULL);
V_3 = L_9;
// if (result == RESULT.ERR_TRUNCATED)
int32_t L_10 = V_3;
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)65)))))
{
goto IL_0066_1;
}
}
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_11 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_11, NULL);
// result = FMOD_Studio_System_GetParameterLabelByID(this.handle, id, labelindex, IntPtr.Zero, 0, out retrieved);
intptr_t L_12 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_13 = ___0_id;
int32_t L_14 = ___1_labelindex;
intptr_t L_15 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_16;
L_16 = System_FMOD_Studio_System_GetParameterLabelByID_mFC38B3943797F7FB91A2989C97024455FDD30A69(L_12, L_13, L_14, L_15, 0, (&V_2), NULL);
V_3 = L_16;
// stringMem = Marshal.AllocHGlobal(retrieved);
int32_t L_17 = V_2;
intptr_t L_18;
L_18 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_17, NULL);
V_1 = L_18;
// result = FMOD_Studio_System_GetParameterLabelByID(this.handle, id, labelindex, stringMem, retrieved, out retrieved);
intptr_t L_19 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_20 = ___0_id;
int32_t L_21 = ___1_labelindex;
intptr_t L_22 = V_1;
int32_t L_23 = V_2;
int32_t L_24;
L_24 = System_FMOD_Studio_System_GetParameterLabelByID_mFC38B3943797F7FB91A2989C97024455FDD30A69(L_19, L_20, L_21, L_22, L_23, (&V_2), NULL);
V_3 = L_24;
}
IL_0066_1:
{
// if (result == RESULT.OK)
int32_t L_25 = V_3;
if (L_25)
{
goto IL_0072_1;
}
}
{
// label = encoder.stringFromNative(stringMem);
String_t** L_26 = ___2_label;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_27 = V_0;
intptr_t L_28 = V_1;
NullCheck(L_27);
String_t* L_29;
L_29 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_27, L_28, NULL);
*((RuntimeObject**)L_26) = (RuntimeObject*)L_29;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_26, (void*)(RuntimeObject*)L_29);
}
IL_0072_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_30 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_30, NULL);
// return result;
int32_t L_31 = V_3;
V_4 = L_31;
goto IL_0087;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0087:
{
// }
int32_t L_32 = V_4;
return L_32;
}
}
IL2CPP_EXTERN_C int32_t System_getParameterLabelByID_m9B49CC80956F96AC28024741AC5DBCA8E06083ED_AdjustorThunk (RuntimeObject* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getParameterLabelByID_m9B49CC80956F96AC28024741AC5DBCA8E06083ED(_thisAdjusted, ___0_id, ___1_labelindex, ___2_label, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByID_mA1B892DD933344CA6F6A2C18FC43AA7F20E2AB14 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float* ___1_value, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return getParameterByID(id, out value, out finalValue);
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_0 = ___0_id;
float* L_1 = ___1_value;
int32_t L_2;
L_2 = System_getParameterByID_mF61085C947E295FF945ABA78562E41F46C70D952(__this, L_0, L_1, (&V_0), NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t System_getParameterByID_mA1B892DD933344CA6F6A2C18FC43AA7F20E2AB14_AdjustorThunk (RuntimeObject* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float* ___1_value, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getParameterByID_mA1B892DD933344CA6F6A2C18FC43AA7F20E2AB14(_thisAdjusted, ___0_id, ___1_value, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByID_mF61085C947E295FF945ABA78562E41F46C70D952 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float* ___1_value, float* ___2_finalvalue, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetParameterByID(this.handle, id, out value, out finalvalue);
intptr_t L_0 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_1 = ___0_id;
float* L_2 = ___1_value;
float* L_3 = ___2_finalvalue;
int32_t L_4;
L_4 = System_FMOD_Studio_System_GetParameterByID_mB4169CB89BEE629CCF54D71832B28F16D84031FE(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t System_getParameterByID_mF61085C947E295FF945ABA78562E41F46C70D952_AdjustorThunk (RuntimeObject* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float* ___1_value, float* ___2_finalvalue, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getParameterByID_mF61085C947E295FF945ABA78562E41F46C70D952(_thisAdjusted, ___0_id, ___1_value, ___2_finalvalue, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::setParameterByID(FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByID_mDED76F4A84D3C3588FD426FB0E5512FE2974BA41 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_SetParameterByID(this.handle, id, value, ignoreseekspeed);
intptr_t L_0 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_1 = ___0_id;
float L_2 = ___1_value;
bool L_3 = ___2_ignoreseekspeed;
int32_t L_4;
L_4 = System_FMOD_Studio_System_SetParameterByID_m420BDBB6F736BB7389E2718A3C59CEDDB7165F1A(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t System_setParameterByID_mDED76F4A84D3C3588FD426FB0E5512FE2974BA41_AdjustorThunk (RuntimeObject* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setParameterByID_mDED76F4A84D3C3588FD426FB0E5512FE2974BA41(_thisAdjusted, ___0_id, ___1_value, ___2_ignoreseekspeed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::setParameterByIDWithLabel(FMOD.Studio.PARAMETER_ID,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByIDWithLabel_mF51B63FF61D5F7AD57FEE953E4A78CB94EED01B9 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001d:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0026;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0026:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_SetParameterByIDWithLabel(this.handle, id, encoder.byteFromStringUTF8(label), ignoreseekspeed);
intptr_t L_3 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_4 = ___0_id;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_5 = V_0;
String_t* L_6 = ___1_label;
NullCheck(L_5);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7;
L_7 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_5, L_6, NULL);
bool L_8 = ___2_ignoreseekspeed;
int32_t L_9;
L_9 = System_FMOD_Studio_System_SetParameterByIDWithLabel_m2434FCF34808C2DE65FB597A6D74B452BC156189(L_3, L_4, L_7, L_8, NULL);
V_1 = L_9;
goto IL_0027;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0027:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
IL2CPP_EXTERN_C int32_t System_setParameterByIDWithLabel_mF51B63FF61D5F7AD57FEE953E4A78CB94EED01B9_AdjustorThunk (RuntimeObject* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setParameterByIDWithLabel_mF51B63FF61D5F7AD57FEE953E4A78CB94EED01B9(_thisAdjusted, ___0_id, ___1_label, ___2_ignoreseekspeed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::setParametersByIDs(FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParametersByIDs_m48978FD190003A57AFC8A5C214A5B313C64BEE1B (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2* ___0_ids, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_values, int32_t ___2_count, bool ___3_ignoreseekspeed, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_SetParametersByIDs(this.handle, ids, values, count, ignoreseekspeed);
intptr_t L_0 = __this->___handle_0;
PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2* L_1 = ___0_ids;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_2 = ___1_values;
int32_t L_3 = ___2_count;
bool L_4 = ___3_ignoreseekspeed;
int32_t L_5;
L_5 = System_FMOD_Studio_System_SetParametersByIDs_m1670A3CAFA1F4AFC93053E92E6E04E951C4E1AD5(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t System_setParametersByIDs_m48978FD190003A57AFC8A5C214A5B313C64BEE1B_AdjustorThunk (RuntimeObject* __this, PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2* ___0_ids, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_values, int32_t ___2_count, bool ___3_ignoreseekspeed, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setParametersByIDs_m48978FD190003A57AFC8A5C214A5B313C64BEE1B(_thisAdjusted, ___0_ids, ___1_values, ___2_count, ___3_ignoreseekspeed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getParameterByName(System.String,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByName_m92608D7D891415A6D78B5FFF7A2E595AB72C7068 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_name, float* ___1_value, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return getParameterByName(name, out value, out finalValue);
String_t* L_0 = ___0_name;
float* L_1 = ___1_value;
int32_t L_2;
L_2 = System_getParameterByName_mD80113EB1B287503CB1052B623311DBD2CC5EC95(__this, L_0, L_1, (&V_0), NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t System_getParameterByName_m92608D7D891415A6D78B5FFF7A2E595AB72C7068_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, float* ___1_value, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getParameterByName_m92608D7D891415A6D78B5FFF7A2E595AB72C7068(_thisAdjusted, ___0_name, ___1_value, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getParameterByName(System.String,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterByName_mD80113EB1B287503CB1052B623311DBD2CC5EC95 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_name, float* ___1_value, float* ___2_finalvalue, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001d:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0026;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0026:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_GetParameterByName(this.handle, encoder.byteFromStringUTF8(name), out value, out finalvalue);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_name;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
float* L_7 = ___1_value;
float* L_8 = ___2_finalvalue;
int32_t L_9;
L_9 = System_FMOD_Studio_System_GetParameterByName_m24A7FA21DB7C7BE5BB34B365379B70BA6D92406D(L_3, L_6, L_7, L_8, NULL);
V_1 = L_9;
goto IL_0027;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0027:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
IL2CPP_EXTERN_C int32_t System_getParameterByName_mD80113EB1B287503CB1052B623311DBD2CC5EC95_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, float* ___1_value, float* ___2_finalvalue, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getParameterByName_mD80113EB1B287503CB1052B623311DBD2CC5EC95(_thisAdjusted, ___0_name, ___1_value, ___2_finalvalue, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::setParameterByName(System.String,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByName_mF86B42FB34E732A20332820E158FEAA173191420 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_name, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001d:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0026;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0026:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_SetParameterByName(this.handle, encoder.byteFromStringUTF8(name), value, ignoreseekspeed);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_name;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
float L_7 = ___1_value;
bool L_8 = ___2_ignoreseekspeed;
int32_t L_9;
L_9 = System_FMOD_Studio_System_SetParameterByName_mDD5919218262DC2D210A0C3CA5822D6D272797F3(L_3, L_6, L_7, L_8, NULL);
V_1 = L_9;
goto IL_0027;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0027:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
IL2CPP_EXTERN_C int32_t System_setParameterByName_mF86B42FB34E732A20332820E158FEAA173191420_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setParameterByName_mF86B42FB34E732A20332820E158FEAA173191420(_thisAdjusted, ___0_name, ___1_value, ___2_ignoreseekspeed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::setParameterByNameWithLabel(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setParameterByNameWithLabel_m6AD4D6D4E3CCCD403CA69C03A16E2BD111974762 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_name, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_1 = NULL;
int32_t V_2 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper(),
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0033:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_003c;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_003c:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// labelEncoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3;
L_3 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_1 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0029_1:
{// begin finally (depth: 2)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_1;
if (!L_4)
{
goto IL_0032_1;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_5 = V_1;
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_0032_1:
{
return;
}
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
// return FMOD_Studio_System_SetParameterByNameWithLabel(this.handle, encoder.byteFromStringUTF8(name), labelEncoder.byteFromStringUTF8(label), ignoreseekspeed);
intptr_t L_6 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_7 = V_0;
String_t* L_8 = ___0_name;
NullCheck(L_7);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9;
L_9 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_7, L_8, NULL);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_10 = V_1;
String_t* L_11 = ___1_label;
NullCheck(L_10);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12;
L_12 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_10, L_11, NULL);
bool L_13 = ___2_ignoreseekspeed;
int32_t L_14;
L_14 = System_FMOD_Studio_System_SetParameterByNameWithLabel_mB94B2C544E139492758EE93980D951E4560344C1(L_6, L_9, L_12, L_13, NULL);
V_2 = L_14;
goto IL_003d;
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_003d:
{
// }
int32_t L_15 = V_2;
return L_15;
}
}
IL2CPP_EXTERN_C int32_t System_setParameterByNameWithLabel_m6AD4D6D4E3CCCD403CA69C03A16E2BD111974762_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setParameterByNameWithLabel_m6AD4D6D4E3CCCD403CA69C03A16E2BD111974762(_thisAdjusted, ___0_name, ___1_label, ___2_ignoreseekspeed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::lookupID(System.String,FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_lookupID_m29030B2AAD21126D2125D2A19749221D81AD0E37 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_path, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001c:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0025;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0025:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_LookupID(this.handle, encoder.byteFromStringUTF8(path), out id);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_path;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* L_7 = ___1_id;
int32_t L_8;
L_8 = System_FMOD_Studio_System_LookupID_m37D5414B58AFA50E16CF73B0D5EA3FE55D2CF081(L_3, L_6, L_7, NULL);
V_1 = L_8;
goto IL_0026;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0026:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
IL2CPP_EXTERN_C int32_t System_lookupID_m29030B2AAD21126D2125D2A19749221D81AD0E37_AdjustorThunk (RuntimeObject* __this, String_t* ___0_path, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_lookupID_m29030B2AAD21126D2125D2A19749221D81AD0E37(_thisAdjusted, ___0_path, ___1_id, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::lookupPath(FMOD.GUID,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_lookupPath_m3547DD1E730DF8D7DEB64BFF30EBEB6DD4F865F2 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, String_t** ___1_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// path = null;
String_t** L_0 = ___1_path;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1;
L_1 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0067:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
if (!L_2)
{
goto IL_0070;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0070:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// IntPtr stringMem = Marshal.AllocHGlobal(256);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_4;
L_4 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)256), NULL);
V_1 = L_4;
// int retrieved = 0;
V_2 = 0;
// RESULT result = FMOD_Studio_System_LookupPath(this.handle, ref id, stringMem, 256, out retrieved);
intptr_t L_5 = __this->___handle_0;
intptr_t L_6 = V_1;
int32_t L_7;
L_7 = System_FMOD_Studio_System_LookupPath_m9002356E87BD618D43F36D045C764CCD28E9C3F0(L_5, (&___0_id), L_6, ((int32_t)256), (&V_2), NULL);
V_3 = L_7;
// if (result == RESULT.ERR_TRUNCATED)
int32_t L_8 = V_3;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)65)))))
{
goto IL_0050_1;
}
}
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_9 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_9, NULL);
// stringMem = Marshal.AllocHGlobal(retrieved);
int32_t L_10 = V_2;
intptr_t L_11;
L_11 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_10, NULL);
V_1 = L_11;
// result = FMOD_Studio_System_LookupPath(this.handle, ref id, stringMem, retrieved, out retrieved);
intptr_t L_12 = __this->___handle_0;
intptr_t L_13 = V_1;
int32_t L_14 = V_2;
int32_t L_15;
L_15 = System_FMOD_Studio_System_LookupPath_m9002356E87BD618D43F36D045C764CCD28E9C3F0(L_12, (&___0_id), L_13, L_14, (&V_2), NULL);
V_3 = L_15;
}
IL_0050_1:
{
// if (result == RESULT.OK)
int32_t L_16 = V_3;
if (L_16)
{
goto IL_005c_1;
}
}
{
// path = encoder.stringFromNative(stringMem);
String_t** L_17 = ___1_path;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_18 = V_0;
intptr_t L_19 = V_1;
NullCheck(L_18);
String_t* L_20;
L_20 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_18, L_19, NULL);
*((RuntimeObject**)L_17) = (RuntimeObject*)L_20;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_17, (void*)(RuntimeObject*)L_20);
}
IL_005c_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_21 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_21, NULL);
// return result;
int32_t L_22 = V_3;
V_4 = L_22;
goto IL_0071;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0071:
{
// }
int32_t L_23 = V_4;
return L_23;
}
}
IL2CPP_EXTERN_C int32_t System_lookupPath_m3547DD1E730DF8D7DEB64BFF30EBEB6DD4F865F2_AdjustorThunk (RuntimeObject* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54 ___0_id, String_t** ___1_path, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_lookupPath_m3547DD1E730DF8D7DEB64BFF30EBEB6DD4F865F2(_thisAdjusted, ___0_id, ___1_path, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getNumListeners(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getNumListeners_mE18081189EA3B0165FDD94AB65B925E0446F522F (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t* ___0_numlisteners, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetNumListeners(this.handle, out numlisteners);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_numlisteners;
int32_t L_2;
L_2 = System_FMOD_Studio_System_GetNumListeners_mE5B7D59E7D4BA08E262BDBB3D5F3EF5C123CAF75(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t System_getNumListeners_mE18081189EA3B0165FDD94AB65B925E0446F522F_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_numlisteners, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getNumListeners_mE18081189EA3B0165FDD94AB65B925E0446F522F(_thisAdjusted, ___0_numlisteners, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::setNumListeners(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setNumListeners_mC97D8A425F237186D49308B479494809EF30DCD0 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_numlisteners, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_SetNumListeners(this.handle, numlisteners);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_numlisteners;
int32_t L_2;
L_2 = System_FMOD_Studio_System_SetNumListeners_m81C3D1E790F7216F2A28531FC967DFBC9AA787BD(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t System_setNumListeners_mC97D8A425F237186D49308B479494809EF30DCD0_AdjustorThunk (RuntimeObject* __this, int32_t ___0_numlisteners, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setNumListeners_mC97D8A425F237186D49308B479494809EF30DCD0(_thisAdjusted, ___0_numlisteners, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getListenerAttributes_m079CBEAB45A5AA0478BBABB442F3B130D5503EAA (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___1_attributes, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD_Studio_System_GetListenerAttributes(this.handle, listener, out attributes, IntPtr.Zero);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_listener;
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* L_2 = ___1_attributes;
intptr_t L_3 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_4;
L_4 = System_FMOD_Studio_System_GetListenerAttributes_mE2E8115CAB7FAEE94332CD09F2DF5469F0536502(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t System_getListenerAttributes_m079CBEAB45A5AA0478BBABB442F3B130D5503EAA_AdjustorThunk (RuntimeObject* __this, int32_t ___0_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___1_attributes, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getListenerAttributes_m079CBEAB45A5AA0478BBABB442F3B130D5503EAA(_thisAdjusted, ___0_listener, ___1_attributes, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getListenerAttributes_mC9EC69BC0E88EF42313A23294378982DA6258C5C (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___1_attributes, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_attenuationposition, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetListenerAttributes(this.handle, listener, out attributes, out attenuationposition);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_listener;
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* L_2 = ___1_attributes;
VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* L_3 = ___2_attenuationposition;
int32_t L_4;
L_4 = System_FMOD_Studio_System_GetListenerAttributes_m0CEA465CD0F1BEBB52782F25B48052615EB22442(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t System_getListenerAttributes_mC9EC69BC0E88EF42313A23294378982DA6258C5C_AdjustorThunk (RuntimeObject* __this, int32_t ___0_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___1_attributes, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___2_attenuationposition, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getListenerAttributes_mC9EC69BC0E88EF42313A23294378982DA6258C5C(_thisAdjusted, ___0_listener, ___1_attributes, ___2_attenuationposition, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::setListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setListenerAttributes_m1066EE9B13170E9FD02FF8D90D3A97DD136A80DA (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___1_attributes, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD_Studio_System_SetListenerAttributes(this.handle, listener, ref attributes, IntPtr.Zero);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_listener;
intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_3;
L_3 = System_FMOD_Studio_System_SetListenerAttributes_m51FA0A39E35C7C926BA4AC829C307F377354B337(L_0, L_1, (&___1_attributes), L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t System_setListenerAttributes_m1066EE9B13170E9FD02FF8D90D3A97DD136A80DA_AdjustorThunk (RuntimeObject* __this, int32_t ___0_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___1_attributes, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setListenerAttributes_m1066EE9B13170E9FD02FF8D90D3A97DD136A80DA(_thisAdjusted, ___0_listener, ___1_attributes, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::setListenerAttributes(System.Int32,FMOD.ATTRIBUTES_3D,FMOD.VECTOR)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setListenerAttributes_m417F5ABEA63BB5A43F934636AF583E6AFF1F914C (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___1_attributes, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F ___2_attenuationposition, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_SetListenerAttributes(this.handle, listener, ref attributes, ref attenuationposition);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_listener;
int32_t L_2;
L_2 = System_FMOD_Studio_System_SetListenerAttributes_mADA0A8367AB84FD7397749D6B71BF7257B2192EF(L_0, L_1, (&___1_attributes), (&___2_attenuationposition), NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t System_setListenerAttributes_m417F5ABEA63BB5A43F934636AF583E6AFF1F914C_AdjustorThunk (RuntimeObject* __this, int32_t ___0_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___1_attributes, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F ___2_attenuationposition, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setListenerAttributes_m417F5ABEA63BB5A43F934636AF583E6AFF1F914C(_thisAdjusted, ___0_listener, ___1_attributes, ___2_attenuationposition, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getListenerWeight(System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getListenerWeight_m340D1279371CC20FAFB8787290F47692A07A1EC8 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_listener, float* ___1_weight, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetListenerWeight(this.handle, listener, out weight);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_listener;
float* L_2 = ___1_weight;
int32_t L_3;
L_3 = System_FMOD_Studio_System_GetListenerWeight_mFC2CBCB8CC2A05DA9559E93A5699834A99681ED3(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t System_getListenerWeight_m340D1279371CC20FAFB8787290F47692A07A1EC8_AdjustorThunk (RuntimeObject* __this, int32_t ___0_listener, float* ___1_weight, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getListenerWeight_m340D1279371CC20FAFB8787290F47692A07A1EC8(_thisAdjusted, ___0_listener, ___1_weight, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::setListenerWeight(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setListenerWeight_m692F65E749DD3FA4A72692206C7F3547E074CBFA (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t ___0_listener, float ___1_weight, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_SetListenerWeight(this.handle, listener, weight);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_listener;
float L_2 = ___1_weight;
int32_t L_3;
L_3 = System_FMOD_Studio_System_SetListenerWeight_m73B09DD4382335B8CB958B6AF781D8660AB0EEEF(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t System_setListenerWeight_m692F65E749DD3FA4A72692206C7F3547E074CBFA_AdjustorThunk (RuntimeObject* __this, int32_t ___0_listener, float ___1_weight, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setListenerWeight_m692F65E749DD3FA4A72692206C7F3547E074CBFA(_thisAdjusted, ___0_listener, ___1_weight, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::loadBankFile(System.String,FMOD.Studio.LOAD_BANK_FLAGS,FMOD.Studio.Bank&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadBankFile_mC9799ECE923C32EDB5BD86B5EEC3F198524F2B54 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_filename, uint32_t ___1_flags, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___2_bank, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0022:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_002b;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_002b:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_LoadBankFile(this.handle, encoder.byteFromStringUTF8(filename), flags, out bank.handle);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_filename;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
uint32_t L_7 = ___1_flags;
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* L_8 = ___2_bank;
intptr_t* L_9 = (&L_8->___handle_0);
int32_t L_10;
L_10 = System_FMOD_Studio_System_LoadBankFile_mBCD8ED0E7A5FD4FC0FD607AE53A10AE3569DAC78(L_3, L_6, L_7, L_9, NULL);
V_1 = L_10;
goto IL_002c;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002c:
{
// }
int32_t L_11 = V_1;
return L_11;
}
}
IL2CPP_EXTERN_C int32_t System_loadBankFile_mC9799ECE923C32EDB5BD86B5EEC3F198524F2B54_AdjustorThunk (RuntimeObject* __this, String_t* ___0_filename, uint32_t ___1_flags, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___2_bank, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_loadBankFile_mC9799ECE923C32EDB5BD86B5EEC3F198524F2B54(_thisAdjusted, ___0_filename, ___1_flags, ___2_bank, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::loadBankMemory(System.Byte[],FMOD.Studio.LOAD_BANK_FLAGS,FMOD.Studio.Bank&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadBankMemory_mB2309572AE3E72A170392CD18B137F238A8713AA (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, uint32_t ___1_flags, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___2_bank, const RuntimeMethod* method)
{
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC V_0;
memset((&V_0), 0, sizeof(V_0));
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
{
// GCHandle pinnedArray = GCHandle.Alloc(buffer, GCHandleType.Pinned);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer;
GCHandle_tC44F6F72EE68BD4CFABA24309DA7A179D41127DC L_1;
L_1 = GCHandle_Alloc_m3BFD398427352FC756FFE078F01A504B681352EC((RuntimeObject*)L_0, 3, NULL);
V_0 = L_1;
// IntPtr pointer = pinnedArray.AddrOfPinnedObject();
intptr_t L_2;
L_2 = GCHandle_AddrOfPinnedObject_m9C047E154D6F0FE66BE003AB99F0B67A2CA953A6((&V_0), NULL);
V_1 = L_2;
// RESULT result = FMOD_Studio_System_LoadBankMemory(this.handle, pointer, buffer.Length, LOAD_MEMORY_MODE.LOAD_MEMORY, flags, out bank.handle);
intptr_t L_3 = __this->___handle_0;
intptr_t L_4 = V_1;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___0_buffer;
NullCheck(L_5);
uint32_t L_6 = ___1_flags;
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* L_7 = ___2_bank;
intptr_t* L_8 = (&L_7->___handle_0);
int32_t L_9;
L_9 = System_FMOD_Studio_System_LoadBankMemory_m5AAE2F49D1AF1DEB72C3270DD9C48D6B8A7E639B(L_3, L_4, ((int32_t)(((RuntimeArray*)L_5)->max_length)), 0, L_6, L_8, NULL);
// pinnedArray.Free();
GCHandle_Free_m1320A260E487EB1EA6D95F9E54BFFCB5A4EF83A3((&V_0), NULL);
// return result;
return L_9;
}
}
IL2CPP_EXTERN_C int32_t System_loadBankMemory_mB2309572AE3E72A170392CD18B137F238A8713AA_AdjustorThunk (RuntimeObject* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, uint32_t ___1_flags, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___2_bank, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_loadBankMemory_mB2309572AE3E72A170392CD18B137F238A8713AA(_thisAdjusted, ___0_buffer, ___1_flags, ___2_bank, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::loadBankCustom(FMOD.Studio.BANK_INFO,FMOD.Studio.LOAD_BANK_FLAGS,FMOD.Studio.Bank&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadBankCustom_m79E85FDDF55EAD0D28F18FA267BB8A86498D4D17 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B ___0_info, uint32_t ___1_flags, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___2_bank, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_0_0_0_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// info.size = MarshalHelper.SizeOf(typeof(BANK_INFO));
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast<intptr_t> (BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_0_0_0_var) };
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
Type_t* L_1;
L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL);
int32_t L_2;
L_2 = MarshalHelper_SizeOf_m6EADA017D07B6F57500D3B0BFBBBA78289C993E3(L_1, NULL);
(&___0_info)->___size_0 = L_2;
// return FMOD_Studio_System_LoadBankCustom(this.handle, ref info, flags, out bank.handle);
intptr_t L_3 = __this->___handle_0;
uint32_t L_4 = ___1_flags;
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* L_5 = ___2_bank;
intptr_t* L_6 = (&L_5->___handle_0);
int32_t L_7;
L_7 = System_FMOD_Studio_System_LoadBankCustom_m361A4975683B24A4FEBA4F0C1F9F3A461B99C100(L_3, (&___0_info), L_4, L_6, NULL);
return L_7;
}
}
IL2CPP_EXTERN_C int32_t System_loadBankCustom_m79E85FDDF55EAD0D28F18FA267BB8A86498D4D17_AdjustorThunk (RuntimeObject* __this, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B ___0_info, uint32_t ___1_flags, Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* ___2_bank, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_loadBankCustom_m79E85FDDF55EAD0D28F18FA267BB8A86498D4D17(_thisAdjusted, ___0_info, ___1_flags, ___2_bank, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::unloadAll()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_unloadAll_mEE40B22FB977AEA20B77C3BB37D34BF97F460612 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_UnloadAll(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = System_FMOD_Studio_System_UnloadAll_m817E55AC2C900C6F94864DD006ED1BFBC26E53B9(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t System_unloadAll_mEE40B22FB977AEA20B77C3BB37D34BF97F460612_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_unloadAll_mEE40B22FB977AEA20B77C3BB37D34BF97F460612(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::flushCommands()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_flushCommands_mF8141A609F9E327B16CFA51A0DD488CC49CAA68B (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_FlushCommands(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = System_FMOD_Studio_System_FlushCommands_mF3CC3E3D912FB3CDFAC990F2CA9B590F120B5CA8(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t System_flushCommands_mF8141A609F9E327B16CFA51A0DD488CC49CAA68B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_flushCommands_mF8141A609F9E327B16CFA51A0DD488CC49CAA68B(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::flushSampleLoading()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_flushSampleLoading_m8591D0CB90706B5BBF09A1D4506C1CB22AC16BA7 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_FlushSampleLoading(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = System_FMOD_Studio_System_FlushSampleLoading_m6437A902248CC59681A50928458E40119CE9956D(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t System_flushSampleLoading_m8591D0CB90706B5BBF09A1D4506C1CB22AC16BA7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_flushSampleLoading_m8591D0CB90706B5BBF09A1D4506C1CB22AC16BA7(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::startCommandCapture(System.String,FMOD.Studio.COMMANDCAPTURE_FLAGS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_startCommandCapture_m4B5D2CBCAFD36A1B63AF4E7370CA473BD02B3787 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_filename, uint32_t ___1_flags, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001c:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0025;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0025:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_StartCommandCapture(this.handle, encoder.byteFromStringUTF8(filename), flags);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_filename;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
uint32_t L_7 = ___1_flags;
int32_t L_8;
L_8 = System_FMOD_Studio_System_StartCommandCapture_m9D0E1ADF316D6E4C124E3C511CC064245320ACA6(L_3, L_6, L_7, NULL);
V_1 = L_8;
goto IL_0026;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0026:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
IL2CPP_EXTERN_C int32_t System_startCommandCapture_m4B5D2CBCAFD36A1B63AF4E7370CA473BD02B3787_AdjustorThunk (RuntimeObject* __this, String_t* ___0_filename, uint32_t ___1_flags, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_startCommandCapture_m4B5D2CBCAFD36A1B63AF4E7370CA473BD02B3787(_thisAdjusted, ___0_filename, ___1_flags, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::stopCommandCapture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_stopCommandCapture_m71FB919E59250F7FA02E75A2766BE45FFEDE00CF (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_StopCommandCapture(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = System_FMOD_Studio_System_StopCommandCapture_m7A0C83274B3669EB27693845AB08CF0E649B138B(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t System_stopCommandCapture_m71FB919E59250F7FA02E75A2766BE45FFEDE00CF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_stopCommandCapture_m71FB919E59250F7FA02E75A2766BE45FFEDE00CF(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::loadCommandReplay(System.String,FMOD.Studio.COMMANDREPLAY_FLAGS,FMOD.Studio.CommandReplay&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_loadCommandReplay_mD55EF51DE31FF0421008E5680DEB29F9045DEB01 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, String_t* ___0_filename, uint32_t ___1_flags, CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* ___2_replay, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0022:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_002b;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_002b:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_System_LoadCommandReplay(this.handle, encoder.byteFromStringUTF8(filename), flags, out replay.handle);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_filename;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
uint32_t L_7 = ___1_flags;
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* L_8 = ___2_replay;
intptr_t* L_9 = (&L_8->___handle_0);
int32_t L_10;
L_10 = System_FMOD_Studio_System_LoadCommandReplay_m9322B25141C5CF7402F64354F66DA603B4D1294C(L_3, L_6, L_7, L_9, NULL);
V_1 = L_10;
goto IL_002c;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_002c:
{
// }
int32_t L_11 = V_1;
return L_11;
}
}
IL2CPP_EXTERN_C int32_t System_loadCommandReplay_mD55EF51DE31FF0421008E5680DEB29F9045DEB01_AdjustorThunk (RuntimeObject* __this, String_t* ___0_filename, uint32_t ___1_flags, CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* ___2_replay, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_loadCommandReplay_mD55EF51DE31FF0421008E5680DEB29F9045DEB01(_thisAdjusted, ___0_filename, ___1_flags, ___2_replay, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getBankCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBankCount_m28AF716F1A068059CEF930A8306C5034D6258D7B (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetBankCount(this.handle, out count);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_count;
int32_t L_2;
L_2 = System_FMOD_Studio_System_GetBankCount_mA5E0F564FF47C6CA8EE53B718AE2605D6B8B9FC3(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t System_getBankCount_m28AF716F1A068059CEF930A8306C5034D6258D7B_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getBankCount_m28AF716F1A068059CEF930A8306C5034D6258D7B(_thisAdjusted, ___0_count, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getBankList(FMOD.Studio.Bank[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBankList_m672E0205A7C39538E10C0BB15365BD54653F058D (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50** ___0_array, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// array = null;
BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50** L_0 = ___0_array;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// result = FMOD_Studio_System_GetBankCount(this.handle, out capacity);
intptr_t L_1 = __this->___handle_0;
int32_t L_2;
L_2 = System_FMOD_Studio_System_GetBankCount_mA5E0F564FF47C6CA8EE53B718AE2605D6B8B9FC3(L_1, (&V_1), NULL);
V_0 = L_2;
// if (result != RESULT.OK)
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_0016;
}
}
{
// return result;
int32_t L_4 = V_0;
return L_4;
}
IL_0016:
{
// if (capacity == 0)
int32_t L_5 = V_1;
if (L_5)
{
goto IL_0023;
}
}
{
// array = new Bank[0];
BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50** L_6 = ___0_array;
BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50* L_7 = (BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50*)(BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50*)SZArrayNew(BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50_il2cpp_TypeInfo_var, (uint32_t)0);
*((RuntimeObject**)L_6) = (RuntimeObject*)L_7;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_7);
// return result;
int32_t L_8 = V_0;
return L_8;
}
IL_0023:
{
// IntPtr[] rawArray = new IntPtr[capacity];
int32_t L_9 = V_1;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_10 = (IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)SZArrayNew(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_2 = L_10;
// result = FMOD_Studio_System_GetBankList(this.handle, rawArray, capacity, out actualCount);
intptr_t L_11 = __this->___handle_0;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_12 = V_2;
int32_t L_13 = V_1;
int32_t L_14;
L_14 = System_FMOD_Studio_System_GetBankList_m349D6E3CC1D462F6B1D9511DAE67D6B272B17E27(L_11, L_12, L_13, (&V_3), NULL);
V_0 = L_14;
// if (result != RESULT.OK)
int32_t L_15 = V_0;
if (!L_15)
{
goto IL_003f;
}
}
{
// return result;
int32_t L_16 = V_0;
return L_16;
}
IL_003f:
{
// if (actualCount > capacity) // More items added since we queried just now?
int32_t L_17 = V_3;
int32_t L_18 = V_1;
if ((((int32_t)L_17) <= ((int32_t)L_18)))
{
goto IL_0045;
}
}
{
// actualCount = capacity;
int32_t L_19 = V_1;
V_3 = L_19;
}
IL_0045:
{
// array = new Bank[actualCount];
BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50** L_20 = ___0_array;
int32_t L_21 = V_3;
BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50* L_22 = (BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50*)(BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50*)SZArrayNew(BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50_il2cpp_TypeInfo_var, (uint32_t)L_21);
*((RuntimeObject**)L_20) = (RuntimeObject*)L_22;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_20, (void*)(RuntimeObject*)L_22);
// for (int i = 0; i < actualCount; ++i)
V_4 = 0;
goto IL_006a;
}
IL_0052:
{
// array[i].handle = rawArray[i];
BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50** L_23 = ___0_array;
BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50* L_24 = *((BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50**)L_23);
int32_t L_25 = V_4;
NullCheck(L_24);
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_26 = V_2;
int32_t L_27 = V_4;
NullCheck(L_26);
int32_t L_28 = L_27;
intptr_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)))->___handle_0 = L_29;
// for (int i = 0; i < actualCount; ++i)
int32_t L_30 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_006a:
{
// for (int i = 0; i < actualCount; ++i)
int32_t L_31 = V_4;
int32_t L_32 = V_3;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_0052;
}
}
{
// return RESULT.OK;
return (int32_t)(0);
}
}
IL2CPP_EXTERN_C int32_t System_getBankList_m672E0205A7C39538E10C0BB15365BD54653F058D_AdjustorThunk (RuntimeObject* __this, BankU5BU5D_t58904B47BB60A78AA092F5A615D121CD9EEB6F50** ___0_array, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getBankList_m672E0205A7C39538E10C0BB15365BD54653F058D(_thisAdjusted, ___0_array, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getParameterDescriptionCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionCount_m1BDB9EBA7F6AF90548826E8EED4445B36323DD0C (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetParameterDescriptionCount(this.handle, out count);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_count;
int32_t L_2;
L_2 = System_FMOD_Studio_System_GetParameterDescriptionCount_mD58B72249E338D1845EF254F7405C4CD09CD39E3(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t System_getParameterDescriptionCount_m1BDB9EBA7F6AF90548826E8EED4445B36323DD0C_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getParameterDescriptionCount_m1BDB9EBA7F6AF90548826E8EED4445B36323DD0C(_thisAdjusted, ___0_count, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getParameterDescriptionList(FMOD.Studio.PARAMETER_DESCRIPTION[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getParameterDescriptionList_mC2A1F12A06A5D481771A502B382B59635DB9E093 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA** ___0_array, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisPARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7_mF41A253E6AB5ACA0FC81089E32A5EC414F957F27_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA* V_2 = NULL;
int32_t V_3 = 0;
{
// array = null;
PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA** L_0 = ___0_array;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// RESULT result = FMOD_Studio_System_GetParameterDescriptionCount(this.handle, out capacity);
intptr_t L_1 = __this->___handle_0;
int32_t L_2;
L_2 = System_FMOD_Studio_System_GetParameterDescriptionCount_mD58B72249E338D1845EF254F7405C4CD09CD39E3(L_1, (&V_0), NULL);
V_1 = L_2;
// if (result != RESULT.OK)
int32_t L_3 = V_1;
if (!L_3)
{
goto IL_0016;
}
}
{
// return result;
int32_t L_4 = V_1;
return L_4;
}
IL_0016:
{
// if (capacity == 0)
int32_t L_5 = V_0;
if (L_5)
{
goto IL_0023;
}
}
{
// array = new PARAMETER_DESCRIPTION[0];
PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA** L_6 = ___0_array;
PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA* L_7 = (PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA*)(PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA*)SZArrayNew(PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA_il2cpp_TypeInfo_var, (uint32_t)0);
*((RuntimeObject**)L_6) = (RuntimeObject*)L_7;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_7);
// return RESULT.OK;
return (int32_t)(0);
}
IL_0023:
{
// PARAMETER_DESCRIPTION[] tempArray = new PARAMETER_DESCRIPTION[capacity];
int32_t L_8 = V_0;
PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA* L_9 = (PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA*)(PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA*)SZArrayNew(PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA_il2cpp_TypeInfo_var, (uint32_t)L_8);
V_2 = L_9;
// result = FMOD_Studio_System_GetParameterDescriptionList(this.handle, tempArray, capacity, out actualCount);
intptr_t L_10 = __this->___handle_0;
PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA* L_11 = V_2;
int32_t L_12 = V_0;
int32_t L_13;
L_13 = System_FMOD_Studio_System_GetParameterDescriptionList_mF9B1B7763556C9A1C0CD9BD8DA5A7460D6966D24(L_10, L_11, L_12, (&V_3), NULL);
V_1 = L_13;
// if (result != RESULT.OK)
int32_t L_14 = V_1;
if (!L_14)
{
goto IL_003f;
}
}
{
// return result;
int32_t L_15 = V_1;
return L_15;
}
IL_003f:
{
// if (actualCount != capacity)
int32_t L_16 = V_3;
int32_t L_17 = V_0;
if ((((int32_t)L_16) == ((int32_t)L_17)))
{
goto IL_004b;
}
}
{
// Array.Resize(ref tempArray, actualCount);
int32_t L_18 = V_3;
Array_Resize_TisPARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7_mF41A253E6AB5ACA0FC81089E32A5EC414F957F27((&V_2), L_18, Array_Resize_TisPARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7_mF41A253E6AB5ACA0FC81089E32A5EC414F957F27_RuntimeMethod_var);
}
IL_004b:
{
// array = tempArray;
PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA** L_19 = ___0_array;
PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA* L_20 = V_2;
*((RuntimeObject**)L_19) = (RuntimeObject*)L_20;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_19, (void*)(RuntimeObject*)L_20);
// return RESULT.OK;
return (int32_t)(0);
}
}
IL2CPP_EXTERN_C int32_t System_getParameterDescriptionList_mC2A1F12A06A5D481771A502B382B59635DB9E093_AdjustorThunk (RuntimeObject* __this, PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA** ___0_array, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getParameterDescriptionList_mC2A1F12A06A5D481771A502B382B59635DB9E093(_thisAdjusted, ___0_array, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getCPUUsage(FMOD.Studio.CPU_USAGE&,FMOD.CPU_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getCPUUsage_m2747D841DF5A1D56A864ED509D200CB1F88FA248 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, CPU_USAGE_t355918E5C84E4CAF19ADFFDBE369E9D66E96C771* ___0_usage, CPU_USAGE_tB0C4CAFB1080A0F083A5E717DA98D65266D11B68* ___1_usage_core, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetCPUUsage(this.handle, out usage, out usage_core);
intptr_t L_0 = __this->___handle_0;
CPU_USAGE_t355918E5C84E4CAF19ADFFDBE369E9D66E96C771* L_1 = ___0_usage;
CPU_USAGE_tB0C4CAFB1080A0F083A5E717DA98D65266D11B68* L_2 = ___1_usage_core;
int32_t L_3;
L_3 = System_FMOD_Studio_System_GetCPUUsage_m557523B3B601C9F7E03CFE8FC8E429BC35A2858E(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t System_getCPUUsage_m2747D841DF5A1D56A864ED509D200CB1F88FA248_AdjustorThunk (RuntimeObject* __this, CPU_USAGE_t355918E5C84E4CAF19ADFFDBE369E9D66E96C771* ___0_usage, CPU_USAGE_tB0C4CAFB1080A0F083A5E717DA98D65266D11B68* ___1_usage_core, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getCPUUsage_m2747D841DF5A1D56A864ED509D200CB1F88FA248(_thisAdjusted, ___0_usage, ___1_usage_core, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getBufferUsage(FMOD.Studio.BUFFER_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getBufferUsage_m5C8D488233AA90FE6BDE977392718F33363709EA (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, BUFFER_USAGE_tF466220F15D99A619A5DED266A0E1A3163038A03* ___0_usage, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetBufferUsage(this.handle, out usage);
intptr_t L_0 = __this->___handle_0;
BUFFER_USAGE_tF466220F15D99A619A5DED266A0E1A3163038A03* L_1 = ___0_usage;
int32_t L_2;
L_2 = System_FMOD_Studio_System_GetBufferUsage_m8C3BA8F65FA56E8BCB9FFFC3D4C04969EBD4C7A4(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t System_getBufferUsage_m5C8D488233AA90FE6BDE977392718F33363709EA_AdjustorThunk (RuntimeObject* __this, BUFFER_USAGE_tF466220F15D99A619A5DED266A0E1A3163038A03* ___0_usage, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getBufferUsage_m5C8D488233AA90FE6BDE977392718F33363709EA(_thisAdjusted, ___0_usage, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::resetBufferUsage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_resetBufferUsage_mCC24CAD643FD39753FC10C698B8B29B2E1D42AD5 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_ResetBufferUsage(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = System_FMOD_Studio_System_ResetBufferUsage_m6EC2B26298016EC0B745FF85EDDEDC505EF39604(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t System_resetBufferUsage_mCC24CAD643FD39753FC10C698B8B29B2E1D42AD5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_resetBufferUsage_mCC24CAD643FD39753FC10C698B8B29B2E1D42AD5(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::setCallback(FMOD.Studio.SYSTEM_CALLBACK,FMOD.Studio.SYSTEM_CALLBACK_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setCallback_m367B78D1355E71CC6C50F4C0523FABC5C739CD32 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* ___0_callback, uint32_t ___1_callbackmask, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_SetCallback(this.handle, callback, callbackmask);
intptr_t L_0 = __this->___handle_0;
SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* L_1 = ___0_callback;
uint32_t L_2 = ___1_callbackmask;
int32_t L_3;
L_3 = System_FMOD_Studio_System_SetCallback_mE7F0B60DEE24EF0E4A79B8E96609C06E560DC195(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t System_setCallback_m367B78D1355E71CC6C50F4C0523FABC5C739CD32_AdjustorThunk (RuntimeObject* __this, SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* ___0_callback, uint32_t ___1_callbackmask, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setCallback_m367B78D1355E71CC6C50F4C0523FABC5C739CD32(_thisAdjusted, ___0_callback, ___1_callbackmask, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getUserData_mA431F7DBB31A7A66A53CB4D44FB0A34CC5C5F525 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = System_FMOD_Studio_System_GetUserData_mA9B846DAEE72B7C6D459CD07C1FC789FF6371EFA(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t System_getUserData_mA431F7DBB31A7A66A53CB4D44FB0A34CC5C5F525_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getUserData_mA431F7DBB31A7A66A53CB4D44FB0A34CC5C5F525(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_setUserData_m4895C6457EDCA3980B8EF055F288B010659E5DC9 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = System_FMOD_Studio_System_SetUserData_m0F2FD8362D10BACD8F45211632EC119ACB300E74(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t System_setUserData_m4895C6457EDCA3980B8EF055F288B010659E5DC9_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_setUserData_m4895C6457EDCA3980B8EF055F288B010659E5DC9(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::getMemoryUsage(FMOD.Studio.MEMORY_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_getMemoryUsage_m8D47D5138E4EE5235C825770B8298175FD922D49 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___0_memoryusage, const RuntimeMethod* method)
{
{
// return FMOD_Studio_System_GetMemoryUsage(this.handle, out memoryusage);
intptr_t L_0 = __this->___handle_0;
MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* L_1 = ___0_memoryusage;
int32_t L_2;
L_2 = System_FMOD_Studio_System_GetMemoryUsage_m8AB2A92895E4F164B1D158649B78FB59CC9CDD74(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t System_getMemoryUsage_m8D47D5138E4EE5235C825770B8298175FD922D49_AdjustorThunk (RuntimeObject* __this, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___0_memoryusage, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
int32_t _returnValue;
_returnValue = System_getMemoryUsage_m8D47D5138E4EE5235C825770B8298175FD922D49(_thisAdjusted, ___0_memoryusage, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Create(System.IntPtr&,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Create_mFAB69F0C156502D555721A2D8FDA91CC0014C9CA (intptr_t* ___0_system, uint32_t ___1_headerversion, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t*, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t*) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_Create", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_Create)(___0_system, ___1_headerversion);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_headerversion);
#endif
return returnValue;
}
// System.Boolean FMOD.Studio.System::FMOD_Studio_System_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_FMOD_Studio_System_IsValid_m6059608C067196BEC5D3D87118A9C24183485BC0 (intptr_t ___0_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_IsValid", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_IsValid)(___0_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system);
#endif
return static_cast<bool>(returnValue);
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetAdvancedSettings(System.IntPtr,FMOD.Studio.ADVANCEDSETTINGS&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetAdvancedSettings_m61656C4B80C607E69B38EB58A3F3F310AB616D1C (intptr_t ___0_system, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02* ___1_settings, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetAdvancedSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_SetAdvancedSettings)(___0_system, ___1_settings);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_settings);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetAdvancedSettings(System.IntPtr,FMOD.Studio.ADVANCEDSETTINGS&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetAdvancedSettings_mD4DDA743D22618D085D7EEF9AFF25CFF98A35716 (intptr_t ___0_system, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02* ___1_settings, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(ADVANCEDSETTINGS_t88F4B4441CCA3160EEF67F6D79FBDFAF217A9E02*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetAdvancedSettings", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetAdvancedSettings)(___0_system, ___1_settings);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_settings);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Initialize(System.IntPtr,System.Int32,FMOD.Studio.INITFLAGS,FMOD.INITFLAGS,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Initialize_mFB0456B8271844C4E6661D8557F6E1C4D180E903 (intptr_t ___0_system, int32_t ___1_maxchannels, uint32_t ___2_studioflags, uint32_t ___3_flags, intptr_t ___4_extradriverdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, uint32_t, uint32_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(uint32_t) + sizeof(uint32_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_Initialize", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_Initialize)(___0_system, ___1_maxchannels, ___2_studioflags, ___3_flags, ___4_extradriverdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_maxchannels, ___2_studioflags, ___3_flags, ___4_extradriverdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Release_m5CF0D27DBCF86A5AF0BC7917605994F54CDD2CDB (intptr_t ___0_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_Release)(___0_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_Update(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_Update_m3E9B3CE1AF080C38FAAE203825D5D75E5D60A9B5 (intptr_t ___0_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_Update", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_Update)(___0_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetCoreSystem(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetCoreSystem_m7AB28DF994957185F51A50A40990F7E8B11421C0 (intptr_t ___0_system, intptr_t* ___1_coresystem, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetCoreSystem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetCoreSystem)(___0_system, ___1_coresystem);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_coresystem);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetEvent(System.IntPtr,System.Byte[],System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetEvent_m2D98C8C4A0AD58614666C70CEDEDACBA0AEA12C1 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_path, intptr_t* ___2__event, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetEvent", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_path' to native representation
uint8_t* ____1_path_marshaled = NULL;
if (___1_path != NULL)
{
____1_path_marshaled = reinterpret_cast<uint8_t*>((___1_path)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetEvent)(___0_system, ____1_path_marshaled, ___2__event);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_path_marshaled, ___2__event);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBus(System.IntPtr,System.Byte[],System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBus_mF4ABE3B758D0F6E73DCDB42E4FE62C91486BE76F (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_path, intptr_t* ___2_bus, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBus", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_path' to native representation
uint8_t* ____1_path_marshaled = NULL;
if (___1_path != NULL)
{
____1_path_marshaled = reinterpret_cast<uint8_t*>((___1_path)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetBus)(___0_system, ____1_path_marshaled, ___2_bus);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_path_marshaled, ___2_bus);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetVCA(System.IntPtr,System.Byte[],System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetVCA_mB08CA32B6221615F34819FF836BA5F5CA8A1EEDC (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_path, intptr_t* ___2_vca, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetVCA", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_path' to native representation
uint8_t* ____1_path_marshaled = NULL;
if (___1_path != NULL)
{
____1_path_marshaled = reinterpret_cast<uint8_t*>((___1_path)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetVCA)(___0_system, ____1_path_marshaled, ___2_vca);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_path_marshaled, ___2_vca);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBank(System.IntPtr,System.Byte[],System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBank_m74595BB26B906C288FA2B67FA648A612D7A36511 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_path, intptr_t* ___2_bank, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBank", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_path' to native representation
uint8_t* ____1_path_marshaled = NULL;
if (___1_path != NULL)
{
____1_path_marshaled = reinterpret_cast<uint8_t*>((___1_path)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetBank)(___0_system, ____1_path_marshaled, ___2_bank);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_path_marshaled, ___2_bank);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetEventByID(System.IntPtr,FMOD.GUID&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetEventByID_mAB74FE345B8AF89EC6722044F21AD81BAFE2611E (intptr_t ___0_system, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, intptr_t* ___2__event, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetEventByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetEventByID)(___0_system, ___1_id, ___2__event);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_id, ___2__event);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBusByID(System.IntPtr,FMOD.GUID&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBusByID_mCC2BAB9EA172B8A451883EB1D611F63733A542E4 (intptr_t ___0_system, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, intptr_t* ___2_bus, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBusByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetBusByID)(___0_system, ___1_id, ___2_bus);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_id, ___2_bus);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetVCAByID(System.IntPtr,FMOD.GUID&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetVCAByID_m08548723A3329ACA3755858EB5D61CD67E03928D (intptr_t ___0_system, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, intptr_t* ___2_vca, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetVCAByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetVCAByID)(___0_system, ___1_id, ___2_vca);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_id, ___2_vca);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBankByID(System.IntPtr,FMOD.GUID&,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBankByID_m61E3F8E718CF71A6E5798B681F19C09154705A71 (intptr_t ___0_system, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, intptr_t* ___2_bank, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBankByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetBankByID)(___0_system, ___1_id, ___2_bank);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_id, ___2_bank);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetSoundInfo(System.IntPtr,System.Byte[],FMOD.Studio.SOUND_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetSoundInfo_m44BB66D5CD01008F79C54FE8E499BAB3683A9198 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_key, SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6* ___2_info, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(SOUND_INFO_t9B6831FB606BBC054E6A1EA7A58DFA67A3D2D3A6*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetSoundInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_key' to native representation
uint8_t* ____1_key_marshaled = NULL;
if (___1_key != NULL)
{
____1_key_marshaled = reinterpret_cast<uint8_t*>((___1_key)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetSoundInfo)(___0_system, ____1_key_marshaled, ___2_info);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_key_marshaled, ___2_info);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionByName(System.IntPtr,System.Byte[],FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionByName_mEC4ADC58917C88950A1AD62A28939401B282F877 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___2_parameter, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterDescriptionByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_name' to native representation
uint8_t* ____1_name_marshaled = NULL;
if (___1_name != NULL)
{
____1_name_marshaled = reinterpret_cast<uint8_t*>((___1_name)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetParameterDescriptionByName)(___0_system, ____1_name_marshaled, ___2_parameter);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_name_marshaled, ___2_parameter);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionByID_mA019D1BC677C4B16EB5E1092DF82C6C2B776B715 (intptr_t ___0_system, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___2_parameter, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85) + sizeof(PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterDescriptionByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetParameterDescriptionByID)(___0_system, ___1_id, ___2_parameter);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_id, ___2_parameter);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterLabelByName(System.IntPtr,System.Byte[],System.Int32,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterLabelByName_mCFD6A859F0D49B6624EDFF6D4EDDCCB185BB3D13 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, int32_t ___2_labelindex, intptr_t ___3_label, int32_t ___4_size, int32_t* ___5_retrieved, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, int32_t, intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterLabelByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_name' to native representation
uint8_t* ____1_name_marshaled = NULL;
if (___1_name != NULL)
{
____1_name_marshaled = reinterpret_cast<uint8_t*>((___1_name)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetParameterLabelByName)(___0_system, ____1_name_marshaled, ___2_labelindex, ___3_label, ___4_size, ___5_retrieved);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_name_marshaled, ___2_labelindex, ___3_label, ___4_size, ___5_retrieved);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterLabelByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Int32,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterLabelByID_mFC38B3943797F7FB91A2989C97024455FDD30A69 (intptr_t ___0_system, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, int32_t ___2_labelindex, intptr_t ___3_label, int32_t ___4_size, int32_t* ___5_retrieved, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, int32_t, intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85) + sizeof(int32_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterLabelByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetParameterLabelByID)(___0_system, ___1_id, ___2_labelindex, ___3_label, ___4_size, ___5_retrieved);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_id, ___2_labelindex, ___3_label, ___4_size, ___5_retrieved);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterByID_mB4169CB89BEE629CCF54D71832B28F16D84031FE (intptr_t ___0_system, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, float* ___2_value, float* ___3_finalvalue, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetParameterByID)(___0_system, ___1_id, ___2_value, ___3_finalvalue);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_id, ___2_value, ___3_finalvalue);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByID_m420BDBB6F736BB7389E2718A3C59CEDDB7165F1A (intptr_t ___0_system, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, float ___2_value, bool ___3_ignoreseekspeed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, float, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85) + sizeof(float) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetParameterByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_SetParameterByID)(___0_system, ___1_id, ___2_value, static_cast<int32_t>(___3_ignoreseekspeed));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_id, ___2_value, static_cast<int32_t>(___3_ignoreseekspeed));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByIDWithLabel(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByIDWithLabel_m2434FCF34808C2DE65FB597A6D74B452BC156189 (intptr_t ___0_system, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_label, bool ___3_ignoreseekspeed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, uint8_t*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85) + sizeof(void*) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetParameterByIDWithLabel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___2_label' to native representation
uint8_t* ____2_label_marshaled = NULL;
if (___2_label != NULL)
{
____2_label_marshaled = reinterpret_cast<uint8_t*>((___2_label)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_SetParameterByIDWithLabel)(___0_system, ___1_id, ____2_label_marshaled, static_cast<int32_t>(___3_ignoreseekspeed));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_id, ____2_label_marshaled, static_cast<int32_t>(___3_ignoreseekspeed));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParametersByIDs(System.IntPtr,FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParametersByIDs_m1670A3CAFA1F4AFC93053E92E6E04E951C4E1AD5 (intptr_t ___0_system, PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2* ___1_ids, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___2_values, int32_t ___3_count, bool ___4_ignoreseekspeed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85*, float*, int32_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(void*) + sizeof(int32_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetParametersByIDs", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_ids' to native representation
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85* ____1_ids_marshaled = NULL;
if (___1_ids != NULL)
{
____1_ids_marshaled = reinterpret_cast<PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85*>((___1_ids)->GetAddressAtUnchecked(0));
}
// Marshaling of parameter '___2_values' to native representation
float* ____2_values_marshaled = NULL;
if (___2_values != NULL)
{
____2_values_marshaled = reinterpret_cast<float*>((___2_values)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_SetParametersByIDs)(___0_system, ____1_ids_marshaled, ____2_values_marshaled, ___3_count, static_cast<int32_t>(___4_ignoreseekspeed));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_ids_marshaled, ____2_values_marshaled, ___3_count, static_cast<int32_t>(___4_ignoreseekspeed));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterByName(System.IntPtr,System.Byte[],System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterByName_m24A7FA21DB7C7BE5BB34B365379B70BA6D92406D (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, float* ___2_value, float* ___3_finalvalue, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_name' to native representation
uint8_t* ____1_name_marshaled = NULL;
if (___1_name != NULL)
{
____1_name_marshaled = reinterpret_cast<uint8_t*>((___1_name)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetParameterByName)(___0_system, ____1_name_marshaled, ___2_value, ___3_finalvalue);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_name_marshaled, ___2_value, ___3_finalvalue);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByName(System.IntPtr,System.Byte[],System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByName_mDD5919218262DC2D210A0C3CA5822D6D272797F3 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, float ___2_value, bool ___3_ignoreseekspeed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, float, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(float) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetParameterByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_name' to native representation
uint8_t* ____1_name_marshaled = NULL;
if (___1_name != NULL)
{
____1_name_marshaled = reinterpret_cast<uint8_t*>((___1_name)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_SetParameterByName)(___0_system, ____1_name_marshaled, ___2_value, static_cast<int32_t>(___3_ignoreseekspeed));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_name_marshaled, ___2_value, static_cast<int32_t>(___3_ignoreseekspeed));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetParameterByNameWithLabel(System.IntPtr,System.Byte[],System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetParameterByNameWithLabel_mB94B2C544E139492758EE93980D951E4560344C1 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_label, bool ___3_ignoreseekspeed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint8_t*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(void*) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetParameterByNameWithLabel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_name' to native representation
uint8_t* ____1_name_marshaled = NULL;
if (___1_name != NULL)
{
____1_name_marshaled = reinterpret_cast<uint8_t*>((___1_name)->GetAddressAtUnchecked(0));
}
// Marshaling of parameter '___2_label' to native representation
uint8_t* ____2_label_marshaled = NULL;
if (___2_label != NULL)
{
____2_label_marshaled = reinterpret_cast<uint8_t*>((___2_label)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_SetParameterByNameWithLabel)(___0_system, ____1_name_marshaled, ____2_label_marshaled, static_cast<int32_t>(___3_ignoreseekspeed));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_name_marshaled, ____2_label_marshaled, static_cast<int32_t>(___3_ignoreseekspeed));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LookupID(System.IntPtr,System.Byte[],FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LookupID_m37D5414B58AFA50E16CF73B0D5EA3FE55D2CF081 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_path, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___2_id, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_LookupID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_path' to native representation
uint8_t* ____1_path_marshaled = NULL;
if (___1_path != NULL)
{
____1_path_marshaled = reinterpret_cast<uint8_t*>((___1_path)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_LookupID)(___0_system, ____1_path_marshaled, ___2_id);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_path_marshaled, ___2_id);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LookupPath(System.IntPtr,FMOD.GUID&,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LookupPath_m9002356E87BD618D43F36D045C764CCD28E9C3F0 (intptr_t ___0_system, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, intptr_t ___2_path, int32_t ___3_size, int32_t* ___4_retrieved, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*, intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_LookupPath", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_LookupPath)(___0_system, ___1_id, ___2_path, ___3_size, ___4_retrieved);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_id, ___2_path, ___3_size, ___4_retrieved);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetNumListeners(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetNumListeners_mE5B7D59E7D4BA08E262BDBB3D5F3EF5C123CAF75 (intptr_t ___0_system, int32_t* ___1_numlisteners, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetNumListeners", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetNumListeners)(___0_system, ___1_numlisteners);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_numlisteners);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetNumListeners(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetNumListeners_m81C3D1E790F7216F2A28531FC967DFBC9AA787BD (intptr_t ___0_system, int32_t ___1_numlisteners, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetNumListeners", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_SetNumListeners)(___0_system, ___1_numlisteners);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_numlisteners);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetListenerAttributes_mE2E8115CAB7FAEE94332CD09F2DF5469F0536502 (intptr_t ___0_system, int32_t ___1_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___2_attributes, intptr_t ___3_zero, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetListenerAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetListenerAttributes)(___0_system, ___1_listener, ___2_attributes, ___3_zero);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_listener, ___2_attributes, ___3_zero);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetListenerAttributes_m0CEA465CD0F1BEBB52782F25B48052615EB22442 (intptr_t ___0_system, int32_t ___1_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___2_attributes, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___3_attenuationposition, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetListenerAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetListenerAttributes)(___0_system, ___1_listener, ___2_attributes, ___3_attenuationposition);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_listener, ___2_attributes, ___3_attenuationposition);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetListenerAttributes_m51FA0A39E35C7C926BA4AC829C307F377354B337 (intptr_t ___0_system, int32_t ___1_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___2_attributes, intptr_t ___3_zero, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetListenerAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_SetListenerAttributes)(___0_system, ___1_listener, ___2_attributes, ___3_zero);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_listener, ___2_attributes, ___3_zero);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetListenerAttributes(System.IntPtr,System.Int32,FMOD.ATTRIBUTES_3D&,FMOD.VECTOR&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetListenerAttributes_mADA0A8367AB84FD7397749D6B71BF7257B2192EF (intptr_t ___0_system, int32_t ___1_listener, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___2_attributes, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F* ___3_attenuationposition, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*, VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*) + sizeof(VECTOR_t2970F478E0C7B6D413C80CF3ADCE451A7BB4F41F*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetListenerAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_SetListenerAttributes)(___0_system, ___1_listener, ___2_attributes, ___3_attenuationposition);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_listener, ___2_attributes, ___3_attenuationposition);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetListenerWeight(System.IntPtr,System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetListenerWeight_mFC2CBCB8CC2A05DA9559E93A5699834A99681ED3 (intptr_t ___0_system, int32_t ___1_listener, float* ___2_weight, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetListenerWeight", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetListenerWeight)(___0_system, ___1_listener, ___2_weight);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_listener, ___2_weight);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetListenerWeight(System.IntPtr,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetListenerWeight_m73B09DD4382335B8CB958B6AF781D8660AB0EEEF (intptr_t ___0_system, int32_t ___1_listener, float ___2_weight, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetListenerWeight", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_SetListenerWeight)(___0_system, ___1_listener, ___2_weight);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_listener, ___2_weight);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadBankFile(System.IntPtr,System.Byte[],FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadBankFile_mBCD8ED0E7A5FD4FC0FD607AE53A10AE3569DAC78 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_filename, uint32_t ___2_flags, intptr_t* ___3_bank, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_LoadBankFile", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_filename' to native representation
uint8_t* ____1_filename_marshaled = NULL;
if (___1_filename != NULL)
{
____1_filename_marshaled = reinterpret_cast<uint8_t*>((___1_filename)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_LoadBankFile)(___0_system, ____1_filename_marshaled, ___2_flags, ___3_bank);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_filename_marshaled, ___2_flags, ___3_bank);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadBankMemory(System.IntPtr,System.IntPtr,System.Int32,FMOD.Studio.LOAD_MEMORY_MODE,FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadBankMemory_m5AAE2F49D1AF1DEB72C3270DD9C48D6B8A7E639B (intptr_t ___0_system, intptr_t ___1_buffer, int32_t ___2_length, int32_t ___3_mode, uint32_t ___4_flags, intptr_t* ___5_bank, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t, int32_t, uint32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t) + sizeof(uint32_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_LoadBankMemory", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_LoadBankMemory)(___0_system, ___1_buffer, ___2_length, ___3_mode, ___4_flags, ___5_bank);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_buffer, ___2_length, ___3_mode, ___4_flags, ___5_bank);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadBankCustom(System.IntPtr,FMOD.Studio.BANK_INFO&,FMOD.Studio.LOAD_BANK_FLAGS,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadBankCustom_m361A4975683B24A4FEBA4F0C1F9F3A461B99C100 (intptr_t ___0_system, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B* ___1_info, uint32_t ___2_flags, intptr_t* ___3_bank, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke*, uint32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke*) + sizeof(uint32_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_LoadBankCustom", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_info' to native representation
BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke* ____1_info_marshaled = NULL;
BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshaled_pinvoke ____1_info_marshaled_dereferenced = {};
BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshal_pinvoke(*___1_info, ____1_info_marshaled_dereferenced);
____1_info_marshaled = &____1_info_marshaled_dereferenced;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_LoadBankCustom)(___0_system, ____1_info_marshaled, ___2_flags, ___3_bank);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_info_marshaled, ___2_flags, ___3_bank);
#endif
// Marshaling of parameter '___1_info' back from native representation
BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B _____1_info_marshaled_unmarshaled_dereferenced;
memset((&_____1_info_marshaled_unmarshaled_dereferenced), 0, sizeof(_____1_info_marshaled_unmarshaled_dereferenced));
BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshal_pinvoke_back(*____1_info_marshaled, _____1_info_marshaled_unmarshaled_dereferenced);
BANK_INFO_tDC703C5C54FC5F26E7B8703DDA553C6E6FBD5D0B_marshal_pinvoke_cleanup(*____1_info_marshaled);
*___1_info = _____1_info_marshaled_unmarshaled_dereferenced;
Il2CppCodeGenWriteBarrier((void**)&((___1_info)->___opencallback_3), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((___1_info)->___closecallback_4), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((___1_info)->___readcallback_5), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((___1_info)->___seekcallback_6), (void*)NULL);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_UnloadAll(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_UnloadAll_m817E55AC2C900C6F94864DD006ED1BFBC26E53B9 (intptr_t ___0_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_UnloadAll", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_UnloadAll)(___0_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_FlushCommands(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_FlushCommands_mF3CC3E3D912FB3CDFAC990F2CA9B590F120B5CA8 (intptr_t ___0_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_FlushCommands", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_FlushCommands)(___0_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_FlushSampleLoading(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_FlushSampleLoading_m6437A902248CC59681A50928458E40119CE9956D (intptr_t ___0_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_FlushSampleLoading", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_FlushSampleLoading)(___0_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_StartCommandCapture(System.IntPtr,System.Byte[],FMOD.Studio.COMMANDCAPTURE_FLAGS)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_StartCommandCapture_m9D0E1ADF316D6E4C124E3C511CC064245320ACA6 (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_filename, uint32_t ___2_flags, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_StartCommandCapture", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_filename' to native representation
uint8_t* ____1_filename_marshaled = NULL;
if (___1_filename != NULL)
{
____1_filename_marshaled = reinterpret_cast<uint8_t*>((___1_filename)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_StartCommandCapture)(___0_system, ____1_filename_marshaled, ___2_flags);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_filename_marshaled, ___2_flags);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_StopCommandCapture(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_StopCommandCapture_m7A0C83274B3669EB27693845AB08CF0E649B138B (intptr_t ___0_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_StopCommandCapture", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_StopCommandCapture)(___0_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_LoadCommandReplay(System.IntPtr,System.Byte[],FMOD.Studio.COMMANDREPLAY_FLAGS,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_LoadCommandReplay_m9322B25141C5CF7402F64354F66DA603B4D1294C (intptr_t ___0_system, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_filename, uint32_t ___2_flags, intptr_t* ___3_replay, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint32_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_LoadCommandReplay", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_filename' to native representation
uint8_t* ____1_filename_marshaled = NULL;
if (___1_filename != NULL)
{
____1_filename_marshaled = reinterpret_cast<uint8_t*>((___1_filename)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_LoadCommandReplay)(___0_system, ____1_filename_marshaled, ___2_flags, ___3_replay);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_filename_marshaled, ___2_flags, ___3_replay);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBankCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBankCount_mA5E0F564FF47C6CA8EE53B718AE2605D6B8B9FC3 (intptr_t ___0_system, int32_t* ___1_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBankCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetBankCount)(___0_system, ___1_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBankList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBankList_m349D6E3CC1D462F6B1D9511DAE67D6B272B17E27 (intptr_t ___0_system, IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___1_array, int32_t ___2_capacity, int32_t* ___3_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBankList", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_array' to native representation
intptr_t* ____1_array_marshaled = NULL;
if (___1_array != NULL)
{
____1_array_marshaled = reinterpret_cast<intptr_t*>((___1_array)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetBankList)(___0_system, ____1_array_marshaled, ___2_capacity, ___3_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_array_marshaled, ___2_capacity, ___3_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionCount_mD58B72249E338D1845EF254F7405C4CD09CD39E3 (intptr_t ___0_system, int32_t* ___1_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterDescriptionCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetParameterDescriptionCount)(___0_system, ___1_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetParameterDescriptionList(System.IntPtr,FMOD.Studio.PARAMETER_DESCRIPTION[],System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetParameterDescriptionList_mF9B1B7763556C9A1C0CD9BD8DA5A7460D6966D24 (intptr_t ___0_system, PARAMETER_DESCRIPTIONU5BU5D_t8826EC3EF9E288EDE159CC7A7AC25845F89E0FDA* ___1_array, int32_t ___2_capacity, int32_t* ___3_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetParameterDescriptionList", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_array' to native representation
PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ____1_array_marshaled = NULL;
if (___1_array != NULL)
{
il2cpp_array_size_t ____1_array_Length = (___1_array)->max_length;
____1_array_marshaled = il2cpp_codegen_marshal_allocate_array<PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7>(____1_array_Length);
memset(____1_array_marshaled, 0, ____1_array_Length * sizeof(PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetParameterDescriptionList)(___0_system, ____1_array_marshaled, ___2_capacity, ___3_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_array_marshaled, ___2_capacity, ___3_count);
#endif
// Marshaling of parameter '___1_array' back from native representation
if (____1_array_marshaled != NULL)
{
il2cpp_array_size_t ____1_array_Length = (___1_array)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(____1_array_Length); i++)
{
(___1_array)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), (____1_array_marshaled)[i]);
}
}
// Marshaling cleanup of parameter '___1_array' native representation
il2cpp_codegen_marshal_free(____1_array_marshaled);
____1_array_marshaled = NULL;
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetCPUUsage(System.IntPtr,FMOD.Studio.CPU_USAGE&,FMOD.CPU_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetCPUUsage_m557523B3B601C9F7E03CFE8FC8E429BC35A2858E (intptr_t ___0_system, CPU_USAGE_t355918E5C84E4CAF19ADFFDBE369E9D66E96C771* ___1_usage, CPU_USAGE_tB0C4CAFB1080A0F083A5E717DA98D65266D11B68* ___2_usage_core, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, CPU_USAGE_t355918E5C84E4CAF19ADFFDBE369E9D66E96C771*, CPU_USAGE_tB0C4CAFB1080A0F083A5E717DA98D65266D11B68*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(CPU_USAGE_t355918E5C84E4CAF19ADFFDBE369E9D66E96C771*) + sizeof(CPU_USAGE_tB0C4CAFB1080A0F083A5E717DA98D65266D11B68*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetCPUUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetCPUUsage)(___0_system, ___1_usage, ___2_usage_core);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_usage, ___2_usage_core);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetBufferUsage(System.IntPtr,FMOD.Studio.BUFFER_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetBufferUsage_m8C3BA8F65FA56E8BCB9FFFC3D4C04969EBD4C7A4 (intptr_t ___0_system, BUFFER_USAGE_tF466220F15D99A619A5DED266A0E1A3163038A03* ___1_usage, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, BUFFER_USAGE_tF466220F15D99A619A5DED266A0E1A3163038A03*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(BUFFER_USAGE_tF466220F15D99A619A5DED266A0E1A3163038A03*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetBufferUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetBufferUsage)(___0_system, ___1_usage);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_usage);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_ResetBufferUsage(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_ResetBufferUsage_m6EC2B26298016EC0B745FF85EDDEDC505EF39604 (intptr_t ___0_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_ResetBufferUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_ResetBufferUsage)(___0_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetCallback(System.IntPtr,FMOD.Studio.SYSTEM_CALLBACK,FMOD.Studio.SYSTEM_CALLBACK_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetCallback_mE7F0B60DEE24EF0E4A79B8E96609C06E560DC195 (intptr_t ___0_system, SYSTEM_CALLBACK_t2838FD4233D2D8CAD1FE0EDC5706249517459EDF* ___1_callback, uint32_t ___2_callbackmask, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_callback' to native representation
Il2CppMethodPointer ____1_callback_marshaled = NULL;
____1_callback_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___1_callback));
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_SetCallback)(___0_system, ____1_callback_marshaled, ___2_callbackmask);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ____1_callback_marshaled, ___2_callbackmask);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetUserData_mA9B846DAEE72B7C6D459CD07C1FC789FF6371EFA (intptr_t ___0_system, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetUserData)(___0_system, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_SetUserData_m0F2FD8362D10BACD8F45211632EC119ACB300E74 (intptr_t ___0_system, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_SetUserData)(___0_system, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.System::FMOD_Studio_System_GetMemoryUsage(System.IntPtr,FMOD.Studio.MEMORY_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t System_FMOD_Studio_System_GetMemoryUsage_m8AB2A92895E4F164B1D158649B78FB59CC9CDD74 (intptr_t ___0_system, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___1_memoryusage, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_System_GetMemoryUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_System_GetMemoryUsage)(___0_system, ___1_memoryusage);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_system, ___1_memoryusage);
#endif
return returnValue;
}
// System.Void FMOD.Studio.System::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System__ctor_m53381AC1F335F9F94B543263E9F1E3F115E0861F (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public System(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public System(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void System__ctor_m53381AC1F335F9F94B543263E9F1E3F115E0861F_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
System__ctor_m53381AC1F335F9F94B543263E9F1E3F115E0861F_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.Studio.System::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_hasHandle_m7BA9A9F32D324546435C11B43CA2E11913B8B895 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool System_hasHandle_m7BA9A9F32D324546435C11B43CA2E11913B8B895_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
bool _returnValue;
_returnValue = System_hasHandle_m7BA9A9F32D324546435C11B43CA2E11913B8B895(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.Studio.System::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void System_clearHandle_m453DB14ACF374ADB373BB91ADFDE7F79B5800FFE (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void System_clearHandle_m453DB14ACF374ADB373BB91ADFDE7F79B5800FFE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
System_clearHandle_m453DB14ACF374ADB373BB91ADFDE7F79B5800FFE(_thisAdjusted, method);
}
// System.Boolean FMOD.Studio.System::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool System_isValid_m4D4724F64141FF3422860C1C52F3842C76EFD303 (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, const RuntimeMethod* method)
{
{
// return hasHandle() && FMOD_Studio_System_IsValid(this.handle);
bool L_0;
L_0 = System_hasHandle_m7BA9A9F32D324546435C11B43CA2E11913B8B895(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
intptr_t L_1 = __this->___handle_0;
bool L_2;
L_2 = System_FMOD_Studio_System_IsValid_m6059608C067196BEC5D3D87118A9C24183485BC0(L_1, NULL);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool System_isValid_m4D4724F64141FF3422860C1C52F3842C76EFD303_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<System_t9A51FE13708186A22E9D4454A7EA18347C389FEC*>(__this + _offset);
bool _returnValue;
_returnValue = System_isValid_m4D4724F64141FF3422860C1C52F3842C76EFD303(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.Studio.EventDescription::getID(FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getID_m202BE569D1861414BF7255A30737C9B61CC24CC1 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___0_id, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_GetID(this.handle, out id);
intptr_t L_0 = __this->___handle_0;
GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* L_1 = ___0_id;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_GetID_mA5AC9A5562DE1D887E071E53555C44971DEA8F2C(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getID_m202BE569D1861414BF7255A30737C9B61CC24CC1_AdjustorThunk (RuntimeObject* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___0_id, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getID_m202BE569D1861414BF7255A30737C9B61CC24CC1(_thisAdjusted, ___0_id, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getPath(System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getPath_m4F38491BF7616429E2D04DAB4D688D9F1E21F34B (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, String_t** ___0_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// path = null;
String_t** L_0 = ___0_path;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1;
L_1 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0063:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
if (!L_2)
{
goto IL_006c;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_006c:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// IntPtr stringMem = Marshal.AllocHGlobal(256);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_4;
L_4 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)256), NULL);
V_1 = L_4;
// int retrieved = 0;
V_2 = 0;
// RESULT result = FMOD_Studio_EventDescription_GetPath(this.handle, stringMem, 256, out retrieved);
intptr_t L_5 = __this->___handle_0;
intptr_t L_6 = V_1;
int32_t L_7;
L_7 = EventDescription_FMOD_Studio_EventDescription_GetPath_m225588980B89E69029061B3CB4A718A68043D8BD(L_5, L_6, ((int32_t)256), (&V_2), NULL);
V_3 = L_7;
// if (result == RESULT.ERR_TRUNCATED)
int32_t L_8 = V_3;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)65)))))
{
goto IL_004c_1;
}
}
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_9 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_9, NULL);
// stringMem = Marshal.AllocHGlobal(retrieved);
int32_t L_10 = V_2;
intptr_t L_11;
L_11 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_10, NULL);
V_1 = L_11;
// result = FMOD_Studio_EventDescription_GetPath(this.handle, stringMem, retrieved, out retrieved);
intptr_t L_12 = __this->___handle_0;
intptr_t L_13 = V_1;
int32_t L_14 = V_2;
int32_t L_15;
L_15 = EventDescription_FMOD_Studio_EventDescription_GetPath_m225588980B89E69029061B3CB4A718A68043D8BD(L_12, L_13, L_14, (&V_2), NULL);
V_3 = L_15;
}
IL_004c_1:
{
// if (result == RESULT.OK)
int32_t L_16 = V_3;
if (L_16)
{
goto IL_0058_1;
}
}
{
// path = encoder.stringFromNative(stringMem);
String_t** L_17 = ___0_path;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_18 = V_0;
intptr_t L_19 = V_1;
NullCheck(L_18);
String_t* L_20;
L_20 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_18, L_19, NULL);
*((RuntimeObject**)L_17) = (RuntimeObject*)L_20;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_17, (void*)(RuntimeObject*)L_20);
}
IL_0058_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_21 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_21, NULL);
// return result;
int32_t L_22 = V_3;
V_4 = L_22;
goto IL_006d;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_006d:
{
// }
int32_t L_23 = V_4;
return L_23;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getPath_m4F38491BF7616429E2D04DAB4D688D9F1E21F34B_AdjustorThunk (RuntimeObject* __this, String_t** ___0_path, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getPath_m4F38491BF7616429E2D04DAB4D688D9F1E21F34B(_thisAdjusted, ___0_path, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionCount_m65CF418E5E5B3B8423A697256BA054938717861E (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_GetParameterDescriptionCount(this.handle, out count);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_count;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionCount_mAB549AE838DBA94E4B72FC0A8CC9FBC14FEF3426(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getParameterDescriptionCount_m65CF418E5E5B3B8423A697256BA054938717861E_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getParameterDescriptionCount_m65CF418E5E5B3B8423A697256BA054938717861E(_thisAdjusted, ___0_count, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionByIndex(System.Int32,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionByIndex_mDA697723E54E0D22CAEFF318DEE3B54F7136174D (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t ___0_index, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_GetParameterDescriptionByIndex(this.handle, index, out parameter);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* L_2 = ___1_parameter;
int32_t L_3;
L_3 = EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByIndex_mF54F368BEDB6C75F2E3A4C5E231253590BD27AD0(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getParameterDescriptionByIndex_mDA697723E54E0D22CAEFF318DEE3B54F7136174D_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getParameterDescriptionByIndex_mDA697723E54E0D22CAEFF318DEE3B54F7136174D(_thisAdjusted, ___0_index, ___1_parameter, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionByName(System.String,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionByName_m6B978A29ECEFABAE0DDA8943BEF017BCCC2587EB (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, String_t* ___0_name, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001c:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0025;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0025:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_EventDescription_GetParameterDescriptionByName(this.handle, encoder.byteFromStringUTF8(name), out parameter);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_name;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* L_7 = ___1_parameter;
int32_t L_8;
L_8 = EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByName_mADFE67CDA4FC4AFBE34A81F5CBEBE448D7FBE420(L_3, L_6, L_7, NULL);
V_1 = L_8;
goto IL_0026;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0026:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getParameterDescriptionByName_m6B978A29ECEFABAE0DDA8943BEF017BCCC2587EB_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getParameterDescriptionByName_m6B978A29ECEFABAE0DDA8943BEF017BCCC2587EB(_thisAdjusted, ___0_name, ___1_parameter, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterDescriptionByID(FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterDescriptionByID_m1D7F7AB88A9BC2BF814343BFE937E104FAB60D1B (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_GetParameterDescriptionByID(this.handle, id, out parameter);
intptr_t L_0 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_1 = ___0_id;
PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* L_2 = ___1_parameter;
int32_t L_3;
L_3 = EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByID_m60805AC8D02B0FFF362F908AFAD4E4E946DF38A9(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getParameterDescriptionByID_m1D7F7AB88A9BC2BF814343BFE937E104FAB60D1B_AdjustorThunk (RuntimeObject* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___1_parameter, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getParameterDescriptionByID_m1D7F7AB88A9BC2BF814343BFE937E104FAB60D1B(_thisAdjusted, ___0_id, ___1_parameter, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterLabelByIndex(System.Int32,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterLabelByIndex_m0200DCE7D9E2CC78086B94930E2E22AB86795BFC (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t ___0_index, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// label = null;
String_t** L_0 = ___2_label;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1;
L_1 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_007d:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
if (!L_2)
{
goto IL_0086;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0086:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// IntPtr stringMem = Marshal.AllocHGlobal(256);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_4;
L_4 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)256), NULL);
V_1 = L_4;
// int retrieved = 0;
V_2 = 0;
// RESULT result = FMOD_Studio_EventDescription_GetParameterLabelByIndex(this.handle, index, labelindex, stringMem, 256, out retrieved);
intptr_t L_5 = __this->___handle_0;
int32_t L_6 = ___0_index;
int32_t L_7 = ___1_labelindex;
intptr_t L_8 = V_1;
int32_t L_9;
L_9 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByIndex_mD98887689974DB57AAF828F56DAD88846FDF22D9(L_5, L_6, L_7, L_8, ((int32_t)256), (&V_2), NULL);
V_3 = L_9;
// if (result == RESULT.ERR_TRUNCATED)
int32_t L_10 = V_3;
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)65)))))
{
goto IL_0066_1;
}
}
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_11 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_11, NULL);
// result = FMOD_Studio_EventDescription_GetParameterLabelByIndex(this.handle, index, labelindex, IntPtr.Zero, 0, out retrieved);
intptr_t L_12 = __this->___handle_0;
int32_t L_13 = ___0_index;
int32_t L_14 = ___1_labelindex;
intptr_t L_15 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_16;
L_16 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByIndex_mD98887689974DB57AAF828F56DAD88846FDF22D9(L_12, L_13, L_14, L_15, 0, (&V_2), NULL);
V_3 = L_16;
// stringMem = Marshal.AllocHGlobal(retrieved);
int32_t L_17 = V_2;
intptr_t L_18;
L_18 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_17, NULL);
V_1 = L_18;
// result = FMOD_Studio_EventDescription_GetParameterLabelByIndex(this.handle, index, labelindex, stringMem, retrieved, out retrieved);
intptr_t L_19 = __this->___handle_0;
int32_t L_20 = ___0_index;
int32_t L_21 = ___1_labelindex;
intptr_t L_22 = V_1;
int32_t L_23 = V_2;
int32_t L_24;
L_24 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByIndex_mD98887689974DB57AAF828F56DAD88846FDF22D9(L_19, L_20, L_21, L_22, L_23, (&V_2), NULL);
V_3 = L_24;
}
IL_0066_1:
{
// if (result == RESULT.OK)
int32_t L_25 = V_3;
if (L_25)
{
goto IL_0072_1;
}
}
{
// label = encoder.stringFromNative(stringMem);
String_t** L_26 = ___2_label;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_27 = V_0;
intptr_t L_28 = V_1;
NullCheck(L_27);
String_t* L_29;
L_29 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_27, L_28, NULL);
*((RuntimeObject**)L_26) = (RuntimeObject*)L_29;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_26, (void*)(RuntimeObject*)L_29);
}
IL_0072_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_30 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_30, NULL);
// return result;
int32_t L_31 = V_3;
V_4 = L_31;
goto IL_0087;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0087:
{
// }
int32_t L_32 = V_4;
return L_32;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getParameterLabelByIndex_m0200DCE7D9E2CC78086B94930E2E22AB86795BFC_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getParameterLabelByIndex_m0200DCE7D9E2CC78086B94930E2E22AB86795BFC(_thisAdjusted, ___0_index, ___1_labelindex, ___2_label, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterLabelByName(System.String,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterLabelByName_m7F41501BDB55CC1A02E7BB682F92727250F351F5 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, String_t* ___0_name, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
// label = null;
String_t** L_0 = ___2_label;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1;
L_1 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_008b:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
if (!L_2)
{
goto IL_0094;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0094:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// IntPtr stringMem = Marshal.AllocHGlobal(256);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_4;
L_4 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)256), NULL);
V_1 = L_4;
// int retrieved = 0;
V_2 = 0;
// byte[] nameBytes = encoder.byteFromStringUTF8(name);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_5 = V_0;
String_t* L_6 = ___0_name;
NullCheck(L_5);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7;
L_7 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_5, L_6, NULL);
V_3 = L_7;
// RESULT result = FMOD_Studio_EventDescription_GetParameterLabelByName(this.handle, nameBytes, labelindex, stringMem, 256, out retrieved);
intptr_t L_8 = __this->___handle_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_3;
int32_t L_10 = ___1_labelindex;
intptr_t L_11 = V_1;
int32_t L_12;
L_12 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByName_mFB53EC5E1848E2CC8C5AB76E603DCF38A48C20D5(L_8, L_9, L_10, L_11, ((int32_t)256), (&V_2), NULL);
V_4 = L_12;
// if (result == RESULT.ERR_TRUNCATED)
int32_t L_13 = V_4;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)65)))))
{
goto IL_0072_1;
}
}
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_14 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_14, NULL);
// result = FMOD_Studio_EventDescription_GetParameterLabelByName(this.handle, nameBytes, labelindex, IntPtr.Zero, 0, out retrieved);
intptr_t L_15 = __this->___handle_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = V_3;
int32_t L_17 = ___1_labelindex;
intptr_t L_18 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_19;
L_19 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByName_mFB53EC5E1848E2CC8C5AB76E603DCF38A48C20D5(L_15, L_16, L_17, L_18, 0, (&V_2), NULL);
V_4 = L_19;
// stringMem = Marshal.AllocHGlobal(retrieved);
int32_t L_20 = V_2;
intptr_t L_21;
L_21 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_20, NULL);
V_1 = L_21;
// result = FMOD_Studio_EventDescription_GetParameterLabelByName(this.handle, nameBytes, labelindex, stringMem, retrieved, out retrieved);
intptr_t L_22 = __this->___handle_0;
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = V_3;
int32_t L_24 = ___1_labelindex;
intptr_t L_25 = V_1;
int32_t L_26 = V_2;
int32_t L_27;
L_27 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByName_mFB53EC5E1848E2CC8C5AB76E603DCF38A48C20D5(L_22, L_23, L_24, L_25, L_26, (&V_2), NULL);
V_4 = L_27;
}
IL_0072_1:
{
// if (result == RESULT.OK)
int32_t L_28 = V_4;
if (L_28)
{
goto IL_007f_1;
}
}
{
// label = encoder.stringFromNative(stringMem);
String_t** L_29 = ___2_label;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_30 = V_0;
intptr_t L_31 = V_1;
NullCheck(L_30);
String_t* L_32;
L_32 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_30, L_31, NULL);
*((RuntimeObject**)L_29) = (RuntimeObject*)L_32;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_29, (void*)(RuntimeObject*)L_32);
}
IL_007f_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_33 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_33, NULL);
// return result;
int32_t L_34 = V_4;
V_5 = L_34;
goto IL_0095;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0095:
{
// }
int32_t L_35 = V_5;
return L_35;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getParameterLabelByName_m7F41501BDB55CC1A02E7BB682F92727250F351F5_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getParameterLabelByName_m7F41501BDB55CC1A02E7BB682F92727250F351F5(_thisAdjusted, ___0_name, ___1_labelindex, ___2_label, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getParameterLabelByID(FMOD.Studio.PARAMETER_ID,System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getParameterLabelByID_mB6BF91BCAA96B05B84EF5EF2589D058508BA26D5 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// label = null;
String_t** L_0 = ___2_label;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1;
L_1 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_007d:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
if (!L_2)
{
goto IL_0086;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0086:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// IntPtr stringMem = Marshal.AllocHGlobal(256);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_4;
L_4 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)256), NULL);
V_1 = L_4;
// int retrieved = 0;
V_2 = 0;
// RESULT result = FMOD_Studio_EventDescription_GetParameterLabelByID(this.handle, id, labelindex, stringMem, 256, out retrieved);
intptr_t L_5 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_6 = ___0_id;
int32_t L_7 = ___1_labelindex;
intptr_t L_8 = V_1;
int32_t L_9;
L_9 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByID_mC5688AC501DCC89333ED8255DF2A21ADD4B3626F(L_5, L_6, L_7, L_8, ((int32_t)256), (&V_2), NULL);
V_3 = L_9;
// if (result == RESULT.ERR_TRUNCATED)
int32_t L_10 = V_3;
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)65)))))
{
goto IL_0066_1;
}
}
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_11 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_11, NULL);
// result = FMOD_Studio_EventDescription_GetParameterLabelByID(this.handle, id, labelindex, IntPtr.Zero, 0, out retrieved);
intptr_t L_12 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_13 = ___0_id;
int32_t L_14 = ___1_labelindex;
intptr_t L_15 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_16;
L_16 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByID_mC5688AC501DCC89333ED8255DF2A21ADD4B3626F(L_12, L_13, L_14, L_15, 0, (&V_2), NULL);
V_3 = L_16;
// stringMem = Marshal.AllocHGlobal(retrieved);
int32_t L_17 = V_2;
intptr_t L_18;
L_18 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_17, NULL);
V_1 = L_18;
// result = FMOD_Studio_EventDescription_GetParameterLabelByID(this.handle, id, labelindex, stringMem, retrieved, out retrieved);
intptr_t L_19 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_20 = ___0_id;
int32_t L_21 = ___1_labelindex;
intptr_t L_22 = V_1;
int32_t L_23 = V_2;
int32_t L_24;
L_24 = EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByID_mC5688AC501DCC89333ED8255DF2A21ADD4B3626F(L_19, L_20, L_21, L_22, L_23, (&V_2), NULL);
V_3 = L_24;
}
IL_0066_1:
{
// if (result == RESULT.OK)
int32_t L_25 = V_3;
if (L_25)
{
goto IL_0072_1;
}
}
{
// label = encoder.stringFromNative(stringMem);
String_t** L_26 = ___2_label;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_27 = V_0;
intptr_t L_28 = V_1;
NullCheck(L_27);
String_t* L_29;
L_29 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_27, L_28, NULL);
*((RuntimeObject**)L_26) = (RuntimeObject*)L_29;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_26, (void*)(RuntimeObject*)L_29);
}
IL_0072_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_30 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_30, NULL);
// return result;
int32_t L_31 = V_3;
V_4 = L_31;
goto IL_0087;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0087:
{
// }
int32_t L_32 = V_4;
return L_32;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getParameterLabelByID_mB6BF91BCAA96B05B84EF5EF2589D058508BA26D5_AdjustorThunk (RuntimeObject* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, int32_t ___1_labelindex, String_t** ___2_label, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getParameterLabelByID_mB6BF91BCAA96B05B84EF5EF2589D058508BA26D5(_thisAdjusted, ___0_id, ___1_labelindex, ___2_label, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getUserPropertyCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserPropertyCount_m97C4D7A38E3A301ED4ABB132C5484490CD633208 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_GetUserPropertyCount(this.handle, out count);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_count;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_GetUserPropertyCount_mA27092CED7554D6CD710993D976616F28BB96769(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getUserPropertyCount_m97C4D7A38E3A301ED4ABB132C5484490CD633208_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getUserPropertyCount_m97C4D7A38E3A301ED4ABB132C5484490CD633208(_thisAdjusted, ___0_count, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getUserPropertyByIndex(System.Int32,FMOD.Studio.USER_PROPERTY&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserPropertyByIndex_m8B663040AFAF9A43C65EC47D9D3D5EC42BE2AEF8 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t ___0_index, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* ___1_property, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_GetUserPropertyByIndex(this.handle, index, out property);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* L_2 = ___1_property;
int32_t L_3;
L_3 = EventDescription_FMOD_Studio_EventDescription_GetUserPropertyByIndex_mE53C9EF7CDF0EFF4FF3C8EBE9E8D3AC1FA142D40(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getUserPropertyByIndex_m8B663040AFAF9A43C65EC47D9D3D5EC42BE2AEF8_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* ___1_property, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getUserPropertyByIndex_m8B663040AFAF9A43C65EC47D9D3D5EC42BE2AEF8(_thisAdjusted, ___0_index, ___1_property, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getUserProperty(System.String,FMOD.Studio.USER_PROPERTY&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserProperty_m9649D76D47D89E7B7D20CAC831AEEAB472073943 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, String_t* ___0_name, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* ___1_property, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001c:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0025;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0025:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_EventDescription_GetUserProperty(this.handle, encoder.byteFromStringUTF8(name), out property);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_name;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* L_7 = ___1_property;
int32_t L_8;
L_8 = EventDescription_FMOD_Studio_EventDescription_GetUserProperty_mA1E807F8EA3CB350203E39EB5C26B1911DE6A7CF(L_3, L_6, L_7, NULL);
V_1 = L_8;
goto IL_0026;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0026:
{
// }
int32_t L_9 = V_1;
return L_9;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getUserProperty_m9649D76D47D89E7B7D20CAC831AEEAB472073943_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* ___1_property, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getUserProperty_m9649D76D47D89E7B7D20CAC831AEEAB472073943(_thisAdjusted, ___0_name, ___1_property, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getLength(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getLength_mEB9643D6833D5827A5832ACA169F2A49B593693E (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t* ___0_length, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_GetLength(this.handle, out length);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_length;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_GetLength_mE222153278AE3E915D964B6616451760385CBB6F(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getLength_mEB9643D6833D5827A5832ACA169F2A49B593693E_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_length, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getLength_mEB9643D6833D5827A5832ACA169F2A49B593693E(_thisAdjusted, ___0_length, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getMinMaxDistance(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getMinMaxDistance_mE654238212BDFC95F39054AA69621A0DD2324E20 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, float* ___0_min, float* ___1_max, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_GetMinMaxDistance(this.handle, out min, out max);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_min;
float* L_2 = ___1_max;
int32_t L_3;
L_3 = EventDescription_FMOD_Studio_EventDescription_GetMinMaxDistance_mDE8DF8D18CFD5C9975B2F05302FFD3FBF738D3E2(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getMinMaxDistance_mE654238212BDFC95F39054AA69621A0DD2324E20_AdjustorThunk (RuntimeObject* __this, float* ___0_min, float* ___1_max, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getMinMaxDistance_mE654238212BDFC95F39054AA69621A0DD2324E20(_thisAdjusted, ___0_min, ___1_max, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getSoundSize(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getSoundSize_m411AC75F4224928815E89EBA8BE43D3EA55541CF (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, float* ___0_size, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_GetSoundSize(this.handle, out size);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_size;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_GetSoundSize_m128D3167C42F3A21A464181438A59761D581617C(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getSoundSize_m411AC75F4224928815E89EBA8BE43D3EA55541CF_AdjustorThunk (RuntimeObject* __this, float* ___0_size, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getSoundSize_m411AC75F4224928815E89EBA8BE43D3EA55541CF(_thisAdjusted, ___0_size, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::isSnapshot(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isSnapshot_m64D8130C5FFD7574AF2F2312EB6AD4D2B865E6F5 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, bool* ___0_snapshot, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_IsSnapshot(this.handle, out snapshot);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_snapshot;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_IsSnapshot_m679E04312C9E3621A65AB2862672E757BE4A9201(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_isSnapshot_m64D8130C5FFD7574AF2F2312EB6AD4D2B865E6F5_AdjustorThunk (RuntimeObject* __this, bool* ___0_snapshot, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_isSnapshot_m64D8130C5FFD7574AF2F2312EB6AD4D2B865E6F5(_thisAdjusted, ___0_snapshot, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::isOneshot(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isOneshot_m52C5136689621465AAEAA5EE6816960BF34FCC35 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, bool* ___0_oneshot, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_IsOneshot(this.handle, out oneshot);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_oneshot;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_IsOneshot_mD43C5ABF266B4D2B1C7F6CA411C78DC0261496FF(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_isOneshot_m52C5136689621465AAEAA5EE6816960BF34FCC35_AdjustorThunk (RuntimeObject* __this, bool* ___0_oneshot, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_isOneshot_m52C5136689621465AAEAA5EE6816960BF34FCC35(_thisAdjusted, ___0_oneshot, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::isStream(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isStream_m3BB5984927C53245C1A5E77E252CE71D2AC0FA48 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, bool* ___0_isStream, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_IsStream(this.handle, out isStream);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_isStream;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_IsStream_m9312CDF34DF9D922EE89F8D1453D209D24D6C702(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_isStream_m3BB5984927C53245C1A5E77E252CE71D2AC0FA48_AdjustorThunk (RuntimeObject* __this, bool* ___0_isStream, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_isStream_m3BB5984927C53245C1A5E77E252CE71D2AC0FA48(_thisAdjusted, ___0_isStream, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::is3D(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_is3D_m6857CCAB1EA6FFE6C59E5032507CD844FC209CBF (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, bool* ___0_is3D, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_Is3D(this.handle, out is3D);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_is3D;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_Is3D_m3B5251829B515E5EC686FAFD14AEF768C9501DCB(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_is3D_m6857CCAB1EA6FFE6C59E5032507CD844FC209CBF_AdjustorThunk (RuntimeObject* __this, bool* ___0_is3D, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_is3D_m6857CCAB1EA6FFE6C59E5032507CD844FC209CBF(_thisAdjusted, ___0_is3D, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::isDopplerEnabled(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_isDopplerEnabled_m35AEE9C3D2760FC7B8EBF15BE9482D4941AE4B5E (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, bool* ___0_doppler, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_IsDopplerEnabled(this.handle, out doppler);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_doppler;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_IsDopplerEnabled_mEEBF90B72747BF0390216533B86525E3F268B4FE(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_isDopplerEnabled_m35AEE9C3D2760FC7B8EBF15BE9482D4941AE4B5E_AdjustorThunk (RuntimeObject* __this, bool* ___0_doppler, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_isDopplerEnabled_m35AEE9C3D2760FC7B8EBF15BE9482D4941AE4B5E(_thisAdjusted, ___0_doppler, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::hasSustainPoint(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_hasSustainPoint_m58DB60B1B577A996527A12480AD14C037C20A46D (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, bool* ___0_sustainPoint, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_HasSustainPoint(this.handle, out sustainPoint);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_sustainPoint;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_HasSustainPoint_m57B2DB13BD573E343C7820ECE66C06E6406D4A5B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_hasSustainPoint_m58DB60B1B577A996527A12480AD14C037C20A46D_AdjustorThunk (RuntimeObject* __this, bool* ___0_sustainPoint, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_hasSustainPoint_m58DB60B1B577A996527A12480AD14C037C20A46D(_thisAdjusted, ___0_sustainPoint, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::createInstance(FMOD.Studio.EventInstance&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_createInstance_mEEADEA8D0DFCC555DFC71ABD968735EAA811A8AF (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* ___0_instance, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_CreateInstance(this.handle, out instance.handle);
intptr_t L_0 = __this->___handle_0;
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* L_1 = ___0_instance;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = EventDescription_FMOD_Studio_EventDescription_CreateInstance_m3F42CBA5D4779EBDF50EF24D994D0A6D6891F864(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_createInstance_mEEADEA8D0DFCC555DFC71ABD968735EAA811A8AF_AdjustorThunk (RuntimeObject* __this, EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* ___0_instance, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_createInstance_mEEADEA8D0DFCC555DFC71ABD968735EAA811A8AF(_thisAdjusted, ___0_instance, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getInstanceCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getInstanceCount_mCEF7D56BF5ADBCB27DD7212412F249535864DF42 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_GetInstanceCount(this.handle, out count);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_count;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_GetInstanceCount_m666ECC9D1C5F0B863D14ABFA4D7DC9D9B4BDCA47(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getInstanceCount_mCEF7D56BF5ADBCB27DD7212412F249535864DF42_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getInstanceCount_mCEF7D56BF5ADBCB27DD7212412F249535864DF42(_thisAdjusted, ___0_count, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getInstanceList(FMOD.Studio.EventInstance[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getInstanceList_m96410A573DCBCB0D98BA4C6F680AEAB74B90569B (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1** ___0_array, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// array = null;
EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1** L_0 = ___0_array;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// result = FMOD_Studio_EventDescription_GetInstanceCount(this.handle, out capacity);
intptr_t L_1 = __this->___handle_0;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_GetInstanceCount_m666ECC9D1C5F0B863D14ABFA4D7DC9D9B4BDCA47(L_1, (&V_1), NULL);
V_0 = L_2;
// if (result != RESULT.OK)
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_0016;
}
}
{
// return result;
int32_t L_4 = V_0;
return L_4;
}
IL_0016:
{
// if (capacity == 0)
int32_t L_5 = V_1;
if (L_5)
{
goto IL_0023;
}
}
{
// array = new EventInstance[0];
EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1** L_6 = ___0_array;
EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1* L_7 = (EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1*)(EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1*)SZArrayNew(EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1_il2cpp_TypeInfo_var, (uint32_t)0);
*((RuntimeObject**)L_6) = (RuntimeObject*)L_7;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_7);
// return result;
int32_t L_8 = V_0;
return L_8;
}
IL_0023:
{
// IntPtr[] rawArray = new IntPtr[capacity];
int32_t L_9 = V_1;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_10 = (IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)SZArrayNew(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_2 = L_10;
// result = FMOD_Studio_EventDescription_GetInstanceList(this.handle, rawArray, capacity, out actualCount);
intptr_t L_11 = __this->___handle_0;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_12 = V_2;
int32_t L_13 = V_1;
int32_t L_14;
L_14 = EventDescription_FMOD_Studio_EventDescription_GetInstanceList_m4EB87639A08EC3890624DDD07420637ED21F8624(L_11, L_12, L_13, (&V_3), NULL);
V_0 = L_14;
// if (result != RESULT.OK)
int32_t L_15 = V_0;
if (!L_15)
{
goto IL_003f;
}
}
{
// return result;
int32_t L_16 = V_0;
return L_16;
}
IL_003f:
{
// if (actualCount > capacity) // More items added since we queried just now?
int32_t L_17 = V_3;
int32_t L_18 = V_1;
if ((((int32_t)L_17) <= ((int32_t)L_18)))
{
goto IL_0045;
}
}
{
// actualCount = capacity;
int32_t L_19 = V_1;
V_3 = L_19;
}
IL_0045:
{
// array = new EventInstance[actualCount];
EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1** L_20 = ___0_array;
int32_t L_21 = V_3;
EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1* L_22 = (EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1*)(EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1*)SZArrayNew(EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1_il2cpp_TypeInfo_var, (uint32_t)L_21);
*((RuntimeObject**)L_20) = (RuntimeObject*)L_22;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_20, (void*)(RuntimeObject*)L_22);
// for (int i = 0; i < actualCount; ++i)
V_4 = 0;
goto IL_006a;
}
IL_0052:
{
// array[i].handle = rawArray[i];
EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1** L_23 = ___0_array;
EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1* L_24 = *((EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1**)L_23);
int32_t L_25 = V_4;
NullCheck(L_24);
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_26 = V_2;
int32_t L_27 = V_4;
NullCheck(L_26);
int32_t L_28 = L_27;
intptr_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)))->___handle_0 = L_29;
// for (int i = 0; i < actualCount; ++i)
int32_t L_30 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_006a:
{
// for (int i = 0; i < actualCount; ++i)
int32_t L_31 = V_4;
int32_t L_32 = V_3;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_0052;
}
}
{
// return RESULT.OK;
return (int32_t)(0);
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getInstanceList_m96410A573DCBCB0D98BA4C6F680AEAB74B90569B_AdjustorThunk (RuntimeObject* __this, EventInstanceU5BU5D_t850CE414948A0902B00941B0103D7A31856559C1** ___0_array, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getInstanceList_m96410A573DCBCB0D98BA4C6F680AEAB74B90569B(_thisAdjusted, ___0_array, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::loadSampleData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_loadSampleData_mCD4E35D915700408D5996005B78C4689E84BB6E9 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_LoadSampleData(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = EventDescription_FMOD_Studio_EventDescription_LoadSampleData_m11B7B988FFC6BE3083CD669C56C0DCD70E07D157(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_loadSampleData_mCD4E35D915700408D5996005B78C4689E84BB6E9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_loadSampleData_mCD4E35D915700408D5996005B78C4689E84BB6E9(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::unloadSampleData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_unloadSampleData_mF83E0FA28F53E3A730843BDD8E9D1E4CBD25EC82 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_UnloadSampleData(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = EventDescription_FMOD_Studio_EventDescription_UnloadSampleData_m20CB2D5ABF30F1A32922EBE1CBB18797A19DC87B(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_unloadSampleData_mF83E0FA28F53E3A730843BDD8E9D1E4CBD25EC82_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_unloadSampleData_mF83E0FA28F53E3A730843BDD8E9D1E4CBD25EC82(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getSampleLoadingState(FMOD.Studio.LOADING_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getSampleLoadingState_m02CCD348365EB5880D3D9AECE652597AB0A5E81B (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, int32_t* ___0_state, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_GetSampleLoadingState(this.handle, out state);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_state;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_GetSampleLoadingState_m68E5686A3A117CF3227E4470D9B90E8E58166818(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getSampleLoadingState_m02CCD348365EB5880D3D9AECE652597AB0A5E81B_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_state, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getSampleLoadingState_m02CCD348365EB5880D3D9AECE652597AB0A5E81B(_thisAdjusted, ___0_state, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::releaseAllInstances()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_releaseAllInstances_mCAF942416B2AD1DC9A918BC6033E776BC8EA9AE6 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_ReleaseAllInstances(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = EventDescription_FMOD_Studio_EventDescription_ReleaseAllInstances_mDE4C53111A58DC32C41E3A6094A69903C5940D86(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_releaseAllInstances_mCAF942416B2AD1DC9A918BC6033E776BC8EA9AE6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_releaseAllInstances_mCAF942416B2AD1DC9A918BC6033E776BC8EA9AE6(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::setCallback(FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_setCallback_m0487C3926C261A7BE2F159F17572A5ADF16253B3 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* ___0_callback, uint32_t ___1_callbackmask, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_SetCallback(this.handle, callback, callbackmask);
intptr_t L_0 = __this->___handle_0;
EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* L_1 = ___0_callback;
uint32_t L_2 = ___1_callbackmask;
int32_t L_3;
L_3 = EventDescription_FMOD_Studio_EventDescription_SetCallback_m4812AC3D0FCB72A981A8ABE26D35839F4EE8291D(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_setCallback_m0487C3926C261A7BE2F159F17572A5ADF16253B3_AdjustorThunk (RuntimeObject* __this, EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* ___0_callback, uint32_t ___1_callbackmask, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_setCallback_m0487C3926C261A7BE2F159F17572A5ADF16253B3(_thisAdjusted, ___0_callback, ___1_callbackmask, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_getUserData_mC30F177D391536FD58EA6A40F19F6BB93F847EF6 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_GetUserData_mE21603D4B70999906A37CAC73143717B595171FC(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_getUserData_mC30F177D391536FD58EA6A40F19F6BB93F847EF6_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_getUserData_mC30F177D391536FD58EA6A40F19F6BB93F847EF6(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_setUserData_mB48BEE75342B99EE8449100DBF635F05479D9218 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventDescription_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_SetUserData_m35C74A6E0A46EFE0EAFE718A543E33C16C4D273C(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventDescription_setUserData_mB48BEE75342B99EE8449100DBF635F05479D9218_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventDescription_setUserData_mB48BEE75342B99EE8449100DBF635F05479D9218(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// System.Boolean FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_FMOD_Studio_EventDescription_IsValid_m6E095909BE76956F6D1209256F7EDA997FFB0ED2 (intptr_t ___0_eventdescription, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_IsValid", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_IsValid)(___0_eventdescription);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription);
#endif
return static_cast<bool>(returnValue);
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetID(System.IntPtr,FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetID_mA5AC9A5562DE1D887E071E53555C44971DEA8F2C (intptr_t ___0_eventdescription, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetID)(___0_eventdescription, ___1_id);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_id);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetPath_m225588980B89E69029061B3CB4A718A68043D8BD (intptr_t ___0_eventdescription, intptr_t ___1_path, int32_t ___2_size, int32_t* ___3_retrieved, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetPath", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetPath)(___0_eventdescription, ___1_path, ___2_size, ___3_retrieved);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_path, ___2_size, ___3_retrieved);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionCount_mAB549AE838DBA94E4B72FC0A8CC9FBC14FEF3426 (intptr_t ___0_eventdescription, int32_t* ___1_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetParameterDescriptionCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetParameterDescriptionCount)(___0_eventdescription, ___1_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionByIndex(System.IntPtr,System.Int32,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByIndex_mF54F368BEDB6C75F2E3A4C5E231253590BD27AD0 (intptr_t ___0_eventdescription, int32_t ___1_index, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___2_parameter, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetParameterDescriptionByIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetParameterDescriptionByIndex)(___0_eventdescription, ___1_index, ___2_parameter);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_index, ___2_parameter);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionByName(System.IntPtr,System.Byte[],FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByName_mADFE67CDA4FC4AFBE34A81F5CBEBE448D7FBE420 (intptr_t ___0_eventdescription, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___2_parameter, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetParameterDescriptionByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_name' to native representation
uint8_t* ____1_name_marshaled = NULL;
if (___1_name != NULL)
{
____1_name_marshaled = reinterpret_cast<uint8_t*>((___1_name)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetParameterDescriptionByName)(___0_eventdescription, ____1_name_marshaled, ___2_parameter);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ____1_name_marshaled, ___2_parameter);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterDescriptionByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,FMOD.Studio.PARAMETER_DESCRIPTION&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterDescriptionByID_m60805AC8D02B0FFF362F908AFAD4E4E946DF38A9 (intptr_t ___0_eventdescription, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7* ___2_parameter, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85) + sizeof(PARAMETER_DESCRIPTION_tE31D21777363F5B04AE547948E1979A7B5124DD7*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetParameterDescriptionByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetParameterDescriptionByID)(___0_eventdescription, ___1_id, ___2_parameter);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_id, ___2_parameter);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterLabelByIndex(System.IntPtr,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByIndex_mD98887689974DB57AAF828F56DAD88846FDF22D9 (intptr_t ___0_eventdescription, int32_t ___1_index, int32_t ___2_labelindex, intptr_t ___3_label, int32_t ___4_size, int32_t* ___5_retrieved, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, int32_t, intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetParameterLabelByIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetParameterLabelByIndex)(___0_eventdescription, ___1_index, ___2_labelindex, ___3_label, ___4_size, ___5_retrieved);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_index, ___2_labelindex, ___3_label, ___4_size, ___5_retrieved);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterLabelByName(System.IntPtr,System.Byte[],System.Int32,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByName_mFB53EC5E1848E2CC8C5AB76E603DCF38A48C20D5 (intptr_t ___0_eventdescription, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, int32_t ___2_labelindex, intptr_t ___3_label, int32_t ___4_size, int32_t* ___5_retrieved, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, int32_t, intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetParameterLabelByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_name' to native representation
uint8_t* ____1_name_marshaled = NULL;
if (___1_name != NULL)
{
____1_name_marshaled = reinterpret_cast<uint8_t*>((___1_name)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetParameterLabelByName)(___0_eventdescription, ____1_name_marshaled, ___2_labelindex, ___3_label, ___4_size, ___5_retrieved);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ____1_name_marshaled, ___2_labelindex, ___3_label, ___4_size, ___5_retrieved);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetParameterLabelByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Int32,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetParameterLabelByID_mC5688AC501DCC89333ED8255DF2A21ADD4B3626F (intptr_t ___0_eventdescription, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, int32_t ___2_labelindex, intptr_t ___3_label, int32_t ___4_size, int32_t* ___5_retrieved, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, int32_t, intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85) + sizeof(int32_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetParameterLabelByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetParameterLabelByID)(___0_eventdescription, ___1_id, ___2_labelindex, ___3_label, ___4_size, ___5_retrieved);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_id, ___2_labelindex, ___3_label, ___4_size, ___5_retrieved);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserPropertyCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserPropertyCount_mA27092CED7554D6CD710993D976616F28BB96769 (intptr_t ___0_eventdescription, int32_t* ___1_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetUserPropertyCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetUserPropertyCount)(___0_eventdescription, ___1_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserPropertyByIndex(System.IntPtr,System.Int32,FMOD.Studio.USER_PROPERTY&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserPropertyByIndex_mE53C9EF7CDF0EFF4FF3C8EBE9E8D3AC1FA142D40 (intptr_t ___0_eventdescription, int32_t ___1_index, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* ___2_property, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetUserPropertyByIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___2_property' to native representation
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke ____2_property_empty = {};
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke* ____2_property_marshaled = &____2_property_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetUserPropertyByIndex)(___0_eventdescription, ___1_index, ____2_property_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_index, ____2_property_marshaled);
#endif
// Marshaling of parameter '___2_property' back from native representation
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228 _____2_property_marshaled_unmarshaled_dereferenced;
memset((&_____2_property_marshaled_unmarshaled_dereferenced), 0, sizeof(_____2_property_marshaled_unmarshaled_dereferenced));
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_pinvoke_back(*____2_property_marshaled, _____2_property_marshaled_unmarshaled_dereferenced);
*___2_property = _____2_property_marshaled_unmarshaled_dereferenced;
// Marshaling cleanup of parameter '___2_property' native representation
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_pinvoke_cleanup(*____2_property_marshaled);
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserProperty(System.IntPtr,System.Byte[],FMOD.Studio.USER_PROPERTY&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserProperty_mA1E807F8EA3CB350203E39EB5C26B1911DE6A7CF (intptr_t ___0_eventdescription, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228* ___2_property, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetUserProperty", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_name' to native representation
uint8_t* ____1_name_marshaled = NULL;
if (___1_name != NULL)
{
____1_name_marshaled = reinterpret_cast<uint8_t*>((___1_name)->GetAddressAtUnchecked(0));
}
// Marshaling of parameter '___2_property' to native representation
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke ____2_property_empty = {};
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshaled_pinvoke* ____2_property_marshaled = &____2_property_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetUserProperty)(___0_eventdescription, ____1_name_marshaled, ____2_property_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ____1_name_marshaled, ____2_property_marshaled);
#endif
// Marshaling of parameter '___2_property' back from native representation
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228 _____2_property_marshaled_unmarshaled_dereferenced;
memset((&_____2_property_marshaled_unmarshaled_dereferenced), 0, sizeof(_____2_property_marshaled_unmarshaled_dereferenced));
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_pinvoke_back(*____2_property_marshaled, _____2_property_marshaled_unmarshaled_dereferenced);
*___2_property = _____2_property_marshaled_unmarshaled_dereferenced;
// Marshaling cleanup of parameter '___2_property' native representation
USER_PROPERTY_tB1F010DEB50B29089B0381B28D0285E8E7C04228_marshal_pinvoke_cleanup(*____2_property_marshaled);
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetLength(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetLength_mE222153278AE3E915D964B6616451760385CBB6F (intptr_t ___0_eventdescription, int32_t* ___1_length, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetLength", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetLength)(___0_eventdescription, ___1_length);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_length);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetMinMaxDistance(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetMinMaxDistance_mDE8DF8D18CFD5C9975B2F05302FFD3FBF738D3E2 (intptr_t ___0_eventdescription, float* ___1_min, float* ___2_max, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetMinMaxDistance", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetMinMaxDistance)(___0_eventdescription, ___1_min, ___2_max);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_min, ___2_max);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetSoundSize(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetSoundSize_m128D3167C42F3A21A464181438A59761D581617C (intptr_t ___0_eventdescription, float* ___1_size, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetSoundSize", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetSoundSize)(___0_eventdescription, ___1_size);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_size);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsSnapshot(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsSnapshot_m679E04312C9E3621A65AB2862672E757BE4A9201 (intptr_t ___0_eventdescription, bool* ___1_snapshot, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_IsSnapshot", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_snapshot' to native representation
int32_t ____1_snapshot_empty = 0;
int32_t* ____1_snapshot_marshaled = &____1_snapshot_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_IsSnapshot)(___0_eventdescription, ____1_snapshot_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ____1_snapshot_marshaled);
#endif
// Marshaling of parameter '___1_snapshot' back from native representation
bool _____1_snapshot_marshaled_unmarshaled_dereferenced = false;
_____1_snapshot_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_snapshot_marshaled);
*___1_snapshot = _____1_snapshot_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsOneshot(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsOneshot_mD43C5ABF266B4D2B1C7F6CA411C78DC0261496FF (intptr_t ___0_eventdescription, bool* ___1_oneshot, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_IsOneshot", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_oneshot' to native representation
int32_t ____1_oneshot_empty = 0;
int32_t* ____1_oneshot_marshaled = &____1_oneshot_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_IsOneshot)(___0_eventdescription, ____1_oneshot_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ____1_oneshot_marshaled);
#endif
// Marshaling of parameter '___1_oneshot' back from native representation
bool _____1_oneshot_marshaled_unmarshaled_dereferenced = false;
_____1_oneshot_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_oneshot_marshaled);
*___1_oneshot = _____1_oneshot_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsStream(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsStream_m9312CDF34DF9D922EE89F8D1453D209D24D6C702 (intptr_t ___0_eventdescription, bool* ___1_isStream, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_IsStream", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_isStream' to native representation
int32_t ____1_isStream_empty = 0;
int32_t* ____1_isStream_marshaled = &____1_isStream_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_IsStream)(___0_eventdescription, ____1_isStream_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ____1_isStream_marshaled);
#endif
// Marshaling of parameter '___1_isStream' back from native representation
bool _____1_isStream_marshaled_unmarshaled_dereferenced = false;
_____1_isStream_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_isStream_marshaled);
*___1_isStream = _____1_isStream_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_Is3D(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_Is3D_m3B5251829B515E5EC686FAFD14AEF768C9501DCB (intptr_t ___0_eventdescription, bool* ___1_is3D, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_Is3D", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_is3D' to native representation
int32_t ____1_is3D_empty = 0;
int32_t* ____1_is3D_marshaled = &____1_is3D_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_Is3D)(___0_eventdescription, ____1_is3D_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ____1_is3D_marshaled);
#endif
// Marshaling of parameter '___1_is3D' back from native representation
bool _____1_is3D_marshaled_unmarshaled_dereferenced = false;
_____1_is3D_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_is3D_marshaled);
*___1_is3D = _____1_is3D_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_IsDopplerEnabled(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_IsDopplerEnabled_mEEBF90B72747BF0390216533B86525E3F268B4FE (intptr_t ___0_eventdescription, bool* ___1_doppler, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_IsDopplerEnabled", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_doppler' to native representation
int32_t ____1_doppler_empty = 0;
int32_t* ____1_doppler_marshaled = &____1_doppler_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_IsDopplerEnabled)(___0_eventdescription, ____1_doppler_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ____1_doppler_marshaled);
#endif
// Marshaling of parameter '___1_doppler' back from native representation
bool _____1_doppler_marshaled_unmarshaled_dereferenced = false;
_____1_doppler_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_doppler_marshaled);
*___1_doppler = _____1_doppler_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_HasSustainPoint(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_HasSustainPoint_m57B2DB13BD573E343C7820ECE66C06E6406D4A5B (intptr_t ___0_eventdescription, bool* ___1_sustainPoint, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_HasSustainPoint", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_sustainPoint' to native representation
int32_t ____1_sustainPoint_empty = 0;
int32_t* ____1_sustainPoint_marshaled = &____1_sustainPoint_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_HasSustainPoint)(___0_eventdescription, ____1_sustainPoint_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ____1_sustainPoint_marshaled);
#endif
// Marshaling of parameter '___1_sustainPoint' back from native representation
bool _____1_sustainPoint_marshaled_unmarshaled_dereferenced = false;
_____1_sustainPoint_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_sustainPoint_marshaled);
*___1_sustainPoint = _____1_sustainPoint_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_CreateInstance(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_CreateInstance_m3F42CBA5D4779EBDF50EF24D994D0A6D6891F864 (intptr_t ___0_eventdescription, intptr_t* ___1_instance, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_CreateInstance", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_CreateInstance)(___0_eventdescription, ___1_instance);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_instance);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetInstanceCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetInstanceCount_m666ECC9D1C5F0B863D14ABFA4D7DC9D9B4BDCA47 (intptr_t ___0_eventdescription, int32_t* ___1_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetInstanceCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetInstanceCount)(___0_eventdescription, ___1_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetInstanceList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetInstanceList_m4EB87639A08EC3890624DDD07420637ED21F8624 (intptr_t ___0_eventdescription, IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___1_array, int32_t ___2_capacity, int32_t* ___3_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetInstanceList", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_array' to native representation
intptr_t* ____1_array_marshaled = NULL;
if (___1_array != NULL)
{
____1_array_marshaled = reinterpret_cast<intptr_t*>((___1_array)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetInstanceList)(___0_eventdescription, ____1_array_marshaled, ___2_capacity, ___3_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ____1_array_marshaled, ___2_capacity, ___3_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_LoadSampleData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_LoadSampleData_m11B7B988FFC6BE3083CD669C56C0DCD70E07D157 (intptr_t ___0_eventdescription, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_LoadSampleData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_LoadSampleData)(___0_eventdescription);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_UnloadSampleData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_UnloadSampleData_m20CB2D5ABF30F1A32922EBE1CBB18797A19DC87B (intptr_t ___0_eventdescription, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_UnloadSampleData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_UnloadSampleData)(___0_eventdescription);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetSampleLoadingState(System.IntPtr,FMOD.Studio.LOADING_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetSampleLoadingState_m68E5686A3A117CF3227E4470D9B90E8E58166818 (intptr_t ___0_eventdescription, int32_t* ___1_state, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetSampleLoadingState", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetSampleLoadingState)(___0_eventdescription, ___1_state);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_state);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_ReleaseAllInstances(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_ReleaseAllInstances_mDE4C53111A58DC32C41E3A6094A69903C5940D86 (intptr_t ___0_eventdescription, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_ReleaseAllInstances", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_ReleaseAllInstances)(___0_eventdescription);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_SetCallback(System.IntPtr,FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_SetCallback_m4812AC3D0FCB72A981A8ABE26D35839F4EE8291D (intptr_t ___0_eventdescription, EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* ___1_callback, uint32_t ___2_callbackmask, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_SetCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_callback' to native representation
Il2CppMethodPointer ____1_callback_marshaled = NULL;
____1_callback_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___1_callback));
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_SetCallback)(___0_eventdescription, ____1_callback_marshaled, ___2_callbackmask);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ____1_callback_marshaled, ___2_callbackmask);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_GetUserData_mE21603D4B70999906A37CAC73143717B595171FC (intptr_t ___0_eventdescription, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_GetUserData)(___0_eventdescription, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventDescription::FMOD_Studio_EventDescription_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventDescription_FMOD_Studio_EventDescription_SetUserData_m35C74A6E0A46EFE0EAFE718A543E33C16C4D273C (intptr_t ___0_eventdescription, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventDescription_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventDescription_SetUserData)(___0_eventdescription, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_eventdescription, ___1_userdata);
#endif
return returnValue;
}
// System.Void FMOD.Studio.EventDescription::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescription__ctor_mA6BC19364D9FFE4B78EA8DA6D4A2C450A73B5F35 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public EventDescription(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public EventDescription(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void EventDescription__ctor_mA6BC19364D9FFE4B78EA8DA6D4A2C450A73B5F35_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
EventDescription__ctor_mA6BC19364D9FFE4B78EA8DA6D4A2C450A73B5F35_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.Studio.EventDescription::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_hasHandle_m105101F88B246358B4610CC102E5928AD6223E2C (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool EventDescription_hasHandle_m105101F88B246358B4610CC102E5928AD6223E2C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
bool _returnValue;
_returnValue = EventDescription_hasHandle_m105101F88B246358B4610CC102E5928AD6223E2C(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.Studio.EventDescription::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventDescription_clearHandle_m95FFAE0CEE5C25A900CA8A14B1E2BA0A98CBF331 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void EventDescription_clearHandle_m95FFAE0CEE5C25A900CA8A14B1E2BA0A98CBF331_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
EventDescription_clearHandle_m95FFAE0CEE5C25A900CA8A14B1E2BA0A98CBF331(_thisAdjusted, method);
}
// System.Boolean FMOD.Studio.EventDescription::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventDescription_isValid_m29F5D59A2E5E7C3DC8DB3BAB49AE6A6AF1015A91 (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, const RuntimeMethod* method)
{
{
// return hasHandle() && FMOD_Studio_EventDescription_IsValid(this.handle);
bool L_0;
L_0 = EventDescription_hasHandle_m105101F88B246358B4610CC102E5928AD6223E2C(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
intptr_t L_1 = __this->___handle_0;
bool L_2;
L_2 = EventDescription_FMOD_Studio_EventDescription_IsValid_m6E095909BE76956F6D1209256F7EDA997FFB0ED2(L_1, NULL);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool EventDescription_isValid_m29F5D59A2E5E7C3DC8DB3BAB49AE6A6AF1015A91_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C*>(__this + _offset);
bool _returnValue;
_returnValue = EventDescription_isValid_m29F5D59A2E5E7C3DC8DB3BAB49AE6A6AF1015A91(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.Studio.EventInstance::getDescription(FMOD.Studio.EventDescription&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getDescription_m9F6BC148384B2F53DC09EC8D25997A10DA1E1867 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* ___0_description, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetDescription(this.handle, out description.handle);
intptr_t L_0 = __this->___handle_0;
EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* L_1 = ___0_description;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_GetDescription_m3BF5C8C0494CBD1D2258B58677953AE5E64884FB(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getDescription_m9F6BC148384B2F53DC09EC8D25997A10DA1E1867_AdjustorThunk (RuntimeObject* __this, EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* ___0_description, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getDescription_m9F6BC148384B2F53DC09EC8D25997A10DA1E1867(_thisAdjusted, ___0_description, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getVolume(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getVolume_m6E2A0E9C9F06C33DE46CF85A749797FC3BC4D88C (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float* ___0_volume, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD_Studio_EventInstance_GetVolume(this.handle, out volume, IntPtr.Zero);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_volume;
intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_GetVolume_mA5E628D87CDB48C40284A61D47BE255804FC56B2(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getVolume_m6E2A0E9C9F06C33DE46CF85A749797FC3BC4D88C_AdjustorThunk (RuntimeObject* __this, float* ___0_volume, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getVolume_m6E2A0E9C9F06C33DE46CF85A749797FC3BC4D88C(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getVolume(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getVolume_m5B14CC5E0B9E39912870E35D4205A8908916CB82 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float* ___0_volume, float* ___1_finalvolume, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetVolume(this.handle, out volume, out finalvolume);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_volume;
float* L_2 = ___1_finalvolume;
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_GetVolume_m77EBE3D65A0C35A9FD00E234D6BBDA02801EF891(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getVolume_m5B14CC5E0B9E39912870E35D4205A8908916CB82_AdjustorThunk (RuntimeObject* __this, float* ___0_volume, float* ___1_finalvolume, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getVolume_m5B14CC5E0B9E39912870E35D4205A8908916CB82(_thisAdjusted, ___0_volume, ___1_finalvolume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setVolume_m9593D31100635F7B5032BAD04BAE93CCC884811D (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float ___0_volume, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_SetVolume(this.handle, volume);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_volume;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_SetVolume_mA7221C51218D0A304417FCE06D78CADE4688B670(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setVolume_m9593D31100635F7B5032BAD04BAE93CCC884811D_AdjustorThunk (RuntimeObject* __this, float ___0_volume, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setVolume_m9593D31100635F7B5032BAD04BAE93CCC884811D(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getPitch(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPitch_mAD6EDC09CAE65FCF2C1D866ADCBC9FAAC43F4D70 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float* ___0_pitch, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// return FMOD_Studio_EventInstance_GetPitch(this.handle, out pitch, IntPtr.Zero);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_pitch;
intptr_t L_2 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_GetPitch_mB0C01384E7F258FB375247786B5B47ED8F670FBF(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getPitch_mAD6EDC09CAE65FCF2C1D866ADCBC9FAAC43F4D70_AdjustorThunk (RuntimeObject* __this, float* ___0_pitch, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getPitch_mAD6EDC09CAE65FCF2C1D866ADCBC9FAAC43F4D70(_thisAdjusted, ___0_pitch, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getPitch(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPitch_m3F6445E687488DCFEBE9F1C3F3ABAAF3720C13EA (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float* ___0_pitch, float* ___1_finalpitch, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetPitch(this.handle, out pitch, out finalpitch);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_pitch;
float* L_2 = ___1_finalpitch;
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_GetPitch_m7AE5562FF2E0A366792BCFAE874381EEDF4F29D4(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getPitch_m3F6445E687488DCFEBE9F1C3F3ABAAF3720C13EA_AdjustorThunk (RuntimeObject* __this, float* ___0_pitch, float* ___1_finalpitch, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getPitch_m3F6445E687488DCFEBE9F1C3F3ABAAF3720C13EA(_thisAdjusted, ___0_pitch, ___1_finalpitch, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setPitch(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setPitch_m62D3DA85D5247A523F77F55A54CA4F91A9F0BE73 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float ___0_pitch, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_SetPitch(this.handle, pitch);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_pitch;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_SetPitch_m1443113D0875E0E8CA5F95632071F87C0BE71C50(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setPitch_m62D3DA85D5247A523F77F55A54CA4F91A9F0BE73_AdjustorThunk (RuntimeObject* __this, float ___0_pitch, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setPitch_m62D3DA85D5247A523F77F55A54CA4F91A9F0BE73(_thisAdjusted, ___0_pitch, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::get3DAttributes(FMOD.ATTRIBUTES_3D&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_get3DAttributes_m74A5DF2282483EC1D112E2AA060EAC3040D933E3 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___0_attributes, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_Get3DAttributes(this.handle, out attributes);
intptr_t L_0 = __this->___handle_0;
ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* L_1 = ___0_attributes;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_Get3DAttributes_m83B800BD0BDC7A85774BA349A1B9FD358A2AC867(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_get3DAttributes_m74A5DF2282483EC1D112E2AA060EAC3040D933E3_AdjustorThunk (RuntimeObject* __this, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___0_attributes, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_get3DAttributes_m74A5DF2282483EC1D112E2AA060EAC3040D933E3(_thisAdjusted, ___0_attributes, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::set3DAttributes(FMOD.ATTRIBUTES_3D)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_set3DAttributes_m50240BF34F70062566F9AA89CCE063A671B9B85B (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___0_attributes, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_Set3DAttributes(this.handle, ref attributes);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = EventInstance_FMOD_Studio_EventInstance_Set3DAttributes_mF442D1224C28D6BCE99ECDBED98D5AB87BF00B9A(L_0, (&___0_attributes), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_set3DAttributes_m50240BF34F70062566F9AA89CCE063A671B9B85B_AdjustorThunk (RuntimeObject* __this, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777 ___0_attributes, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_set3DAttributes_m50240BF34F70062566F9AA89CCE063A671B9B85B(_thisAdjusted, ___0_attributes, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getListenerMask(System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getListenerMask_mB53974BE29404394BC17D7B6B76E7051E0B3AF9B (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, uint32_t* ___0_mask, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetListenerMask(this.handle, out mask);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_mask;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_GetListenerMask_mBE1FE7966F2092CE2E423E79099A5106C130E6BD(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getListenerMask_mB53974BE29404394BC17D7B6B76E7051E0B3AF9B_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_mask, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getListenerMask_mB53974BE29404394BC17D7B6B76E7051E0B3AF9B(_thisAdjusted, ___0_mask, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setListenerMask(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setListenerMask_mAB4255CEAE4067915225F49C0E8012D73D4DCB25 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, uint32_t ___0_mask, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_SetListenerMask(this.handle, mask);
intptr_t L_0 = __this->___handle_0;
uint32_t L_1 = ___0_mask;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_SetListenerMask_m341214200200804686D2941DA6F080CC45063C65(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setListenerMask_mAB4255CEAE4067915225F49C0E8012D73D4DCB25_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_mask, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setListenerMask_mAB4255CEAE4067915225F49C0E8012D73D4DCB25(_thisAdjusted, ___0_mask, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getProperty(FMOD.Studio.EVENT_PROPERTY,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getProperty_mC18D1D83D68560805D5AB57ED3FD346CAA716567 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_index, float* ___1_value, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetProperty(this.handle, index, out value);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
float* L_2 = ___1_value;
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_GetProperty_m2B2AB48119FC5F694B776D25DC4A2F5750C9CD57(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getProperty_mC18D1D83D68560805D5AB57ED3FD346CAA716567_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, float* ___1_value, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getProperty_mC18D1D83D68560805D5AB57ED3FD346CAA716567(_thisAdjusted, ___0_index, ___1_value, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setProperty(FMOD.Studio.EVENT_PROPERTY,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setProperty_mD4AA00F4E8A4F958AFD5BE96E82E7C95787293AC (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_index, float ___1_value, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_SetProperty(this.handle, index, value);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
float L_2 = ___1_value;
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_SetProperty_mAAC48C548A56C0CEA98E19C743E2BA6B05B855E6(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setProperty_mD4AA00F4E8A4F958AFD5BE96E82E7C95787293AC_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, float ___1_value, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setProperty_mD4AA00F4E8A4F958AFD5BE96E82E7C95787293AC(_thisAdjusted, ___0_index, ___1_value, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getReverbLevel(System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getReverbLevel_m68CF838CFA48943985E4213A16FFBBEAE41F5E06 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_index, float* ___1_level, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetReverbLevel(this.handle, index, out level);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
float* L_2 = ___1_level;
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_GetReverbLevel_m6314421336BC083EEA815B84E7BDFD67A89159DC(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getReverbLevel_m68CF838CFA48943985E4213A16FFBBEAE41F5E06_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, float* ___1_level, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getReverbLevel_m68CF838CFA48943985E4213A16FFBBEAE41F5E06(_thisAdjusted, ___0_index, ___1_level, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setReverbLevel(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setReverbLevel_mDC057F83A2600780F364B47A916C822AFDA8BBB2 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_index, float ___1_level, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_SetReverbLevel(this.handle, index, level);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_index;
float L_2 = ___1_level;
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_SetReverbLevel_m9DEBB08D754501872F12E977A4F3DA9066BDCEE8(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setReverbLevel_mDC057F83A2600780F364B47A916C822AFDA8BBB2_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, float ___1_level, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setReverbLevel_mDC057F83A2600780F364B47A916C822AFDA8BBB2(_thisAdjusted, ___0_index, ___1_level, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getPaused(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPaused_mC16F2314B078EECA87C7493597AC8F47D8B21072 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, bool* ___0_paused, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetPaused(this.handle, out paused);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_paused;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_GetPaused_m1D967C204191952A716E8C8CB440A9BF276E70E4(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getPaused_mC16F2314B078EECA87C7493597AC8F47D8B21072_AdjustorThunk (RuntimeObject* __this, bool* ___0_paused, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getPaused_mC16F2314B078EECA87C7493597AC8F47D8B21072(_thisAdjusted, ___0_paused, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setPaused_m590947CE1A5DD2B5C64B3AA7A36313CA78B6CF13 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, bool ___0_paused, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_SetPaused(this.handle, paused);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_paused;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_SetPaused_m13EF07EB710945156B6423506B549FFC4C0081CD(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setPaused_m590947CE1A5DD2B5C64B3AA7A36313CA78B6CF13_AdjustorThunk (RuntimeObject* __this, bool ___0_paused, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setPaused_m590947CE1A5DD2B5C64B3AA7A36313CA78B6CF13(_thisAdjusted, ___0_paused, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_start_mA66929F498D81CE8EBEF687D9EFEC93BDB4AAEF4 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_Start(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = EventInstance_FMOD_Studio_EventInstance_Start_m925EB66BBE17C40C2F4C79B072F2398612DECDC8(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_start_mA66929F498D81CE8EBEF687D9EFEC93BDB4AAEF4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_start_mA66929F498D81CE8EBEF687D9EFEC93BDB4AAEF4(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::stop(FMOD.Studio.STOP_MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_stop_mD78982E36B28F26C554BADE22371832E58E69A5E (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_mode, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_Stop(this.handle, mode);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_mode;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_Stop_m9BDB435785F82C62CB92CD7C9217D91C165EBDF5(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_stop_mD78982E36B28F26C554BADE22371832E58E69A5E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_mode, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_stop_mD78982E36B28F26C554BADE22371832E58E69A5E(_thisAdjusted, ___0_mode, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getTimelinePosition(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getTimelinePosition_m5E859655FD14674B6F7FA265275164AFE69C69F7 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t* ___0_position, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetTimelinePosition(this.handle, out position);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_position;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_GetTimelinePosition_mF51B5A74689580A22BEF668E0BF77D1979DD0784(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getTimelinePosition_m5E859655FD14674B6F7FA265275164AFE69C69F7_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_position, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getTimelinePosition_m5E859655FD14674B6F7FA265275164AFE69C69F7(_thisAdjusted, ___0_position, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setTimelinePosition(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setTimelinePosition_m1C678AE1432DC515AEC38D6F4C484538061D795E (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t ___0_position, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_SetTimelinePosition(this.handle, position);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_position;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_SetTimelinePosition_mCC074C8298A5B5464C47F9C24DDFDF061B6AA5D6(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setTimelinePosition_m1C678AE1432DC515AEC38D6F4C484538061D795E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_position, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setTimelinePosition_m1C678AE1432DC515AEC38D6F4C484538061D795E(_thisAdjusted, ___0_position, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getPlaybackState(FMOD.Studio.PLAYBACK_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getPlaybackState_mB663914CE669A30DD8B8FEA9BED6796835BFE6F0 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, int32_t* ___0_state, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetPlaybackState(this.handle, out state);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_state;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_GetPlaybackState_m92E12A7828A5C52BEE3A730BA80BAA9A355C7C59(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getPlaybackState_mB663914CE669A30DD8B8FEA9BED6796835BFE6F0_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_state, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getPlaybackState_mB663914CE669A30DD8B8FEA9BED6796835BFE6F0(_thisAdjusted, ___0_state, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getChannelGroup(FMOD.ChannelGroup&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getChannelGroup_mA2145E4B2D6B9B56A35F1B5757FFFFDD878A4C8A (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___0_group, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetChannelGroup(this.handle, out group.handle);
intptr_t L_0 = __this->___handle_0;
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* L_1 = ___0_group;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_GetChannelGroup_m3173F585686FE410C965D98AF7A853F190AC9068(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getChannelGroup_mA2145E4B2D6B9B56A35F1B5757FFFFDD878A4C8A_AdjustorThunk (RuntimeObject* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___0_group, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getChannelGroup_mA2145E4B2D6B9B56A35F1B5757FFFFDD878A4C8A(_thisAdjusted, ___0_group, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getMinMaxDistance(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getMinMaxDistance_m68A48C243B65CEEF5E19C8897374418C4FA4BE6B (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, float* ___0_min, float* ___1_max, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetMinMaxDistance(this.handle, out min, out max);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_min;
float* L_2 = ___1_max;
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_GetMinMaxDistance_mDF0B2AC007AACC39E42E7F1AB8EB7A93FA35FAFD(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getMinMaxDistance_m68A48C243B65CEEF5E19C8897374418C4FA4BE6B_AdjustorThunk (RuntimeObject* __this, float* ___0_min, float* ___1_max, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getMinMaxDistance_m68A48C243B65CEEF5E19C8897374418C4FA4BE6B(_thisAdjusted, ___0_min, ___1_max, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_release_m4A3D07B98E9490FA05B8963366254FA6D6829AEE (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_Release(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = EventInstance_FMOD_Studio_EventInstance_Release_m58368F62AA5CA1742ED836196F362EA6BDB4A983(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_release_m4A3D07B98E9490FA05B8963366254FA6D6829AEE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_release_m4A3D07B98E9490FA05B8963366254FA6D6829AEE(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::isVirtual(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_isVirtual_m5BE9E5513503D0D8B634D81098634614427BB1AC (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, bool* ___0_virtualstate, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_IsVirtual(this.handle, out virtualstate);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_virtualstate;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_IsVirtual_m778791D5EADDDBBCAC4A41F23F5D7CA8D0E65E8F(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_isVirtual_m5BE9E5513503D0D8B634D81098634614427BB1AC_AdjustorThunk (RuntimeObject* __this, bool* ___0_virtualstate, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_isVirtual_m5BE9E5513503D0D8B634D81098634614427BB1AC(_thisAdjusted, ___0_virtualstate, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByID_m9C37C425C47528B76BFAAE091E1B427B8F13C2C7 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float* ___1_value, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return getParameterByID(id, out value, out finalvalue);
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_0 = ___0_id;
float* L_1 = ___1_value;
int32_t L_2;
L_2 = EventInstance_getParameterByID_m157F542432B050C77C09B1D7BD1926B1565B295B(__this, L_0, L_1, (&V_0), NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getParameterByID_m9C37C425C47528B76BFAAE091E1B427B8F13C2C7_AdjustorThunk (RuntimeObject* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float* ___1_value, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getParameterByID_m9C37C425C47528B76BFAAE091E1B427B8F13C2C7(_thisAdjusted, ___0_id, ___1_value, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getParameterByID(FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByID_m157F542432B050C77C09B1D7BD1926B1565B295B (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float* ___1_value, float* ___2_finalvalue, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetParameterByID(this.handle, id, out value, out finalvalue);
intptr_t L_0 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_1 = ___0_id;
float* L_2 = ___1_value;
float* L_3 = ___2_finalvalue;
int32_t L_4;
L_4 = EventInstance_FMOD_Studio_EventInstance_GetParameterByID_m6E47B00859AD99698FF66C1A08C6DD42D78D1CD3(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getParameterByID_m157F542432B050C77C09B1D7BD1926B1565B295B_AdjustorThunk (RuntimeObject* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float* ___1_value, float* ___2_finalvalue, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getParameterByID_m157F542432B050C77C09B1D7BD1926B1565B295B(_thisAdjusted, ___0_id, ___1_value, ___2_finalvalue, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setParameterByID(FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByID_m08F2897BA95726D7A4DC51D0141199D1A6AEABFF (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_SetParameterByID(this.handle, id, value, ignoreseekspeed);
intptr_t L_0 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_1 = ___0_id;
float L_2 = ___1_value;
bool L_3 = ___2_ignoreseekspeed;
int32_t L_4;
L_4 = EventInstance_FMOD_Studio_EventInstance_SetParameterByID_m88A4018D1442CF94C2B9DF1E341E7EE38E909383(L_0, L_1, L_2, L_3, NULL);
return L_4;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setParameterByID_m08F2897BA95726D7A4DC51D0141199D1A6AEABFF_AdjustorThunk (RuntimeObject* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setParameterByID_m08F2897BA95726D7A4DC51D0141199D1A6AEABFF(_thisAdjusted, ___0_id, ___1_value, ___2_ignoreseekspeed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setParameterByIDWithLabel(FMOD.Studio.PARAMETER_ID,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByIDWithLabel_m142172EA6DFDC5E6434C0C786FDCB7F3326E9295 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001d:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0026;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0026:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_EventInstance_SetParameterByIDWithLabel(this.handle, id, encoder.byteFromStringUTF8(label), ignoreseekspeed);
intptr_t L_3 = __this->___handle_0;
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 L_4 = ___0_id;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_5 = V_0;
String_t* L_6 = ___1_label;
NullCheck(L_5);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7;
L_7 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_5, L_6, NULL);
bool L_8 = ___2_ignoreseekspeed;
int32_t L_9;
L_9 = EventInstance_FMOD_Studio_EventInstance_SetParameterByIDWithLabel_m42B20E90E7DA01B1A4CEC447DD3C5265967AA68C(L_3, L_4, L_7, L_8, NULL);
V_1 = L_9;
goto IL_0027;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0027:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setParameterByIDWithLabel_m142172EA6DFDC5E6434C0C786FDCB7F3326E9295_AdjustorThunk (RuntimeObject* __this, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___0_id, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setParameterByIDWithLabel_m142172EA6DFDC5E6434C0C786FDCB7F3326E9295(_thisAdjusted, ___0_id, ___1_label, ___2_ignoreseekspeed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setParametersByIDs(FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParametersByIDs_m6E5AC8099004CB21344AF0FFA0BFA2195507F805 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2* ___0_ids, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_values, int32_t ___2_count, bool ___3_ignoreseekspeed, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_SetParametersByIDs(this.handle, ids, values, count, ignoreseekspeed);
intptr_t L_0 = __this->___handle_0;
PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2* L_1 = ___0_ids;
SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* L_2 = ___1_values;
int32_t L_3 = ___2_count;
bool L_4 = ___3_ignoreseekspeed;
int32_t L_5;
L_5 = EventInstance_FMOD_Studio_EventInstance_SetParametersByIDs_mAD9A8E040EC58483D048E6B15BB2E70A360B34FD(L_0, L_1, L_2, L_3, L_4, NULL);
return L_5;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setParametersByIDs_m6E5AC8099004CB21344AF0FFA0BFA2195507F805_AdjustorThunk (RuntimeObject* __this, PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2* ___0_ids, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___1_values, int32_t ___2_count, bool ___3_ignoreseekspeed, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setParametersByIDs_m6E5AC8099004CB21344AF0FFA0BFA2195507F805(_thisAdjusted, ___0_ids, ___1_values, ___2_count, ___3_ignoreseekspeed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getParameterByName(System.String,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByName_m317C5BC27707861087BE14BC92984D85F61D9E6F (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, String_t* ___0_name, float* ___1_value, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return getParameterByName(name, out value, out finalValue);
String_t* L_0 = ___0_name;
float* L_1 = ___1_value;
int32_t L_2;
L_2 = EventInstance_getParameterByName_m08625A220860267A2B8C3A641EDCFA53491915C9(__this, L_0, L_1, (&V_0), NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getParameterByName_m317C5BC27707861087BE14BC92984D85F61D9E6F_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, float* ___1_value, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getParameterByName_m317C5BC27707861087BE14BC92984D85F61D9E6F(_thisAdjusted, ___0_name, ___1_value, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getParameterByName(System.String,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getParameterByName_m08625A220860267A2B8C3A641EDCFA53491915C9 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, String_t* ___0_name, float* ___1_value, float* ___2_finalvalue, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001d:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0026;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0026:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_EventInstance_GetParameterByName(this.handle, encoder.byteFromStringUTF8(name), out value, out finalvalue);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_name;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
float* L_7 = ___1_value;
float* L_8 = ___2_finalvalue;
int32_t L_9;
L_9 = EventInstance_FMOD_Studio_EventInstance_GetParameterByName_m119866B2C509D2CC67DD169963A3CBF948753F9B(L_3, L_6, L_7, L_8, NULL);
V_1 = L_9;
goto IL_0027;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0027:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getParameterByName_m08625A220860267A2B8C3A641EDCFA53491915C9_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, float* ___1_value, float* ___2_finalvalue, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getParameterByName_m08625A220860267A2B8C3A641EDCFA53491915C9(_thisAdjusted, ___0_name, ___1_value, ___2_finalvalue, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setParameterByName(System.String,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByName_m50130723FCF1C6AFF16B667E2B4B59DED9E1AFAF (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, String_t* ___0_name, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001d:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0026;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0026:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_EventInstance_SetParameterByName(this.handle, encoder.byteFromStringUTF8(name), value, ignoreseekspeed);
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_name;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
float L_7 = ___1_value;
bool L_8 = ___2_ignoreseekspeed;
int32_t L_9;
L_9 = EventInstance_FMOD_Studio_EventInstance_SetParameterByName_mB938E71A9922BC06AFE42D14E9CBDED3927B47F4(L_3, L_6, L_7, L_8, NULL);
V_1 = L_9;
goto IL_0027;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0027:
{
// }
int32_t L_10 = V_1;
return L_10;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setParameterByName_m50130723FCF1C6AFF16B667E2B4B59DED9E1AFAF_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, float ___1_value, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setParameterByName_m50130723FCF1C6AFF16B667E2B4B59DED9E1AFAF(_thisAdjusted, ___0_name, ___1_value, ___2_ignoreseekspeed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setParameterByNameWithLabel(System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setParameterByNameWithLabel_m61EAFFAAA46ACA7DBE30F464FA9E1B3637012DEA (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, String_t* ___0_name, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_1 = NULL;
int32_t V_2 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper(),
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0033:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_003c;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_003c:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// labelEncoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3;
L_3 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_1 = L_3;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0029_1:
{// begin finally (depth: 2)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_1;
if (!L_4)
{
goto IL_0032_1;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_5 = V_1;
NullCheck(L_5);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_5);
}
IL_0032_1:
{
return;
}
}// end finally (depth: 2)
});
try
{// begin try (depth: 2)
// return FMOD_Studio_EventInstance_SetParameterByNameWithLabel(this.handle, encoder.byteFromStringUTF8(name), labelEncoder.byteFromStringUTF8(label), ignoreseekspeed);
intptr_t L_6 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_7 = V_0;
String_t* L_8 = ___0_name;
NullCheck(L_7);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9;
L_9 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_7, L_8, NULL);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_10 = V_1;
String_t* L_11 = ___1_label;
NullCheck(L_10);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12;
L_12 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_10, L_11, NULL);
bool L_13 = ___2_ignoreseekspeed;
int32_t L_14;
L_14 = EventInstance_FMOD_Studio_EventInstance_SetParameterByNameWithLabel_mB78CA9E04DF2A932AC65B5B0D5CD7D29D4F82B8F(L_6, L_9, L_12, L_13, NULL);
V_2 = L_14;
goto IL_003d;
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_003d:
{
// }
int32_t L_15 = V_2;
return L_15;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setParameterByNameWithLabel_m61EAFFAAA46ACA7DBE30F464FA9E1B3637012DEA_AdjustorThunk (RuntimeObject* __this, String_t* ___0_name, String_t* ___1_label, bool ___2_ignoreseekspeed, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setParameterByNameWithLabel_m61EAFFAAA46ACA7DBE30F464FA9E1B3637012DEA(_thisAdjusted, ___0_name, ___1_label, ___2_ignoreseekspeed, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::keyOff()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_keyOff_m8AC2C6F5666FC6AAA8060BE969533424A19EB207 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_KeyOff(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = EventInstance_FMOD_Studio_EventInstance_KeyOff_m4F35FF1B872CCCA41E2753A2455F2EBE952285D5(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_keyOff_m8AC2C6F5666FC6AAA8060BE969533424A19EB207_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_keyOff_m8AC2C6F5666FC6AAA8060BE969533424A19EB207(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setCallback(FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setCallback_m019C5A94431EFBCB0857CA2EBAB5E90A5C0BC231 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* ___0_callback, uint32_t ___1_callbackmask, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_SetCallback(this.handle, callback, callbackmask);
intptr_t L_0 = __this->___handle_0;
EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* L_1 = ___0_callback;
uint32_t L_2 = ___1_callbackmask;
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_SetCallback_m2D3600F8578614A9B3E90665F7645F90AC01FB8A(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setCallback_m019C5A94431EFBCB0857CA2EBAB5E90A5C0BC231_AdjustorThunk (RuntimeObject* __this, EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* ___0_callback, uint32_t ___1_callbackmask, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setCallback_m019C5A94431EFBCB0857CA2EBAB5E90A5C0BC231(_thisAdjusted, ___0_callback, ___1_callbackmask, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getUserData_mC5E745C30CBD38280267A7CB4670E137BEF23C91 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_GetUserData_mC24634FA4A49802AA112CA700163A92E7D7486B0(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getUserData_mC5E745C30CBD38280267A7CB4670E137BEF23C91_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getUserData_mC5E745C30CBD38280267A7CB4670E137BEF23C91(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_setUserData_mB31994821EADF32FA619260B66C2034AE8BD1090 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_SetUserData_mFB2CBBCAA48F091DCA136AD9F5462FD2352F6F07(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_setUserData_mB31994821EADF32FA619260B66C2034AE8BD1090_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_setUserData_mB31994821EADF32FA619260B66C2034AE8BD1090(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getCPUUsage(System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getCPUUsage_m29FDC09B87978C47F0A4DD59CA54347030800938 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, uint32_t* ___0_exclusive, uint32_t* ___1_inclusive, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetCPUUsage(this.handle, out exclusive, out inclusive);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_exclusive;
uint32_t* L_2 = ___1_inclusive;
int32_t L_3;
L_3 = EventInstance_FMOD_Studio_EventInstance_GetCPUUsage_mADEBA05013784CC0EB342C75A7F2B864DB9C692C(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getCPUUsage_m29FDC09B87978C47F0A4DD59CA54347030800938_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_exclusive, uint32_t* ___1_inclusive, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getCPUUsage_m29FDC09B87978C47F0A4DD59CA54347030800938(_thisAdjusted, ___0_exclusive, ___1_inclusive, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::getMemoryUsage(FMOD.Studio.MEMORY_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_getMemoryUsage_mB505C8F9ED716F09B11AB33BF57A2CF6667EDE5A (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___0_memoryusage, const RuntimeMethod* method)
{
{
// return FMOD_Studio_EventInstance_GetMemoryUsage(this.handle, out memoryusage);
intptr_t L_0 = __this->___handle_0;
MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* L_1 = ___0_memoryusage;
int32_t L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_GetMemoryUsage_m2924DDB54A5C70FE7D8FFA378396A3C4AE0FF00B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t EventInstance_getMemoryUsage_mB505C8F9ED716F09B11AB33BF57A2CF6667EDE5A_AdjustorThunk (RuntimeObject* __this, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___0_memoryusage, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
int32_t _returnValue;
_returnValue = EventInstance_getMemoryUsage_mB505C8F9ED716F09B11AB33BF57A2CF6667EDE5A(_thisAdjusted, ___0_memoryusage, method);
return _returnValue;
}
// System.Boolean FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_FMOD_Studio_EventInstance_IsValid_mE9EC897D52D9F54E3E2ECF50C56CDFC11C2B6AB7 (intptr_t ___0__event, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_IsValid", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_IsValid)(___0__event);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event);
#endif
return static_cast<bool>(returnValue);
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetDescription(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetDescription_m3BF5C8C0494CBD1D2258B58677953AE5E64884FB (intptr_t ___0__event, intptr_t* ___1_description, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetDescription", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetDescription)(___0__event, ___1_description);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_description);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetVolume(System.IntPtr,System.Single&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetVolume_mA5E628D87CDB48C40284A61D47BE255804FC56B2 (intptr_t ___0__event, float* ___1_volume, intptr_t ___2_zero, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetVolume)(___0__event, ___1_volume, ___2_zero);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_volume, ___2_zero);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetVolume(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetVolume_m77EBE3D65A0C35A9FD00E234D6BBDA02801EF891 (intptr_t ___0__event, float* ___1_volume, float* ___2_finalvolume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetVolume)(___0__event, ___1_volume, ___2_finalvolume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_volume, ___2_finalvolume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetVolume(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetVolume_mA7221C51218D0A304417FCE06D78CADE4688B670 (intptr_t ___0__event, float ___1_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetVolume)(___0__event, ___1_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPitch(System.IntPtr,System.Single&,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPitch_mB0C01384E7F258FB375247786B5B47ED8F670FBF (intptr_t ___0__event, float* ___1_pitch, intptr_t ___2_zero, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetPitch", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetPitch)(___0__event, ___1_pitch, ___2_zero);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_pitch, ___2_zero);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPitch(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPitch_m7AE5562FF2E0A366792BCFAE874381EEDF4F29D4 (intptr_t ___0__event, float* ___1_pitch, float* ___2_finalpitch, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetPitch", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetPitch)(___0__event, ___1_pitch, ___2_finalpitch);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_pitch, ___2_finalpitch);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetPitch(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetPitch_m1443113D0875E0E8CA5F95632071F87C0BE71C50 (intptr_t ___0__event, float ___1_pitch, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetPitch", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetPitch)(___0__event, ___1_pitch);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_pitch);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Get3DAttributes(System.IntPtr,FMOD.ATTRIBUTES_3D&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Get3DAttributes_m83B800BD0BDC7A85774BA349A1B9FD358A2AC867 (intptr_t ___0__event, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___1_attributes, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_Get3DAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_Get3DAttributes)(___0__event, ___1_attributes);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_attributes);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Set3DAttributes(System.IntPtr,FMOD.ATTRIBUTES_3D&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Set3DAttributes_mF442D1224C28D6BCE99ECDBED98D5AB87BF00B9A (intptr_t ___0__event, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777* ___1_attributes, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(ATTRIBUTES_3D_t7EF2217FD18A1BFC021A8DE2B77B4F109A06B777*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_Set3DAttributes", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_Set3DAttributes)(___0__event, ___1_attributes);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_attributes);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetListenerMask(System.IntPtr,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetListenerMask_mBE1FE7966F2092CE2E423E79099A5106C130E6BD (intptr_t ___0__event, uint32_t* ___1_mask, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetListenerMask", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetListenerMask)(___0__event, ___1_mask);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_mask);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetListenerMask(System.IntPtr,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetListenerMask_m341214200200804686D2941DA6F080CC45063C65 (intptr_t ___0__event, uint32_t ___1_mask, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetListenerMask", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetListenerMask)(___0__event, ___1_mask);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_mask);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetProperty(System.IntPtr,FMOD.Studio.EVENT_PROPERTY,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetProperty_m2B2AB48119FC5F694B776D25DC4A2F5750C9CD57 (intptr_t ___0__event, int32_t ___1_index, float* ___2_value, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetProperty", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetProperty)(___0__event, ___1_index, ___2_value);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_index, ___2_value);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetProperty(System.IntPtr,FMOD.Studio.EVENT_PROPERTY,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetProperty_mAAC48C548A56C0CEA98E19C743E2BA6B05B855E6 (intptr_t ___0__event, int32_t ___1_index, float ___2_value, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetProperty", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetProperty)(___0__event, ___1_index, ___2_value);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_index, ___2_value);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetReverbLevel(System.IntPtr,System.Int32,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetReverbLevel_m6314421336BC083EEA815B84E7BDFD67A89159DC (intptr_t ___0__event, int32_t ___1_index, float* ___2_level, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetReverbLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetReverbLevel)(___0__event, ___1_index, ___2_level);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_index, ___2_level);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetReverbLevel(System.IntPtr,System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetReverbLevel_m9DEBB08D754501872F12E977A4F3DA9066BDCEE8 (intptr_t ___0__event, int32_t ___1_index, float ___2_level, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetReverbLevel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetReverbLevel)(___0__event, ___1_index, ___2_level);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_index, ___2_level);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPaused(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPaused_m1D967C204191952A716E8C8CB440A9BF276E70E4 (intptr_t ___0__event, bool* ___1_paused, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_paused' to native representation
int32_t ____1_paused_empty = 0;
int32_t* ____1_paused_marshaled = &____1_paused_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetPaused)(___0__event, ____1_paused_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ____1_paused_marshaled);
#endif
// Marshaling of parameter '___1_paused' back from native representation
bool _____1_paused_marshaled_unmarshaled_dereferenced = false;
_____1_paused_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_paused_marshaled);
*___1_paused = _____1_paused_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetPaused(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetPaused_m13EF07EB710945156B6423506B549FFC4C0081CD (intptr_t ___0__event, bool ___1_paused, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetPaused)(___0__event, static_cast<int32_t>(___1_paused));
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, static_cast<int32_t>(___1_paused));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Start(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Start_m925EB66BBE17C40C2F4C79B072F2398612DECDC8 (intptr_t ___0__event, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_Start", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_Start)(___0__event);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Stop(System.IntPtr,FMOD.Studio.STOP_MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Stop_m9BDB435785F82C62CB92CD7C9217D91C165EBDF5 (intptr_t ___0__event, int32_t ___1_mode, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_Stop", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_Stop)(___0__event, ___1_mode);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_mode);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetTimelinePosition(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetTimelinePosition_mF51B5A74689580A22BEF668E0BF77D1979DD0784 (intptr_t ___0__event, int32_t* ___1_position, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetTimelinePosition", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetTimelinePosition)(___0__event, ___1_position);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_position);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetTimelinePosition(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetTimelinePosition_mCC074C8298A5B5464C47F9C24DDFDF061B6AA5D6 (intptr_t ___0__event, int32_t ___1_position, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetTimelinePosition", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetTimelinePosition)(___0__event, ___1_position);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_position);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetPlaybackState(System.IntPtr,FMOD.Studio.PLAYBACK_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetPlaybackState_m92E12A7828A5C52BEE3A730BA80BAA9A355C7C59 (intptr_t ___0__event, int32_t* ___1_state, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetPlaybackState", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetPlaybackState)(___0__event, ___1_state);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_state);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetChannelGroup(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetChannelGroup_m3173F585686FE410C965D98AF7A853F190AC9068 (intptr_t ___0__event, intptr_t* ___1_group, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetChannelGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetChannelGroup)(___0__event, ___1_group);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_group);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetMinMaxDistance(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetMinMaxDistance_mDF0B2AC007AACC39E42E7F1AB8EB7A93FA35FAFD (intptr_t ___0__event, float* ___1_min, float* ___2_max, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetMinMaxDistance", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetMinMaxDistance)(___0__event, ___1_min, ___2_max);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_min, ___2_max);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_Release_m58368F62AA5CA1742ED836196F362EA6BDB4A983 (intptr_t ___0__event, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_Release)(___0__event);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_IsVirtual(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_IsVirtual_m778791D5EADDDBBCAC4A41F23F5D7CA8D0E65E8F (intptr_t ___0__event, bool* ___1_virtualstate, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_IsVirtual", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_virtualstate' to native representation
int32_t ____1_virtualstate_empty = 0;
int32_t* ____1_virtualstate_marshaled = &____1_virtualstate_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_IsVirtual)(___0__event, ____1_virtualstate_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ____1_virtualstate_marshaled);
#endif
// Marshaling of parameter '___1_virtualstate' back from native representation
bool _____1_virtualstate_marshaled_unmarshaled_dereferenced = false;
_____1_virtualstate_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_virtualstate_marshaled);
*___1_virtualstate = _____1_virtualstate_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetParameterByName(System.IntPtr,System.Byte[],System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetParameterByName_m119866B2C509D2CC67DD169963A3CBF948753F9B (intptr_t ___0__event, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, float* ___2_value, float* ___3_finalvalue, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetParameterByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_name' to native representation
uint8_t* ____1_name_marshaled = NULL;
if (___1_name != NULL)
{
____1_name_marshaled = reinterpret_cast<uint8_t*>((___1_name)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetParameterByName)(___0__event, ____1_name_marshaled, ___2_value, ___3_finalvalue);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ____1_name_marshaled, ___2_value, ___3_finalvalue);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByName(System.IntPtr,System.Byte[],System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByName_mB938E71A9922BC06AFE42D14E9CBDED3927B47F4 (intptr_t ___0__event, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, float ___2_value, bool ___3_ignoreseekspeed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, float, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(float) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetParameterByName", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_name' to native representation
uint8_t* ____1_name_marshaled = NULL;
if (___1_name != NULL)
{
____1_name_marshaled = reinterpret_cast<uint8_t*>((___1_name)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetParameterByName)(___0__event, ____1_name_marshaled, ___2_value, static_cast<int32_t>(___3_ignoreseekspeed));
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ____1_name_marshaled, ___2_value, static_cast<int32_t>(___3_ignoreseekspeed));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByNameWithLabel(System.IntPtr,System.Byte[],System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByNameWithLabel_mB78CA9E04DF2A932AC65B5B0D5CD7D29D4F82B8F (intptr_t ___0__event, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_name, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_label, bool ___3_ignoreseekspeed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*, uint8_t*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(void*) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetParameterByNameWithLabel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_name' to native representation
uint8_t* ____1_name_marshaled = NULL;
if (___1_name != NULL)
{
____1_name_marshaled = reinterpret_cast<uint8_t*>((___1_name)->GetAddressAtUnchecked(0));
}
// Marshaling of parameter '___2_label' to native representation
uint8_t* ____2_label_marshaled = NULL;
if (___2_label != NULL)
{
____2_label_marshaled = reinterpret_cast<uint8_t*>((___2_label)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetParameterByNameWithLabel)(___0__event, ____1_name_marshaled, ____2_label_marshaled, static_cast<int32_t>(___3_ignoreseekspeed));
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ____1_name_marshaled, ____2_label_marshaled, static_cast<int32_t>(___3_ignoreseekspeed));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetParameterByID_m6E47B00859AD99698FF66C1A08C6DD42D78D1CD3 (intptr_t ___0__event, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, float* ___2_value, float* ___3_finalvalue, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetParameterByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetParameterByID)(___0__event, ___1_id, ___2_value, ___3_finalvalue);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_id, ___2_value, ___3_finalvalue);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByID(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Single,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByID_m88A4018D1442CF94C2B9DF1E341E7EE38E909383 (intptr_t ___0__event, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, float ___2_value, bool ___3_ignoreseekspeed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, float, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85) + sizeof(float) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetParameterByID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetParameterByID)(___0__event, ___1_id, ___2_value, static_cast<int32_t>(___3_ignoreseekspeed));
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_id, ___2_value, static_cast<int32_t>(___3_ignoreseekspeed));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParameterByIDWithLabel(System.IntPtr,FMOD.Studio.PARAMETER_ID,System.Byte[],System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParameterByIDWithLabel_m42B20E90E7DA01B1A4CEC447DD3C5265967AA68C (intptr_t ___0__event, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85 ___1_id, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_label, bool ___3_ignoreseekspeed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85, uint8_t*, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85) + sizeof(void*) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetParameterByIDWithLabel", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___2_label' to native representation
uint8_t* ____2_label_marshaled = NULL;
if (___2_label != NULL)
{
____2_label_marshaled = reinterpret_cast<uint8_t*>((___2_label)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetParameterByIDWithLabel)(___0__event, ___1_id, ____2_label_marshaled, static_cast<int32_t>(___3_ignoreseekspeed));
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_id, ____2_label_marshaled, static_cast<int32_t>(___3_ignoreseekspeed));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetParametersByIDs(System.IntPtr,FMOD.Studio.PARAMETER_ID[],System.Single[],System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetParametersByIDs_mAD9A8E040EC58483D048E6B15BB2E70A360B34FD (intptr_t ___0__event, PARAMETER_IDU5BU5D_t23EA4A54919B74FAC7F013ABF6F210BB4B74CAB2* ___1_ids, SingleU5BU5D_t89DEFE97BCEDB5857010E79ECE0F52CF6E93B87C* ___2_values, int32_t ___3_count, bool ___4_ignoreseekspeed, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85*, float*, int32_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(void*) + sizeof(int32_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetParametersByIDs", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_ids' to native representation
PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85* ____1_ids_marshaled = NULL;
if (___1_ids != NULL)
{
____1_ids_marshaled = reinterpret_cast<PARAMETER_ID_tAB25FDB1E4B08FFC897DAA4E0927C8E0DB98DF85*>((___1_ids)->GetAddressAtUnchecked(0));
}
// Marshaling of parameter '___2_values' to native representation
float* ____2_values_marshaled = NULL;
if (___2_values != NULL)
{
____2_values_marshaled = reinterpret_cast<float*>((___2_values)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetParametersByIDs)(___0__event, ____1_ids_marshaled, ____2_values_marshaled, ___3_count, static_cast<int32_t>(___4_ignoreseekspeed));
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ____1_ids_marshaled, ____2_values_marshaled, ___3_count, static_cast<int32_t>(___4_ignoreseekspeed));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_KeyOff(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_KeyOff_m4F35FF1B872CCCA41E2753A2455F2EBE952285D5 (intptr_t ___0__event, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_KeyOff", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_KeyOff)(___0__event);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetCallback(System.IntPtr,FMOD.Studio.EVENT_CALLBACK,FMOD.Studio.EVENT_CALLBACK_TYPE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetCallback_m2D3600F8578614A9B3E90665F7645F90AC01FB8A (intptr_t ___0__event, EVENT_CALLBACK_t2AC30555C41E660FEA4332892873F5950DBF1184* ___1_callback, uint32_t ___2_callbackmask, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer, uint32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(uint32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_callback' to native representation
Il2CppMethodPointer ____1_callback_marshaled = NULL;
____1_callback_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___1_callback));
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetCallback)(___0__event, ____1_callback_marshaled, ___2_callbackmask);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ____1_callback_marshaled, ___2_callbackmask);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetUserData_mC24634FA4A49802AA112CA700163A92E7D7486B0 (intptr_t ___0__event, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetUserData)(___0__event, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_SetUserData_mFB2CBBCAA48F091DCA136AD9F5462FD2352F6F07 (intptr_t ___0__event, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_SetUserData)(___0__event, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetCPUUsage(System.IntPtr,System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetCPUUsage_mADEBA05013784CC0EB342C75A7F2B864DB9C692C (intptr_t ___0__event, uint32_t* ___1_exclusive, uint32_t* ___2_inclusive, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(uint32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetCPUUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetCPUUsage)(___0__event, ___1_exclusive, ___2_inclusive);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_exclusive, ___2_inclusive);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.EventInstance::FMOD_Studio_EventInstance_GetMemoryUsage(System.IntPtr,FMOD.Studio.MEMORY_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EventInstance_FMOD_Studio_EventInstance_GetMemoryUsage_m2924DDB54A5C70FE7D8FFA378396A3C4AE0FF00B (intptr_t ___0__event, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___1_memoryusage, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_EventInstance_GetMemoryUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_EventInstance_GetMemoryUsage)(___0__event, ___1_memoryusage);
#else
int32_t returnValue = il2cppPInvokeFunc(___0__event, ___1_memoryusage);
#endif
return returnValue;
}
// System.Void FMOD.Studio.EventInstance::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventInstance__ctor_m816DEABF8D53C86857C8A1E00F066551BC075773 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public EventInstance(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public EventInstance(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void EventInstance__ctor_m816DEABF8D53C86857C8A1E00F066551BC075773_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
EventInstance__ctor_m816DEABF8D53C86857C8A1E00F066551BC075773_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.Studio.EventInstance::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_hasHandle_m31613ED281F8601058F73F650422924C6EA2CC81 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool EventInstance_hasHandle_m31613ED281F8601058F73F650422924C6EA2CC81_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
bool _returnValue;
_returnValue = EventInstance_hasHandle_m31613ED281F8601058F73F650422924C6EA2CC81(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.Studio.EventInstance::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventInstance_clearHandle_mF6F6177818770D23FAA3F7B78BCD244734A63B9E (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void EventInstance_clearHandle_mF6F6177818770D23FAA3F7B78BCD244734A63B9E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
EventInstance_clearHandle_mF6F6177818770D23FAA3F7B78BCD244734A63B9E(_thisAdjusted, method);
}
// System.Boolean FMOD.Studio.EventInstance::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventInstance_isValid_mFB74164050622B120B819DFEF7925540C566F3E2 (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, const RuntimeMethod* method)
{
{
// return hasHandle() && FMOD_Studio_EventInstance_IsValid(this.handle);
bool L_0;
L_0 = EventInstance_hasHandle_m31613ED281F8601058F73F650422924C6EA2CC81(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
intptr_t L_1 = __this->___handle_0;
bool L_2;
L_2 = EventInstance_FMOD_Studio_EventInstance_IsValid_mE9EC897D52D9F54E3E2ECF50C56CDFC11C2B6AB7(L_1, NULL);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool EventInstance_isValid_mFB74164050622B120B819DFEF7925540C566F3E2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF*>(__this + _offset);
bool _returnValue;
_returnValue = EventInstance_isValid_mFB74164050622B120B819DFEF7925540C566F3E2(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.Studio.Bus::getID(FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getID_mFD080BFA266383ADC9FDA0C99A3995668CD4F752 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___0_id, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_GetID(this.handle, out id);
intptr_t L_0 = __this->___handle_0;
GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* L_1 = ___0_id;
int32_t L_2;
L_2 = Bus_FMOD_Studio_Bus_GetID_m19CFC4B6D3F4B9DD32FA9FBAD1561A7E749A8364(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bus_getID_mFD080BFA266383ADC9FDA0C99A3995668CD4F752_AdjustorThunk (RuntimeObject* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___0_id, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_getID_mFD080BFA266383ADC9FDA0C99A3995668CD4F752(_thisAdjusted, ___0_id, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::getPath(System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getPath_m1C3BF57DF5A6E3083AE0F763C9816EF8AAF88747 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, String_t** ___0_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// path = null;
String_t** L_0 = ___0_path;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1;
L_1 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0063:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
if (!L_2)
{
goto IL_006c;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_006c:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// IntPtr stringMem = Marshal.AllocHGlobal(256);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_4;
L_4 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)256), NULL);
V_1 = L_4;
// int retrieved = 0;
V_2 = 0;
// RESULT result = FMOD_Studio_Bus_GetPath(this.handle, stringMem, 256, out retrieved);
intptr_t L_5 = __this->___handle_0;
intptr_t L_6 = V_1;
int32_t L_7;
L_7 = Bus_FMOD_Studio_Bus_GetPath_m365E7BAFBA48D145C2D8260FFC1AD4B091335461(L_5, L_6, ((int32_t)256), (&V_2), NULL);
V_3 = L_7;
// if (result == RESULT.ERR_TRUNCATED)
int32_t L_8 = V_3;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)65)))))
{
goto IL_004c_1;
}
}
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_9 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_9, NULL);
// stringMem = Marshal.AllocHGlobal(retrieved);
int32_t L_10 = V_2;
intptr_t L_11;
L_11 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_10, NULL);
V_1 = L_11;
// result = FMOD_Studio_Bus_GetPath(this.handle, stringMem, retrieved, out retrieved);
intptr_t L_12 = __this->___handle_0;
intptr_t L_13 = V_1;
int32_t L_14 = V_2;
int32_t L_15;
L_15 = Bus_FMOD_Studio_Bus_GetPath_m365E7BAFBA48D145C2D8260FFC1AD4B091335461(L_12, L_13, L_14, (&V_2), NULL);
V_3 = L_15;
}
IL_004c_1:
{
// if (result == RESULT.OK)
int32_t L_16 = V_3;
if (L_16)
{
goto IL_0058_1;
}
}
{
// path = encoder.stringFromNative(stringMem);
String_t** L_17 = ___0_path;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_18 = V_0;
intptr_t L_19 = V_1;
NullCheck(L_18);
String_t* L_20;
L_20 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_18, L_19, NULL);
*((RuntimeObject**)L_17) = (RuntimeObject*)L_20;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_17, (void*)(RuntimeObject*)L_20);
}
IL_0058_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_21 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_21, NULL);
// return result;
int32_t L_22 = V_3;
V_4 = L_22;
goto IL_006d;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_006d:
{
// }
int32_t L_23 = V_4;
return L_23;
}
}
IL2CPP_EXTERN_C int32_t Bus_getPath_m1C3BF57DF5A6E3083AE0F763C9816EF8AAF88747_AdjustorThunk (RuntimeObject* __this, String_t** ___0_path, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_getPath_m1C3BF57DF5A6E3083AE0F763C9816EF8AAF88747(_thisAdjusted, ___0_path, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::getVolume(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getVolume_m88163CF6916BF3C8CA850813EB634D563F206A9C (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, float* ___0_volume, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return getVolume(out volume, out finalVolume);
float* L_0 = ___0_volume;
int32_t L_1;
L_1 = Bus_getVolume_m7158AB8B4ED5335E9B9AE1769EC86AA50773E2EB(__this, L_0, (&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t Bus_getVolume_m88163CF6916BF3C8CA850813EB634D563F206A9C_AdjustorThunk (RuntimeObject* __this, float* ___0_volume, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_getVolume_m88163CF6916BF3C8CA850813EB634D563F206A9C(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::getVolume(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getVolume_m7158AB8B4ED5335E9B9AE1769EC86AA50773E2EB (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, float* ___0_volume, float* ___1_finalvolume, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_GetVolume(this.handle, out volume, out finalvolume);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_volume;
float* L_2 = ___1_finalvolume;
int32_t L_3;
L_3 = Bus_FMOD_Studio_Bus_GetVolume_mD68369AEC6F92104A471859386041CB8F7FAD942(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Bus_getVolume_m7158AB8B4ED5335E9B9AE1769EC86AA50773E2EB_AdjustorThunk (RuntimeObject* __this, float* ___0_volume, float* ___1_finalvolume, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_getVolume_m7158AB8B4ED5335E9B9AE1769EC86AA50773E2EB(_thisAdjusted, ___0_volume, ___1_finalvolume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::setVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setVolume_mFAF0B2563DC394A8618AB2F6F0A1E1C61E4C9C02 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, float ___0_volume, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_SetVolume(this.handle, volume);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_volume;
int32_t L_2;
L_2 = Bus_FMOD_Studio_Bus_SetVolume_mDFFA7BB41F5E2D1068A21FE54F23B2315568F05E(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bus_setVolume_mFAF0B2563DC394A8618AB2F6F0A1E1C61E4C9C02_AdjustorThunk (RuntimeObject* __this, float ___0_volume, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_setVolume_mFAF0B2563DC394A8618AB2F6F0A1E1C61E4C9C02(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::getPaused(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getPaused_mB32D426F2FAB371697F8DD558C0C8B6B7A231782 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, bool* ___0_paused, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_GetPaused(this.handle, out paused);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_paused;
int32_t L_2;
L_2 = Bus_FMOD_Studio_Bus_GetPaused_m2EC313EF767B8BD8576316609D170AD6DD6E9B1B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bus_getPaused_mB32D426F2FAB371697F8DD558C0C8B6B7A231782_AdjustorThunk (RuntimeObject* __this, bool* ___0_paused, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_getPaused_mB32D426F2FAB371697F8DD558C0C8B6B7A231782(_thisAdjusted, ___0_paused, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::setPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setPaused_m1BEDF4D3EB642A8096BE5E967349E07EDD86D9AD (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, bool ___0_paused, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_SetPaused(this.handle, paused);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_paused;
int32_t L_2;
L_2 = Bus_FMOD_Studio_Bus_SetPaused_m842FAE58257193AE6CA8BB2F4564AC6B6F2B6A32(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bus_setPaused_m1BEDF4D3EB642A8096BE5E967349E07EDD86D9AD_AdjustorThunk (RuntimeObject* __this, bool ___0_paused, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_setPaused_m1BEDF4D3EB642A8096BE5E967349E07EDD86D9AD(_thisAdjusted, ___0_paused, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::getMute(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getMute_m3CF32EE21174A80D11A7C7ECCF55CD497967747C (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, bool* ___0_mute, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_GetMute(this.handle, out mute);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_mute;
int32_t L_2;
L_2 = Bus_FMOD_Studio_Bus_GetMute_m2B826EACC3FA64E30DC6F3DE5C0D8B7D37AD311E(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bus_getMute_m3CF32EE21174A80D11A7C7ECCF55CD497967747C_AdjustorThunk (RuntimeObject* __this, bool* ___0_mute, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_getMute_m3CF32EE21174A80D11A7C7ECCF55CD497967747C(_thisAdjusted, ___0_mute, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::setMute(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setMute_m138B8062EFD72CFCC8A08DA1317520787DBE106C (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, bool ___0_mute, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_SetMute(this.handle, mute);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_mute;
int32_t L_2;
L_2 = Bus_FMOD_Studio_Bus_SetMute_m5A5C92F21E714CCF9D865AF8FD73EDF19C18FF47(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bus_setMute_m138B8062EFD72CFCC8A08DA1317520787DBE106C_AdjustorThunk (RuntimeObject* __this, bool ___0_mute, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_setMute_m138B8062EFD72CFCC8A08DA1317520787DBE106C(_thisAdjusted, ___0_mute, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::stopAllEvents(FMOD.Studio.STOP_MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_stopAllEvents_m904AD86F3FF5E55D917B2512131BD69BA753A41E (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, int32_t ___0_mode, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_StopAllEvents(this.handle, mode);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_mode;
int32_t L_2;
L_2 = Bus_FMOD_Studio_Bus_StopAllEvents_mAD361A25DFC6ED95EEAFAF1B4AAFFC4381E99100(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bus_stopAllEvents_m904AD86F3FF5E55D917B2512131BD69BA753A41E_AdjustorThunk (RuntimeObject* __this, int32_t ___0_mode, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_stopAllEvents_m904AD86F3FF5E55D917B2512131BD69BA753A41E(_thisAdjusted, ___0_mode, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::lockChannelGroup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_lockChannelGroup_m218261189677988D595DE11884BB8CE785D80139 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_LockChannelGroup(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = Bus_FMOD_Studio_Bus_LockChannelGroup_m66A0186BFFB650AB369063136A1F8AC83FE33B78(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t Bus_lockChannelGroup_m218261189677988D595DE11884BB8CE785D80139_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_lockChannelGroup_m218261189677988D595DE11884BB8CE785D80139(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::unlockChannelGroup()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_unlockChannelGroup_m699B697E38852BFD104DDC8DFD8B08EE29C9F639 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_UnlockChannelGroup(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = Bus_FMOD_Studio_Bus_UnlockChannelGroup_mA9D311845C149FBBAA8738E2C35544804D33B940(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t Bus_unlockChannelGroup_m699B697E38852BFD104DDC8DFD8B08EE29C9F639_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_unlockChannelGroup_m699B697E38852BFD104DDC8DFD8B08EE29C9F639(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::getChannelGroup(FMOD.ChannelGroup&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getChannelGroup_mAE99D88164967EE1E5056CA68F4A48918B06D60C (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___0_group, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_GetChannelGroup(this.handle, out group.handle);
intptr_t L_0 = __this->___handle_0;
ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* L_1 = ___0_group;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = Bus_FMOD_Studio_Bus_GetChannelGroup_m4F23222A5E1CA0F3490B7B98A92D5231F5F2604D(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Bus_getChannelGroup_mAE99D88164967EE1E5056CA68F4A48918B06D60C_AdjustorThunk (RuntimeObject* __this, ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* ___0_group, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_getChannelGroup_mAE99D88164967EE1E5056CA68F4A48918B06D60C(_thisAdjusted, ___0_group, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::getCPUUsage(System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getCPUUsage_m1CBCA89A34CF8E9A94B0B47FD044EA903C5BCEA6 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, uint32_t* ___0_exclusive, uint32_t* ___1_inclusive, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_GetCPUUsage(this.handle, out exclusive, out inclusive);
intptr_t L_0 = __this->___handle_0;
uint32_t* L_1 = ___0_exclusive;
uint32_t* L_2 = ___1_inclusive;
int32_t L_3;
L_3 = Bus_FMOD_Studio_Bus_GetCPUUsage_mD3D2DD9560F1F7073CC341D59143670C3C6A4D50(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t Bus_getCPUUsage_m1CBCA89A34CF8E9A94B0B47FD044EA903C5BCEA6_AdjustorThunk (RuntimeObject* __this, uint32_t* ___0_exclusive, uint32_t* ___1_inclusive, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_getCPUUsage_m1CBCA89A34CF8E9A94B0B47FD044EA903C5BCEA6(_thisAdjusted, ___0_exclusive, ___1_inclusive, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::getMemoryUsage(FMOD.Studio.MEMORY_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getMemoryUsage_mF0EB27178E8991DFDF404862BA6784C60EF99357 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___0_memoryusage, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_GetMemoryUsage(this.handle, out memoryusage);
intptr_t L_0 = __this->___handle_0;
MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* L_1 = ___0_memoryusage;
int32_t L_2;
L_2 = Bus_FMOD_Studio_Bus_GetMemoryUsage_m74DB232C6A217D7CC3ACE256EC81B3E8CEC84522(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bus_getMemoryUsage_mF0EB27178E8991DFDF404862BA6784C60EF99357_AdjustorThunk (RuntimeObject* __this, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___0_memoryusage, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_getMemoryUsage_mF0EB27178E8991DFDF404862BA6784C60EF99357(_thisAdjusted, ___0_memoryusage, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::getPortIndex(System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_getPortIndex_m4B072A05792711D6C2770D121AA2C304A675583B (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, uint64_t* ___0_index, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_GetPortIndex(this.handle, out index);
intptr_t L_0 = __this->___handle_0;
uint64_t* L_1 = ___0_index;
int32_t L_2;
L_2 = Bus_FMOD_Studio_Bus_GetPortIndex_m7A5B1D399926FE1F8E8466323C9E1683D43D3B6C(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bus_getPortIndex_m4B072A05792711D6C2770D121AA2C304A675583B_AdjustorThunk (RuntimeObject* __this, uint64_t* ___0_index, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_getPortIndex_m4B072A05792711D6C2770D121AA2C304A675583B(_thisAdjusted, ___0_index, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::setPortIndex(System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_setPortIndex_m415F10B53AF7643DBC875F6FCA664FB313367243 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, uint64_t ___0_index, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bus_SetPortIndex(this.handle, index);
intptr_t L_0 = __this->___handle_0;
uint64_t L_1 = ___0_index;
int32_t L_2;
L_2 = Bus_FMOD_Studio_Bus_SetPortIndex_m8B56C105D0B4E07CB5F05C99C39AA33DF9C47D21(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bus_setPortIndex_m415F10B53AF7643DBC875F6FCA664FB313367243_AdjustorThunk (RuntimeObject* __this, uint64_t ___0_index, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bus_setPortIndex_m415F10B53AF7643DBC875F6FCA664FB313367243(_thisAdjusted, ___0_index, method);
return _returnValue;
}
// System.Boolean FMOD.Studio.Bus::FMOD_Studio_Bus_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bus_FMOD_Studio_Bus_IsValid_m0C96C5D2A258C569316B859D1C155FF7A1F879AA (intptr_t ___0_bus, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_IsValid", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_IsValid)(___0_bus);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus);
#endif
return static_cast<bool>(returnValue);
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetID(System.IntPtr,FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetID_m19CFC4B6D3F4B9DD32FA9FBAD1561A7E749A8364 (intptr_t ___0_bus, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_GetID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_GetID)(___0_bus, ___1_id);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, ___1_id);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetPath_m365E7BAFBA48D145C2D8260FFC1AD4B091335461 (intptr_t ___0_bus, intptr_t ___1_path, int32_t ___2_size, int32_t* ___3_retrieved, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_GetPath", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_GetPath)(___0_bus, ___1_path, ___2_size, ___3_retrieved);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, ___1_path, ___2_size, ___3_retrieved);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetVolume(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetVolume_mD68369AEC6F92104A471859386041CB8F7FAD942 (intptr_t ___0_bus, float* ___1_volume, float* ___2_finalvolume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_GetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_GetVolume)(___0_bus, ___1_volume, ___2_finalvolume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, ___1_volume, ___2_finalvolume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetVolume(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetVolume_mDFFA7BB41F5E2D1068A21FE54F23B2315568F05E (intptr_t ___0_bus, float ___1_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_SetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_SetVolume)(___0_bus, ___1_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, ___1_volume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetPaused(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetPaused_m2EC313EF767B8BD8576316609D170AD6DD6E9B1B (intptr_t ___0_bus, bool* ___1_paused, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_GetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_paused' to native representation
int32_t ____1_paused_empty = 0;
int32_t* ____1_paused_marshaled = &____1_paused_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_GetPaused)(___0_bus, ____1_paused_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, ____1_paused_marshaled);
#endif
// Marshaling of parameter '___1_paused' back from native representation
bool _____1_paused_marshaled_unmarshaled_dereferenced = false;
_____1_paused_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_paused_marshaled);
*___1_paused = _____1_paused_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetPaused(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetPaused_m842FAE58257193AE6CA8BB2F4564AC6B6F2B6A32 (intptr_t ___0_bus, bool ___1_paused, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_SetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_SetPaused)(___0_bus, static_cast<int32_t>(___1_paused));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, static_cast<int32_t>(___1_paused));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetMute(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetMute_m2B826EACC3FA64E30DC6F3DE5C0D8B7D37AD311E (intptr_t ___0_bus, bool* ___1_mute, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_GetMute", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_mute' to native representation
int32_t ____1_mute_empty = 0;
int32_t* ____1_mute_marshaled = &____1_mute_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_GetMute)(___0_bus, ____1_mute_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, ____1_mute_marshaled);
#endif
// Marshaling of parameter '___1_mute' back from native representation
bool _____1_mute_marshaled_unmarshaled_dereferenced = false;
_____1_mute_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_mute_marshaled);
*___1_mute = _____1_mute_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetMute(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetMute_m5A5C92F21E714CCF9D865AF8FD73EDF19C18FF47 (intptr_t ___0_bus, bool ___1_mute, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_SetMute", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_SetMute)(___0_bus, static_cast<int32_t>(___1_mute));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, static_cast<int32_t>(___1_mute));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_StopAllEvents(System.IntPtr,FMOD.Studio.STOP_MODE)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_StopAllEvents_mAD361A25DFC6ED95EEAFAF1B4AAFFC4381E99100 (intptr_t ___0_bus, int32_t ___1_mode, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_StopAllEvents", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_StopAllEvents)(___0_bus, ___1_mode);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, ___1_mode);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_LockChannelGroup(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_LockChannelGroup_m66A0186BFFB650AB369063136A1F8AC83FE33B78 (intptr_t ___0_bus, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_LockChannelGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_LockChannelGroup)(___0_bus);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_UnlockChannelGroup(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_UnlockChannelGroup_mA9D311845C149FBBAA8738E2C35544804D33B940 (intptr_t ___0_bus, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_UnlockChannelGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_UnlockChannelGroup)(___0_bus);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetChannelGroup(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetChannelGroup_m4F23222A5E1CA0F3490B7B98A92D5231F5F2604D (intptr_t ___0_bus, intptr_t* ___1_group, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_GetChannelGroup", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_GetChannelGroup)(___0_bus, ___1_group);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, ___1_group);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetCPUUsage(System.IntPtr,System.UInt32&,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetCPUUsage_mD3D2DD9560F1F7073CC341D59143670C3C6A4D50 (intptr_t ___0_bus, uint32_t* ___1_exclusive, uint32_t* ___2_inclusive, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint32_t*, uint32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint32_t*) + sizeof(uint32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_GetCPUUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_GetCPUUsage)(___0_bus, ___1_exclusive, ___2_inclusive);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, ___1_exclusive, ___2_inclusive);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetMemoryUsage(System.IntPtr,FMOD.Studio.MEMORY_USAGE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetMemoryUsage_m74DB232C6A217D7CC3ACE256EC81B3E8CEC84522 (intptr_t ___0_bus, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9* ___1_memoryusage, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(MEMORY_USAGE_t89427A90E5C1DF85221F4A743FFD07321ADD8BF9*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_GetMemoryUsage", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_GetMemoryUsage)(___0_bus, ___1_memoryusage);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, ___1_memoryusage);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_GetPortIndex(System.IntPtr,System.UInt64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_GetPortIndex_m7A5B1D399926FE1F8E8466323C9E1683D43D3B6C (intptr_t ___0_bus, uint64_t* ___1_index, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_GetPortIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_GetPortIndex)(___0_bus, ___1_index);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, ___1_index);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bus::FMOD_Studio_Bus_SetPortIndex(System.IntPtr,System.UInt64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bus_FMOD_Studio_Bus_SetPortIndex_m8B56C105D0B4E07CB5F05C99C39AA33DF9C47D21 (intptr_t ___0_bus, uint64_t ___1_index, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint64_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(uint64_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bus_SetPortIndex", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bus_SetPortIndex)(___0_bus, ___1_index);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bus, ___1_index);
#endif
return returnValue;
}
// System.Void FMOD.Studio.Bus::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bus__ctor_m7D24131AFE53B7A3A11A8EB6447D471A2914E8A3 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public Bus(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public Bus(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void Bus__ctor_m7D24131AFE53B7A3A11A8EB6447D471A2914E8A3_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
Bus__ctor_m7D24131AFE53B7A3A11A8EB6447D471A2914E8A3_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.Studio.Bus::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bus_hasHandle_mF43481EE7A3A27340D90B931D05AA499A4AD6795 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool Bus_hasHandle_mF43481EE7A3A27340D90B931D05AA499A4AD6795_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
bool _returnValue;
_returnValue = Bus_hasHandle_mF43481EE7A3A27340D90B931D05AA499A4AD6795(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.Studio.Bus::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bus_clearHandle_m5DEB97FA810F4FC428D8CB8EA93D017073A5572D (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void Bus_clearHandle_m5DEB97FA810F4FC428D8CB8EA93D017073A5572D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
Bus_clearHandle_m5DEB97FA810F4FC428D8CB8EA93D017073A5572D(_thisAdjusted, method);
}
// System.Boolean FMOD.Studio.Bus::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bus_isValid_m711BC3169BC350428FB3F86EA82E0D626AC47696 (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, const RuntimeMethod* method)
{
{
// return hasHandle() && FMOD_Studio_Bus_IsValid(this.handle);
bool L_0;
L_0 = Bus_hasHandle_mF43481EE7A3A27340D90B931D05AA499A4AD6795(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
intptr_t L_1 = __this->___handle_0;
bool L_2;
L_2 = Bus_FMOD_Studio_Bus_IsValid_m0C96C5D2A258C569316B859D1C155FF7A1F879AA(L_1, NULL);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Bus_isValid_m711BC3169BC350428FB3F86EA82E0D626AC47696_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Bus_t0858329521D636D685370BE433B68C792F12CB7C* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bus_t0858329521D636D685370BE433B68C792F12CB7C*>(__this + _offset);
bool _returnValue;
_returnValue = Bus_isValid_m711BC3169BC350428FB3F86EA82E0D626AC47696(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.Studio.VCA::getID(FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getID_m1FE28988D9B444FA308E2427718B796424AA9345 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___0_id, const RuntimeMethod* method)
{
{
// return FMOD_Studio_VCA_GetID(this.handle, out id);
intptr_t L_0 = __this->___handle_0;
GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* L_1 = ___0_id;
int32_t L_2;
L_2 = VCA_FMOD_Studio_VCA_GetID_m2CEB86BAF93F509840F42EC21B1CE64B69D4AEF3(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t VCA_getID_m1FE28988D9B444FA308E2427718B796424AA9345_AdjustorThunk (RuntimeObject* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___0_id, const RuntimeMethod* method)
{
VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98*>(__this + _offset);
int32_t _returnValue;
_returnValue = VCA_getID_m1FE28988D9B444FA308E2427718B796424AA9345(_thisAdjusted, ___0_id, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.VCA::getPath(System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getPath_m49B244E0912997BA0C311CAE11B706061050F6E7 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, String_t** ___0_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// path = null;
String_t** L_0 = ___0_path;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1;
L_1 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0063:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
if (!L_2)
{
goto IL_006c;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_006c:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// IntPtr stringMem = Marshal.AllocHGlobal(256);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_4;
L_4 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)256), NULL);
V_1 = L_4;
// int retrieved = 0;
V_2 = 0;
// RESULT result = FMOD_Studio_VCA_GetPath(this.handle, stringMem, 256, out retrieved);
intptr_t L_5 = __this->___handle_0;
intptr_t L_6 = V_1;
int32_t L_7;
L_7 = VCA_FMOD_Studio_VCA_GetPath_m3315DD9DC4FFCACF363AD6C3F270ABA02738CECE(L_5, L_6, ((int32_t)256), (&V_2), NULL);
V_3 = L_7;
// if (result == RESULT.ERR_TRUNCATED)
int32_t L_8 = V_3;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)65)))))
{
goto IL_004c_1;
}
}
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_9 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_9, NULL);
// stringMem = Marshal.AllocHGlobal(retrieved);
int32_t L_10 = V_2;
intptr_t L_11;
L_11 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_10, NULL);
V_1 = L_11;
// result = FMOD_Studio_VCA_GetPath(this.handle, stringMem, retrieved, out retrieved);
intptr_t L_12 = __this->___handle_0;
intptr_t L_13 = V_1;
int32_t L_14 = V_2;
int32_t L_15;
L_15 = VCA_FMOD_Studio_VCA_GetPath_m3315DD9DC4FFCACF363AD6C3F270ABA02738CECE(L_12, L_13, L_14, (&V_2), NULL);
V_3 = L_15;
}
IL_004c_1:
{
// if (result == RESULT.OK)
int32_t L_16 = V_3;
if (L_16)
{
goto IL_0058_1;
}
}
{
// path = encoder.stringFromNative(stringMem);
String_t** L_17 = ___0_path;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_18 = V_0;
intptr_t L_19 = V_1;
NullCheck(L_18);
String_t* L_20;
L_20 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_18, L_19, NULL);
*((RuntimeObject**)L_17) = (RuntimeObject*)L_20;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_17, (void*)(RuntimeObject*)L_20);
}
IL_0058_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_21 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_21, NULL);
// return result;
int32_t L_22 = V_3;
V_4 = L_22;
goto IL_006d;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_006d:
{
// }
int32_t L_23 = V_4;
return L_23;
}
}
IL2CPP_EXTERN_C int32_t VCA_getPath_m49B244E0912997BA0C311CAE11B706061050F6E7_AdjustorThunk (RuntimeObject* __this, String_t** ___0_path, const RuntimeMethod* method)
{
VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98*>(__this + _offset);
int32_t _returnValue;
_returnValue = VCA_getPath_m49B244E0912997BA0C311CAE11B706061050F6E7(_thisAdjusted, ___0_path, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.VCA::getVolume(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getVolume_mB23F9CE5D20CAC7DE566C7A81209392A1C2E5C6C (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, float* ___0_volume, const RuntimeMethod* method)
{
float V_0 = 0.0f;
{
// return getVolume(out volume, out finalVolume);
float* L_0 = ___0_volume;
int32_t L_1;
L_1 = VCA_getVolume_m8A04E700296B06EB4D9968105B7E9A8FEA5EE7EE(__this, L_0, (&V_0), NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t VCA_getVolume_mB23F9CE5D20CAC7DE566C7A81209392A1C2E5C6C_AdjustorThunk (RuntimeObject* __this, float* ___0_volume, const RuntimeMethod* method)
{
VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98*>(__this + _offset);
int32_t _returnValue;
_returnValue = VCA_getVolume_mB23F9CE5D20CAC7DE566C7A81209392A1C2E5C6C(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.VCA::getVolume(System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_getVolume_m8A04E700296B06EB4D9968105B7E9A8FEA5EE7EE (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, float* ___0_volume, float* ___1_finalvolume, const RuntimeMethod* method)
{
{
// return FMOD_Studio_VCA_GetVolume(this.handle, out volume, out finalvolume);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_volume;
float* L_2 = ___1_finalvolume;
int32_t L_3;
L_3 = VCA_FMOD_Studio_VCA_GetVolume_mB967E0E7DEC13B8B1F13220CA3DDD633751A6890(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t VCA_getVolume_m8A04E700296B06EB4D9968105B7E9A8FEA5EE7EE_AdjustorThunk (RuntimeObject* __this, float* ___0_volume, float* ___1_finalvolume, const RuntimeMethod* method)
{
VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98*>(__this + _offset);
int32_t _returnValue;
_returnValue = VCA_getVolume_m8A04E700296B06EB4D9968105B7E9A8FEA5EE7EE(_thisAdjusted, ___0_volume, ___1_finalvolume, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.VCA::setVolume(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_setVolume_m258C04F90E833F43D1EA2916B84145C82EF45AC0 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, float ___0_volume, const RuntimeMethod* method)
{
{
// return FMOD_Studio_VCA_SetVolume(this.handle, volume);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_volume;
int32_t L_2;
L_2 = VCA_FMOD_Studio_VCA_SetVolume_m5D6A27B0B5E0CEC29716296A58C5D5F1C6A179E5(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t VCA_setVolume_m258C04F90E833F43D1EA2916B84145C82EF45AC0_AdjustorThunk (RuntimeObject* __this, float ___0_volume, const RuntimeMethod* method)
{
VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98*>(__this + _offset);
int32_t _returnValue;
_returnValue = VCA_setVolume_m258C04F90E833F43D1EA2916B84145C82EF45AC0(_thisAdjusted, ___0_volume, method);
return _returnValue;
}
// System.Boolean FMOD.Studio.VCA::FMOD_Studio_VCA_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VCA_FMOD_Studio_VCA_IsValid_mB58DF6EFC2A31DBC62593C6D724F653A3433B32F (intptr_t ___0_vca, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_VCA_IsValid", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_VCA_IsValid)(___0_vca);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_vca);
#endif
return static_cast<bool>(returnValue);
}
// FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_GetID(System.IntPtr,FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_GetID_m2CEB86BAF93F509840F42EC21B1CE64B69D4AEF3 (intptr_t ___0_vca, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_VCA_GetID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_VCA_GetID)(___0_vca, ___1_id);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_vca, ___1_id);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_GetPath_m3315DD9DC4FFCACF363AD6C3F270ABA02738CECE (intptr_t ___0_vca, intptr_t ___1_path, int32_t ___2_size, int32_t* ___3_retrieved, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_VCA_GetPath", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_VCA_GetPath)(___0_vca, ___1_path, ___2_size, ___3_retrieved);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_vca, ___1_path, ___2_size, ___3_retrieved);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_GetVolume(System.IntPtr,System.Single&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_GetVolume_mB967E0E7DEC13B8B1F13220CA3DDD633751A6890 (intptr_t ___0_vca, float* ___1_volume, float* ___2_finalvolume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_VCA_GetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_VCA_GetVolume)(___0_vca, ___1_volume, ___2_finalvolume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_vca, ___1_volume, ___2_finalvolume);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.VCA::FMOD_Studio_VCA_SetVolume(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t VCA_FMOD_Studio_VCA_SetVolume_m5D6A27B0B5E0CEC29716296A58C5D5F1C6A179E5 (intptr_t ___0_vca, float ___1_volume, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_VCA_SetVolume", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_VCA_SetVolume)(___0_vca, ___1_volume);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_vca, ___1_volume);
#endif
return returnValue;
}
// System.Void FMOD.Studio.VCA::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VCA__ctor_m11C1881E2F34E7A126B3C3CAF5BA3012F0906F10 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public VCA(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public VCA(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void VCA__ctor_m11C1881E2F34E7A126B3C3CAF5BA3012F0906F10_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98*>(__this + _offset);
VCA__ctor_m11C1881E2F34E7A126B3C3CAF5BA3012F0906F10_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.Studio.VCA::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VCA_hasHandle_m40B64D5607018943DDDD535BA8A0B4CE1F88A825 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool VCA_hasHandle_m40B64D5607018943DDDD535BA8A0B4CE1F88A825_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98*>(__this + _offset);
bool _returnValue;
_returnValue = VCA_hasHandle_m40B64D5607018943DDDD535BA8A0B4CE1F88A825(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.Studio.VCA::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VCA_clearHandle_m9EB36B289EC2B7B44714E60FB151D29C579F17C1 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void VCA_clearHandle_m9EB36B289EC2B7B44714E60FB151D29C579F17C1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98*>(__this + _offset);
VCA_clearHandle_m9EB36B289EC2B7B44714E60FB151D29C579F17C1(_thisAdjusted, method);
}
// System.Boolean FMOD.Studio.VCA::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VCA_isValid_mF40FC6344E7C60C09BB32F4B64C4FF5D58EAA8F5 (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, const RuntimeMethod* method)
{
{
// return hasHandle() && FMOD_Studio_VCA_IsValid(this.handle);
bool L_0;
L_0 = VCA_hasHandle_m40B64D5607018943DDDD535BA8A0B4CE1F88A825(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
intptr_t L_1 = __this->___handle_0;
bool L_2;
L_2 = VCA_FMOD_Studio_VCA_IsValid_mB58DF6EFC2A31DBC62593C6D724F653A3433B32F(L_1, NULL);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool VCA_isValid_mF40FC6344E7C60C09BB32F4B64C4FF5D58EAA8F5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98*>(__this + _offset);
bool _returnValue;
_returnValue = VCA_isValid_mF40FC6344E7C60C09BB32F4B64C4FF5D58EAA8F5(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.Studio.Bank::getID(FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getID_m8736C33CA03B61F23E738B3095A557E6EFB7D1A5 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___0_id, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bank_GetID(this.handle, out id);
intptr_t L_0 = __this->___handle_0;
GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* L_1 = ___0_id;
int32_t L_2;
L_2 = Bank_FMOD_Studio_Bank_GetID_mFA2A405FDB313107786AA2596BBA25845F476C77(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bank_getID_m8736C33CA03B61F23E738B3095A557E6EFB7D1A5_AdjustorThunk (RuntimeObject* __this, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___0_id, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getID_m8736C33CA03B61F23E738B3095A557E6EFB7D1A5(_thisAdjusted, ___0_id, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::getPath(System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getPath_m69C781B8E9934F99542018DB149B9EDFE7D51DC3 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, String_t** ___0_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// path = null;
String_t** L_0 = ___0_path;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1;
L_1 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0063:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
if (!L_2)
{
goto IL_006c;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_006c:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// IntPtr stringMem = Marshal.AllocHGlobal(256);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_4;
L_4 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)256), NULL);
V_1 = L_4;
// int retrieved = 0;
V_2 = 0;
// RESULT result = FMOD_Studio_Bank_GetPath(this.handle, stringMem, 256, out retrieved);
intptr_t L_5 = __this->___handle_0;
intptr_t L_6 = V_1;
int32_t L_7;
L_7 = Bank_FMOD_Studio_Bank_GetPath_mEAF9D595179FD9E7479E875F904722D6D39A0BDC(L_5, L_6, ((int32_t)256), (&V_2), NULL);
V_3 = L_7;
// if (result == RESULT.ERR_TRUNCATED)
int32_t L_8 = V_3;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)65)))))
{
goto IL_004c_1;
}
}
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_9 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_9, NULL);
// stringMem = Marshal.AllocHGlobal(retrieved);
int32_t L_10 = V_2;
intptr_t L_11;
L_11 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_10, NULL);
V_1 = L_11;
// result = FMOD_Studio_Bank_GetPath(this.handle, stringMem, retrieved, out retrieved);
intptr_t L_12 = __this->___handle_0;
intptr_t L_13 = V_1;
int32_t L_14 = V_2;
int32_t L_15;
L_15 = Bank_FMOD_Studio_Bank_GetPath_mEAF9D595179FD9E7479E875F904722D6D39A0BDC(L_12, L_13, L_14, (&V_2), NULL);
V_3 = L_15;
}
IL_004c_1:
{
// if (result == RESULT.OK)
int32_t L_16 = V_3;
if (L_16)
{
goto IL_0058_1;
}
}
{
// path = encoder.stringFromNative(stringMem);
String_t** L_17 = ___0_path;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_18 = V_0;
intptr_t L_19 = V_1;
NullCheck(L_18);
String_t* L_20;
L_20 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_18, L_19, NULL);
*((RuntimeObject**)L_17) = (RuntimeObject*)L_20;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_17, (void*)(RuntimeObject*)L_20);
}
IL_0058_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_21 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_21, NULL);
// return result;
int32_t L_22 = V_3;
V_4 = L_22;
goto IL_006d;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_006d:
{
// }
int32_t L_23 = V_4;
return L_23;
}
}
IL2CPP_EXTERN_C int32_t Bank_getPath_m69C781B8E9934F99542018DB149B9EDFE7D51DC3_AdjustorThunk (RuntimeObject* __this, String_t** ___0_path, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getPath_m69C781B8E9934F99542018DB149B9EDFE7D51DC3(_thisAdjusted, ___0_path, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::unload()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_unload_m6853CEC4CFB09359C41B4B8DE93CC23AFA1087F3 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bank_Unload(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = Bank_FMOD_Studio_Bank_Unload_m5ECFFFDA6C172CF6D77FA778BE19E58A169E4834(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t Bank_unload_m6853CEC4CFB09359C41B4B8DE93CC23AFA1087F3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_unload_m6853CEC4CFB09359C41B4B8DE93CC23AFA1087F3(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::loadSampleData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_loadSampleData_m5893941027AE7FD9691D992FEACFE0798FF4376E (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bank_LoadSampleData(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = Bank_FMOD_Studio_Bank_LoadSampleData_mBD03C89D197949EE4DF379A954BF6C3D925B66BE(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t Bank_loadSampleData_m5893941027AE7FD9691D992FEACFE0798FF4376E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_loadSampleData_m5893941027AE7FD9691D992FEACFE0798FF4376E(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::unloadSampleData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_unloadSampleData_m53C63B98948AB0755DA619290DE5EF4951E34B1E (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bank_UnloadSampleData(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = Bank_FMOD_Studio_Bank_UnloadSampleData_m4477CAA2784BE1D8E007EE10E87A9F7209E5E890(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t Bank_unloadSampleData_m53C63B98948AB0755DA619290DE5EF4951E34B1E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_unloadSampleData_m53C63B98948AB0755DA619290DE5EF4951E34B1E(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::getLoadingState(FMOD.Studio.LOADING_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getLoadingState_mC73B726718517A20289F548DA278E6E88DC2DB34 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t* ___0_state, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bank_GetLoadingState(this.handle, out state);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_state;
int32_t L_2;
L_2 = Bank_FMOD_Studio_Bank_GetLoadingState_m53D93CD3D4D5188BA8874ADCDEA8A8907144774F(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bank_getLoadingState_mC73B726718517A20289F548DA278E6E88DC2DB34_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_state, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getLoadingState_mC73B726718517A20289F548DA278E6E88DC2DB34(_thisAdjusted, ___0_state, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::getSampleLoadingState(FMOD.Studio.LOADING_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getSampleLoadingState_m4D25FFE72A9C26373C6D66DFCA758227BD63FB54 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t* ___0_state, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bank_GetSampleLoadingState(this.handle, out state);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_state;
int32_t L_2;
L_2 = Bank_FMOD_Studio_Bank_GetSampleLoadingState_mC0CB2A8CAE1C3D8A6936FE1795E2FF017B5EE4D4(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bank_getSampleLoadingState_m4D25FFE72A9C26373C6D66DFCA758227BD63FB54_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_state, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getSampleLoadingState_m4D25FFE72A9C26373C6D66DFCA758227BD63FB54(_thisAdjusted, ___0_state, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::getStringCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getStringCount_m39A9946EEFA8C6083E47DC9362D92F28602513DF (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bank_GetStringCount(this.handle, out count);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_count;
int32_t L_2;
L_2 = Bank_FMOD_Studio_Bank_GetStringCount_m923CC85A0E7DF8D3D56F78CEC9ED24E43444DD28(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bank_getStringCount_m39A9946EEFA8C6083E47DC9362D92F28602513DF_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getStringCount_m39A9946EEFA8C6083E47DC9362D92F28602513DF(_thisAdjusted, ___0_count, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::getStringInfo(System.Int32,FMOD.GUID&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getStringInfo_mB2E0F59C637A867ACA29C1B751B68773E6C671C2 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t ___0_index, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, String_t** ___2_path, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
intptr_t V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// path = null;
String_t** L_0 = ___2_path;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// id = new GUID();
GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* L_1 = ___1_id;
il2cpp_codegen_initobj(L_1, sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54));
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2;
L_2 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_2;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_006e:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
if (!L_3)
{
goto IL_0077;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
NullCheck(L_4);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_4);
}
IL_0077:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// IntPtr stringMem = Marshal.AllocHGlobal(256);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_5;
L_5 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)256), NULL);
V_1 = L_5;
// int retrieved = 0;
V_2 = 0;
// RESULT result = FMOD_Studio_Bank_GetStringInfo(this.handle, index, out id, stringMem, 256, out retrieved);
intptr_t L_6 = __this->___handle_0;
int32_t L_7 = ___0_index;
GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* L_8 = ___1_id;
intptr_t L_9 = V_1;
int32_t L_10;
L_10 = Bank_FMOD_Studio_Bank_GetStringInfo_m4BC8576D4AFE9461A8B2415B9B087CFEC0B2BCF3(L_6, L_7, L_8, L_9, ((int32_t)256), (&V_2), NULL);
V_3 = L_10;
// if (result == RESULT.ERR_TRUNCATED)
int32_t L_11 = V_3;
if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)65)))))
{
goto IL_0057_1;
}
}
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_12 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_12, NULL);
// stringMem = Marshal.AllocHGlobal(retrieved);
int32_t L_13 = V_2;
intptr_t L_14;
L_14 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_13, NULL);
V_1 = L_14;
// result = FMOD_Studio_Bank_GetStringInfo(this.handle, index, out id, stringMem, retrieved, out retrieved);
intptr_t L_15 = __this->___handle_0;
int32_t L_16 = ___0_index;
GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* L_17 = ___1_id;
intptr_t L_18 = V_1;
int32_t L_19 = V_2;
int32_t L_20;
L_20 = Bank_FMOD_Studio_Bank_GetStringInfo_m4BC8576D4AFE9461A8B2415B9B087CFEC0B2BCF3(L_15, L_16, L_17, L_18, L_19, (&V_2), NULL);
V_3 = L_20;
}
IL_0057_1:
{
// if (result == RESULT.OK)
int32_t L_21 = V_3;
if (L_21)
{
goto IL_0063_1;
}
}
{
// path = encoder.stringFromNative(stringMem);
String_t** L_22 = ___2_path;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_23 = V_0;
intptr_t L_24 = V_1;
NullCheck(L_23);
String_t* L_25;
L_25 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_23, L_24, NULL);
*((RuntimeObject**)L_22) = (RuntimeObject*)L_25;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_22, (void*)(RuntimeObject*)L_25);
}
IL_0063_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_26 = V_1;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_26, NULL);
// return result;
int32_t L_27 = V_3;
V_4 = L_27;
goto IL_0078;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0078:
{
// }
int32_t L_28 = V_4;
return L_28;
}
}
IL2CPP_EXTERN_C int32_t Bank_getStringInfo_mB2E0F59C637A867ACA29C1B751B68773E6C671C2_AdjustorThunk (RuntimeObject* __this, int32_t ___0_index, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, String_t** ___2_path, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getStringInfo_mB2E0F59C637A867ACA29C1B751B68773E6C671C2(_thisAdjusted, ___0_index, ___1_id, ___2_path, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::getEventCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getEventCount_m27A8305E0B9DFD7E83CCFE2A21F34593479E1A46 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bank_GetEventCount(this.handle, out count);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_count;
int32_t L_2;
L_2 = Bank_FMOD_Studio_Bank_GetEventCount_m47B9F616E34C34BFC041EB4D9E7A2FAEF2695C5C(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bank_getEventCount_m27A8305E0B9DFD7E83CCFE2A21F34593479E1A46_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getEventCount_m27A8305E0B9DFD7E83CCFE2A21F34593479E1A46(_thisAdjusted, ___0_count, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::getEventList(FMOD.Studio.EventDescription[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getEventList_m4DEF01F551BC7598E94B65CD73015C0F4EB54EDE (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD** ___0_array, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// array = null;
EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD** L_0 = ___0_array;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// result = FMOD_Studio_Bank_GetEventCount(this.handle, out capacity);
intptr_t L_1 = __this->___handle_0;
int32_t L_2;
L_2 = Bank_FMOD_Studio_Bank_GetEventCount_m47B9F616E34C34BFC041EB4D9E7A2FAEF2695C5C(L_1, (&V_1), NULL);
V_0 = L_2;
// if (result != RESULT.OK)
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_0016;
}
}
{
// return result;
int32_t L_4 = V_0;
return L_4;
}
IL_0016:
{
// if (capacity == 0)
int32_t L_5 = V_1;
if (L_5)
{
goto IL_0023;
}
}
{
// array = new EventDescription[0];
EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD** L_6 = ___0_array;
EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD* L_7 = (EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD*)(EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD*)SZArrayNew(EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD_il2cpp_TypeInfo_var, (uint32_t)0);
*((RuntimeObject**)L_6) = (RuntimeObject*)L_7;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_7);
// return result;
int32_t L_8 = V_0;
return L_8;
}
IL_0023:
{
// IntPtr[] rawArray = new IntPtr[capacity];
int32_t L_9 = V_1;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_10 = (IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)SZArrayNew(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_2 = L_10;
// result = FMOD_Studio_Bank_GetEventList(this.handle, rawArray, capacity, out actualCount);
intptr_t L_11 = __this->___handle_0;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_12 = V_2;
int32_t L_13 = V_1;
int32_t L_14;
L_14 = Bank_FMOD_Studio_Bank_GetEventList_mE8DA2705F9517D07C7165705D490587DF691E774(L_11, L_12, L_13, (&V_3), NULL);
V_0 = L_14;
// if (result != RESULT.OK)
int32_t L_15 = V_0;
if (!L_15)
{
goto IL_003f;
}
}
{
// return result;
int32_t L_16 = V_0;
return L_16;
}
IL_003f:
{
// if (actualCount > capacity) // More items added since we queried just now?
int32_t L_17 = V_3;
int32_t L_18 = V_1;
if ((((int32_t)L_17) <= ((int32_t)L_18)))
{
goto IL_0045;
}
}
{
// actualCount = capacity;
int32_t L_19 = V_1;
V_3 = L_19;
}
IL_0045:
{
// array = new EventDescription[actualCount];
EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD** L_20 = ___0_array;
int32_t L_21 = V_3;
EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD* L_22 = (EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD*)(EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD*)SZArrayNew(EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD_il2cpp_TypeInfo_var, (uint32_t)L_21);
*((RuntimeObject**)L_20) = (RuntimeObject*)L_22;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_20, (void*)(RuntimeObject*)L_22);
// for (int i = 0; i < actualCount; ++i)
V_4 = 0;
goto IL_006a;
}
IL_0052:
{
// array[i].handle = rawArray[i];
EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD** L_23 = ___0_array;
EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD* L_24 = *((EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD**)L_23);
int32_t L_25 = V_4;
NullCheck(L_24);
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_26 = V_2;
int32_t L_27 = V_4;
NullCheck(L_26);
int32_t L_28 = L_27;
intptr_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)))->___handle_0 = L_29;
// for (int i = 0; i < actualCount; ++i)
int32_t L_30 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_006a:
{
// for (int i = 0; i < actualCount; ++i)
int32_t L_31 = V_4;
int32_t L_32 = V_3;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_0052;
}
}
{
// return RESULT.OK;
return (int32_t)(0);
}
}
IL2CPP_EXTERN_C int32_t Bank_getEventList_m4DEF01F551BC7598E94B65CD73015C0F4EB54EDE_AdjustorThunk (RuntimeObject* __this, EventDescriptionU5BU5D_tE1EC1B8F4714339A9AEB27FCF7EE3B4ED716D8DD** ___0_array, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getEventList_m4DEF01F551BC7598E94B65CD73015C0F4EB54EDE(_thisAdjusted, ___0_array, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::getBusCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getBusCount_mDB4D9767E286CA8952D68CA2E5E6268BAC443861 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bank_GetBusCount(this.handle, out count);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_count;
int32_t L_2;
L_2 = Bank_FMOD_Studio_Bank_GetBusCount_m8A629A20865C044C7F1378268365AEF897E31D8C(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bank_getBusCount_mDB4D9767E286CA8952D68CA2E5E6268BAC443861_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getBusCount_mDB4D9767E286CA8952D68CA2E5E6268BAC443861(_thisAdjusted, ___0_count, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::getBusList(FMOD.Studio.Bus[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getBusList_m31CC23B28516D03EC240181928C269012D5784B0 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A** ___0_array, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// array = null;
BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A** L_0 = ___0_array;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// result = FMOD_Studio_Bank_GetBusCount(this.handle, out capacity);
intptr_t L_1 = __this->___handle_0;
int32_t L_2;
L_2 = Bank_FMOD_Studio_Bank_GetBusCount_m8A629A20865C044C7F1378268365AEF897E31D8C(L_1, (&V_1), NULL);
V_0 = L_2;
// if (result != RESULT.OK)
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_0016;
}
}
{
// return result;
int32_t L_4 = V_0;
return L_4;
}
IL_0016:
{
// if (capacity == 0)
int32_t L_5 = V_1;
if (L_5)
{
goto IL_0023;
}
}
{
// array = new Bus[0];
BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A** L_6 = ___0_array;
BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A* L_7 = (BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A*)(BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A*)SZArrayNew(BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A_il2cpp_TypeInfo_var, (uint32_t)0);
*((RuntimeObject**)L_6) = (RuntimeObject*)L_7;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_7);
// return result;
int32_t L_8 = V_0;
return L_8;
}
IL_0023:
{
// IntPtr[] rawArray = new IntPtr[capacity];
int32_t L_9 = V_1;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_10 = (IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)SZArrayNew(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_2 = L_10;
// result = FMOD_Studio_Bank_GetBusList(this.handle, rawArray, capacity, out actualCount);
intptr_t L_11 = __this->___handle_0;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_12 = V_2;
int32_t L_13 = V_1;
int32_t L_14;
L_14 = Bank_FMOD_Studio_Bank_GetBusList_mD14BE58B4A84B551E4A9E981D7B6DD6D4F60019A(L_11, L_12, L_13, (&V_3), NULL);
V_0 = L_14;
// if (result != RESULT.OK)
int32_t L_15 = V_0;
if (!L_15)
{
goto IL_003f;
}
}
{
// return result;
int32_t L_16 = V_0;
return L_16;
}
IL_003f:
{
// if (actualCount > capacity) // More items added since we queried just now?
int32_t L_17 = V_3;
int32_t L_18 = V_1;
if ((((int32_t)L_17) <= ((int32_t)L_18)))
{
goto IL_0045;
}
}
{
// actualCount = capacity;
int32_t L_19 = V_1;
V_3 = L_19;
}
IL_0045:
{
// array = new Bus[actualCount];
BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A** L_20 = ___0_array;
int32_t L_21 = V_3;
BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A* L_22 = (BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A*)(BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A*)SZArrayNew(BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A_il2cpp_TypeInfo_var, (uint32_t)L_21);
*((RuntimeObject**)L_20) = (RuntimeObject*)L_22;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_20, (void*)(RuntimeObject*)L_22);
// for (int i = 0; i < actualCount; ++i)
V_4 = 0;
goto IL_006a;
}
IL_0052:
{
// array[i].handle = rawArray[i];
BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A** L_23 = ___0_array;
BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A* L_24 = *((BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A**)L_23);
int32_t L_25 = V_4;
NullCheck(L_24);
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_26 = V_2;
int32_t L_27 = V_4;
NullCheck(L_26);
int32_t L_28 = L_27;
intptr_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)))->___handle_0 = L_29;
// for (int i = 0; i < actualCount; ++i)
int32_t L_30 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_006a:
{
// for (int i = 0; i < actualCount; ++i)
int32_t L_31 = V_4;
int32_t L_32 = V_3;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_0052;
}
}
{
// return RESULT.OK;
return (int32_t)(0);
}
}
IL2CPP_EXTERN_C int32_t Bank_getBusList_m31CC23B28516D03EC240181928C269012D5784B0_AdjustorThunk (RuntimeObject* __this, BusU5BU5D_t2F3D0F2757F9BABE3649A6E1ADC1EE01585C779A** ___0_array, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getBusList_m31CC23B28516D03EC240181928C269012D5784B0(_thisAdjusted, ___0_array, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::getVCACount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getVCACount_m1EDAEF0FDD6B8EF9E61F996A37AA5FDA0ED6DC8B (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bank_GetVCACount(this.handle, out count);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_count;
int32_t L_2;
L_2 = Bank_FMOD_Studio_Bank_GetVCACount_m666034FE70665D5D89A5577FD1C8145975C84FAD(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bank_getVCACount_m1EDAEF0FDD6B8EF9E61F996A37AA5FDA0ED6DC8B_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getVCACount_m1EDAEF0FDD6B8EF9E61F996A37AA5FDA0ED6DC8B(_thisAdjusted, ___0_count, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::getVCAList(FMOD.Studio.VCA[]&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getVCAList_m037B42EDAF9134F6B435D286B7CB499253F7C01A (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296** ___0_array, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// array = null;
VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296** L_0 = ___0_array;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// result = FMOD_Studio_Bank_GetVCACount(this.handle, out capacity);
intptr_t L_1 = __this->___handle_0;
int32_t L_2;
L_2 = Bank_FMOD_Studio_Bank_GetVCACount_m666034FE70665D5D89A5577FD1C8145975C84FAD(L_1, (&V_1), NULL);
V_0 = L_2;
// if (result != RESULT.OK)
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_0016;
}
}
{
// return result;
int32_t L_4 = V_0;
return L_4;
}
IL_0016:
{
// if (capacity == 0)
int32_t L_5 = V_1;
if (L_5)
{
goto IL_0023;
}
}
{
// array = new VCA[0];
VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296** L_6 = ___0_array;
VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296* L_7 = (VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296*)(VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296*)SZArrayNew(VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296_il2cpp_TypeInfo_var, (uint32_t)0);
*((RuntimeObject**)L_6) = (RuntimeObject*)L_7;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)L_7);
// return result;
int32_t L_8 = V_0;
return L_8;
}
IL_0023:
{
// IntPtr[] rawArray = new IntPtr[capacity];
int32_t L_9 = V_1;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_10 = (IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832*)SZArrayNew(IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_2 = L_10;
// result = FMOD_Studio_Bank_GetVCAList(this.handle, rawArray, capacity, out actualCount);
intptr_t L_11 = __this->___handle_0;
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_12 = V_2;
int32_t L_13 = V_1;
int32_t L_14;
L_14 = Bank_FMOD_Studio_Bank_GetVCAList_mC1089E0ADA46E8A20CACD801A44149C781F1494C(L_11, L_12, L_13, (&V_3), NULL);
V_0 = L_14;
// if (result != RESULT.OK)
int32_t L_15 = V_0;
if (!L_15)
{
goto IL_003f;
}
}
{
// return result;
int32_t L_16 = V_0;
return L_16;
}
IL_003f:
{
// if (actualCount > capacity) // More items added since we queried just now?
int32_t L_17 = V_3;
int32_t L_18 = V_1;
if ((((int32_t)L_17) <= ((int32_t)L_18)))
{
goto IL_0045;
}
}
{
// actualCount = capacity;
int32_t L_19 = V_1;
V_3 = L_19;
}
IL_0045:
{
// array = new VCA[actualCount];
VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296** L_20 = ___0_array;
int32_t L_21 = V_3;
VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296* L_22 = (VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296*)(VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296*)SZArrayNew(VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296_il2cpp_TypeInfo_var, (uint32_t)L_21);
*((RuntimeObject**)L_20) = (RuntimeObject*)L_22;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_20, (void*)(RuntimeObject*)L_22);
// for (int i = 0; i < actualCount; ++i)
V_4 = 0;
goto IL_006a;
}
IL_0052:
{
// array[i].handle = rawArray[i];
VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296** L_23 = ___0_array;
VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296* L_24 = *((VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296**)L_23);
int32_t L_25 = V_4;
NullCheck(L_24);
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* L_26 = V_2;
int32_t L_27 = V_4;
NullCheck(L_26);
int32_t L_28 = L_27;
intptr_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
((L_24)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_25)))->___handle_0 = L_29;
// for (int i = 0; i < actualCount; ++i)
int32_t L_30 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_30, 1));
}
IL_006a:
{
// for (int i = 0; i < actualCount; ++i)
int32_t L_31 = V_4;
int32_t L_32 = V_3;
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_0052;
}
}
{
// return RESULT.OK;
return (int32_t)(0);
}
}
IL2CPP_EXTERN_C int32_t Bank_getVCAList_m037B42EDAF9134F6B435D286B7CB499253F7C01A_AdjustorThunk (RuntimeObject* __this, VCAU5BU5D_tEED1298A5CBE092720840B325BC9D8A4BDA47296** ___0_array, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getVCAList_m037B42EDAF9134F6B435D286B7CB499253F7C01A(_thisAdjusted, ___0_array, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_getUserData_mCA87BFDD84322C69F725525042B02B6BFB85AC25 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bank_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = Bank_FMOD_Studio_Bank_GetUserData_mAA978BE0F92096BC6560399005EDE734C599F640(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bank_getUserData_mCA87BFDD84322C69F725525042B02B6BFB85AC25_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_getUserData_mCA87BFDD84322C69F725525042B02B6BFB85AC25(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_setUserData_m75BDD11A62849D416749B672F1CC0CE04FB54F1D (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD_Studio_Bank_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = Bank_FMOD_Studio_Bank_SetUserData_m814E284D8DDAA9FDFC049F37A90E5754C35A9140(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t Bank_setUserData_m75BDD11A62849D416749B672F1CC0CE04FB54F1D_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
int32_t _returnValue;
_returnValue = Bank_setUserData_m75BDD11A62849D416749B672F1CC0CE04FB54F1D(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// System.Boolean FMOD.Studio.Bank::FMOD_Studio_Bank_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bank_FMOD_Studio_Bank_IsValid_m83FD9C30FDF292634239B1ACFA47637BB760EC35 (intptr_t ___0_bank, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_IsValid", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_IsValid)(___0_bank);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank);
#endif
return static_cast<bool>(returnValue);
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetID(System.IntPtr,FMOD.GUID&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetID_mFA2A405FDB313107786AA2596BBA25845F476C77 (intptr_t ___0_bank, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___1_id, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetID", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetID)(___0_bank, ___1_id);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ___1_id);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetPath(System.IntPtr,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetPath_mEAF9D595179FD9E7479E875F904722D6D39A0BDC (intptr_t ___0_bank, intptr_t ___1_path, int32_t ___2_size, int32_t* ___3_retrieved, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetPath", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetPath)(___0_bank, ___1_path, ___2_size, ___3_retrieved);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ___1_path, ___2_size, ___3_retrieved);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_Unload(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_Unload_m5ECFFFDA6C172CF6D77FA778BE19E58A169E4834 (intptr_t ___0_bank, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_Unload", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_Unload)(___0_bank);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_LoadSampleData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_LoadSampleData_mBD03C89D197949EE4DF379A954BF6C3D925B66BE (intptr_t ___0_bank, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_LoadSampleData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_LoadSampleData)(___0_bank);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_UnloadSampleData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_UnloadSampleData_m4477CAA2784BE1D8E007EE10E87A9F7209E5E890 (intptr_t ___0_bank, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_UnloadSampleData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_UnloadSampleData)(___0_bank);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetLoadingState(System.IntPtr,FMOD.Studio.LOADING_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetLoadingState_m53D93CD3D4D5188BA8874ADCDEA8A8907144774F (intptr_t ___0_bank, int32_t* ___1_state, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetLoadingState", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetLoadingState)(___0_bank, ___1_state);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ___1_state);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetSampleLoadingState(System.IntPtr,FMOD.Studio.LOADING_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetSampleLoadingState_mC0CB2A8CAE1C3D8A6936FE1795E2FF017B5EE4D4 (intptr_t ___0_bank, int32_t* ___1_state, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetSampleLoadingState", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetSampleLoadingState)(___0_bank, ___1_state);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ___1_state);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetStringCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetStringCount_m923CC85A0E7DF8D3D56F78CEC9ED24E43444DD28 (intptr_t ___0_bank, int32_t* ___1_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetStringCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetStringCount)(___0_bank, ___1_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ___1_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetStringInfo(System.IntPtr,System.Int32,FMOD.GUID&,System.IntPtr,System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetStringInfo_m4BC8576D4AFE9461A8B2415B9B087CFEC0B2BCF3 (intptr_t ___0_bank, int32_t ___1_index, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54* ___2_id, intptr_t ___3_path, int32_t ___4_size, int32_t* ___5_retrieved, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*, intptr_t, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(GUID_tFB268B4FFFA3CA85D227CAE412BC765F4B71BE54*) + sizeof(intptr_t) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetStringInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetStringInfo)(___0_bank, ___1_index, ___2_id, ___3_path, ___4_size, ___5_retrieved);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ___1_index, ___2_id, ___3_path, ___4_size, ___5_retrieved);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetEventCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetEventCount_m47B9F616E34C34BFC041EB4D9E7A2FAEF2695C5C (intptr_t ___0_bank, int32_t* ___1_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetEventCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetEventCount)(___0_bank, ___1_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ___1_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetEventList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetEventList_mE8DA2705F9517D07C7165705D490587DF691E774 (intptr_t ___0_bank, IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___1_array, int32_t ___2_capacity, int32_t* ___3_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetEventList", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_array' to native representation
intptr_t* ____1_array_marshaled = NULL;
if (___1_array != NULL)
{
____1_array_marshaled = reinterpret_cast<intptr_t*>((___1_array)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetEventList)(___0_bank, ____1_array_marshaled, ___2_capacity, ___3_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ____1_array_marshaled, ___2_capacity, ___3_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetBusCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetBusCount_m8A629A20865C044C7F1378268365AEF897E31D8C (intptr_t ___0_bank, int32_t* ___1_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetBusCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetBusCount)(___0_bank, ___1_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ___1_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetBusList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetBusList_mD14BE58B4A84B551E4A9E981D7B6DD6D4F60019A (intptr_t ___0_bank, IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___1_array, int32_t ___2_capacity, int32_t* ___3_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetBusList", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_array' to native representation
intptr_t* ____1_array_marshaled = NULL;
if (___1_array != NULL)
{
____1_array_marshaled = reinterpret_cast<intptr_t*>((___1_array)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetBusList)(___0_bank, ____1_array_marshaled, ___2_capacity, ___3_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ____1_array_marshaled, ___2_capacity, ___3_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetVCACount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetVCACount_m666034FE70665D5D89A5577FD1C8145975C84FAD (intptr_t ___0_bank, int32_t* ___1_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetVCACount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetVCACount)(___0_bank, ___1_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ___1_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetVCAList(System.IntPtr,System.IntPtr[],System.Int32,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetVCAList_mC1089E0ADA46E8A20CACD801A44149C781F1494C (intptr_t ___0_bank, IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___1_array, int32_t ___2_capacity, int32_t* ___3_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*, int32_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*) + sizeof(int32_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetVCAList", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_array' to native representation
intptr_t* ____1_array_marshaled = NULL;
if (___1_array != NULL)
{
____1_array_marshaled = reinterpret_cast<intptr_t*>((___1_array)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetVCAList)(___0_bank, ____1_array_marshaled, ___2_capacity, ___3_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ____1_array_marshaled, ___2_capacity, ___3_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_GetUserData_mAA978BE0F92096BC6560399005EDE734C599F640 (intptr_t ___0_bank, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_GetUserData)(___0_bank, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.Bank::FMOD_Studio_Bank_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Bank_FMOD_Studio_Bank_SetUserData_m814E284D8DDAA9FDFC049F37A90E5754C35A9140 (intptr_t ___0_bank, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_Bank_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_Bank_SetUserData)(___0_bank, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_bank, ___1_userdata);
#endif
return returnValue;
}
// System.Void FMOD.Studio.Bank::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bank__ctor_m8F325789AC421678C721C2F67E482E41F19541A5 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public Bank(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public Bank(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void Bank__ctor_m8F325789AC421678C721C2F67E482E41F19541A5_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
Bank__ctor_m8F325789AC421678C721C2F67E482E41F19541A5_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.Studio.Bank::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bank_hasHandle_mEEF94F03512C44EFB09C4AAD57AC3BAF558EE1D4 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool Bank_hasHandle_mEEF94F03512C44EFB09C4AAD57AC3BAF558EE1D4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
bool _returnValue;
_returnValue = Bank_hasHandle_mEEF94F03512C44EFB09C4AAD57AC3BAF558EE1D4(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.Studio.Bank::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bank_clearHandle_m65C9D6BFA827E82D80C5C137D59AFA9C995202E2 (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void Bank_clearHandle_m65C9D6BFA827E82D80C5C137D59AFA9C995202E2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
Bank_clearHandle_m65C9D6BFA827E82D80C5C137D59AFA9C995202E2(_thisAdjusted, method);
}
// System.Boolean FMOD.Studio.Bank::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Bank_isValid_mCFBA5D829ED046EE4E8CA69FD475D81C93D6F9EE (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, const RuntimeMethod* method)
{
{
// return hasHandle() && FMOD_Studio_Bank_IsValid(this.handle);
bool L_0;
L_0 = Bank_hasHandle_mEEF94F03512C44EFB09C4AAD57AC3BAF558EE1D4(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
intptr_t L_1 = __this->___handle_0;
bool L_2;
L_2 = Bank_FMOD_Studio_Bank_IsValid_m83FD9C30FDF292634239B1ACFA47637BB760EC35(L_1, NULL);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool Bank_isValid_mCFBA5D829ED046EE4E8CA69FD475D81C93D6F9EE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA*>(__this + _offset);
bool _returnValue;
_returnValue = Bank_isValid_mCFBA5D829ED046EE4E8CA69FD475D81C93D6F9EE(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// FMOD.RESULT FMOD.Studio.CommandReplay::getSystem(FMOD.Studio.System&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getSystem_m3975D9948E6C613B0E61625BC3E900D8825FF221 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* ___0_system, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_GetSystem(this.handle, out system.handle);
intptr_t L_0 = __this->___handle_0;
System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* L_1 = ___0_system;
intptr_t* L_2 = (&L_1->___handle_0);
int32_t L_3;
L_3 = CommandReplay_FMOD_Studio_CommandReplay_GetSystem_m3417DA8220C84C69EC70FE92C3F054A8D3D97867(L_0, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_getSystem_m3975D9948E6C613B0E61625BC3E900D8825FF221_AdjustorThunk (RuntimeObject* __this, System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* ___0_system, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_getSystem_m3975D9948E6C613B0E61625BC3E900D8825FF221(_thisAdjusted, ___0_system, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::getLength(System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getLength_m59374A44E01D2601EE1E6F27F98F72EBC8701D41 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, float* ___0_length, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_GetLength(this.handle, out length);
intptr_t L_0 = __this->___handle_0;
float* L_1 = ___0_length;
int32_t L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_GetLength_m9E914345C0B5F66F180E9438621E12C93A1B5E04(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_getLength_m59374A44E01D2601EE1E6F27F98F72EBC8701D41_AdjustorThunk (RuntimeObject* __this, float* ___0_length, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_getLength_m59374A44E01D2601EE1E6F27F98F72EBC8701D41(_thisAdjusted, ___0_length, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::getCommandCount(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandCount_m8E072B60F1C567242C15A1862787CC35BD551C4B (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_GetCommandCount(this.handle, out count);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_count;
int32_t L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_GetCommandCount_m75990CDF2D9630F06366FA00F71F75E057623D98(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_getCommandCount_m8E072B60F1C567242C15A1862787CC35BD551C4B_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_count, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_getCommandCount_m8E072B60F1C567242C15A1862787CC35BD551C4B(_thisAdjusted, ___0_count, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::getCommandInfo(System.Int32,FMOD.Studio.COMMAND_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandInfo_m09C6E8A252FC23B44F1AA79CF2C68433BB019D8A (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, int32_t ___0_commandIndex, COMMAND_INFO_tCBBD3E3B8F206BDA068D1F5E8DE83DC4327B0FDE* ___1_info, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_GetCommandInfo(this.handle, commandIndex, out info);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_commandIndex;
COMMAND_INFO_tCBBD3E3B8F206BDA068D1F5E8DE83DC4327B0FDE* L_2 = ___1_info;
int32_t L_3;
L_3 = CommandReplay_FMOD_Studio_CommandReplay_GetCommandInfo_m03FA862DCF1BAB3B0418CC1A87E5AC3948EE3CDA(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_getCommandInfo_m09C6E8A252FC23B44F1AA79CF2C68433BB019D8A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_commandIndex, COMMAND_INFO_tCBBD3E3B8F206BDA068D1F5E8DE83DC4327B0FDE* ___1_info, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_getCommandInfo_m09C6E8A252FC23B44F1AA79CF2C68433BB019D8A(_thisAdjusted, ___0_commandIndex, ___1_info, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::getCommandString(System.Int32,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandString_m305709FA9F239CC202C5EDCF0459F1100F887541 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, int32_t ___0_commandIndex, String_t** ___1_buffer, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
intptr_t V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
int32_t V_4 = 0;
{
// buffer = null;
String_t** L_0 = ___1_buffer;
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1;
L_1 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_1;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0067:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
if (!L_2)
{
goto IL_0070;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_3 = V_0;
NullCheck(L_3);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
}
IL_0070:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
// int stringLength = 256;
V_1 = ((int32_t)256);
// IntPtr stringMem = Marshal.AllocHGlobal(256);
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
intptr_t L_4;
L_4 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(((int32_t)256), NULL);
V_2 = L_4;
// RESULT result = FMOD_Studio_CommandReplay_GetCommandString(this.handle, commandIndex, stringMem, stringLength);
intptr_t L_5 = __this->___handle_0;
int32_t L_6 = ___0_commandIndex;
intptr_t L_7 = V_2;
int32_t L_8 = V_1;
int32_t L_9;
L_9 = CommandReplay_FMOD_Studio_CommandReplay_GetCommandString_mA737A269290F03787EA8B676113B08F661F66F7C(L_5, L_6, L_7, L_8, NULL);
V_3 = L_9;
goto IL_004b_1;
}
IL_002b_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_10 = V_2;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_10, NULL);
// stringLength *= 2;
int32_t L_11 = V_1;
V_1 = ((int32_t)il2cpp_codegen_multiply(L_11, 2));
// stringMem = Marshal.AllocHGlobal(stringLength);
int32_t L_12 = V_1;
intptr_t L_13;
L_13 = Marshal_AllocHGlobal_mE1D700DF967E28BE8AB3E0D67C81A96B4FCC8F4F(L_12, NULL);
V_2 = L_13;
// result = FMOD_Studio_CommandReplay_GetCommandString(this.handle, commandIndex, stringMem, stringLength);
intptr_t L_14 = __this->___handle_0;
int32_t L_15 = ___0_commandIndex;
intptr_t L_16 = V_2;
int32_t L_17 = V_1;
int32_t L_18;
L_18 = CommandReplay_FMOD_Studio_CommandReplay_GetCommandString_mA737A269290F03787EA8B676113B08F661F66F7C(L_14, L_15, L_16, L_17, NULL);
V_3 = L_18;
}
IL_004b_1:
{
// while (result == RESULT.ERR_TRUNCATED)
int32_t L_19 = V_3;
if ((((int32_t)L_19) == ((int32_t)((int32_t)65))))
{
goto IL_002b_1;
}
}
{
// if (result == RESULT.OK)
int32_t L_20 = V_3;
if (L_20)
{
goto IL_005c_1;
}
}
{
// buffer = encoder.stringFromNative(stringMem);
String_t** L_21 = ___1_buffer;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_22 = V_0;
intptr_t L_23 = V_2;
NullCheck(L_22);
String_t* L_24;
L_24 = ThreadSafeEncoding_stringFromNative_m1E3E0B3C49A45CD35E5821E5807855755EBD8979(L_22, L_23, NULL);
*((RuntimeObject**)L_21) = (RuntimeObject*)L_24;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_21, (void*)(RuntimeObject*)L_24);
}
IL_005c_1:
{
// Marshal.FreeHGlobal(stringMem);
intptr_t L_25 = V_2;
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_m298EF0650E82E326EDA8048488DC384BB9171EB9(L_25, NULL);
// return result;
int32_t L_26 = V_3;
V_4 = L_26;
goto IL_0071;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0071:
{
// }
int32_t L_27 = V_4;
return L_27;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_getCommandString_m305709FA9F239CC202C5EDCF0459F1100F887541_AdjustorThunk (RuntimeObject* __this, int32_t ___0_commandIndex, String_t** ___1_buffer, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_getCommandString_m305709FA9F239CC202C5EDCF0459F1100F887541(_thisAdjusted, ___0_commandIndex, ___1_buffer, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::getCommandAtTime(System.Single,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCommandAtTime_m32784099963DAFC104AD4609E46B1903F5975A83 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, float ___0_time, int32_t* ___1_commandIndex, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_GetCommandAtTime(this.handle, time, out commandIndex);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_time;
int32_t* L_2 = ___1_commandIndex;
int32_t L_3;
L_3 = CommandReplay_FMOD_Studio_CommandReplay_GetCommandAtTime_m27082E7D6E287A4B15C786D8564E7A0B37F53299(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_getCommandAtTime_m32784099963DAFC104AD4609E46B1903F5975A83_AdjustorThunk (RuntimeObject* __this, float ___0_time, int32_t* ___1_commandIndex, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_getCommandAtTime_m32784099963DAFC104AD4609E46B1903F5975A83(_thisAdjusted, ___0_time, ___1_commandIndex, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::setBankPath(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setBankPath_m526ADCBA5D8A9211B853FCBAE052AE16DDCBA7EA (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, String_t* ___0_bankPath, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* V_0 = NULL;
int32_t V_1 = 0;
{
// using (StringHelper.ThreadSafeEncoding encoder = StringHelper.GetFreeHelper())
il2cpp_codegen_runtime_class_init_inline(StringHelper_t1E0E1E18057E1AC7FD96DC167F9F849437ABC4C5_il2cpp_TypeInfo_var);
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_0;
L_0 = StringHelper_GetFreeHelper_m2F250F570E165934A8E4BE9EA97C66A18997E1D2(NULL);
V_0 = L_0;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_001b:
{// begin finally (depth: 1)
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_1 = V_0;
if (!L_1)
{
goto IL_0024;
}
}
{
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_2 = V_0;
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_2);
}
IL_0024:
{
return;
}
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
// return FMOD_Studio_CommandReplay_SetBankPath(this.handle, encoder.byteFromStringUTF8(bankPath));
intptr_t L_3 = __this->___handle_0;
ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* L_4 = V_0;
String_t* L_5 = ___0_bankPath;
NullCheck(L_4);
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
L_6 = ThreadSafeEncoding_byteFromStringUTF8_m47D29321D6BF684366C51EEA78A5F91A9A75E495(L_4, L_5, NULL);
int32_t L_7;
L_7 = CommandReplay_FMOD_Studio_CommandReplay_SetBankPath_mC3A4273A3893723C982ED6075E740236ACC2964B(L_3, L_6, NULL);
V_1 = L_7;
goto IL_0025;
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0025:
{
// }
int32_t L_8 = V_1;
return L_8;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_setBankPath_m526ADCBA5D8A9211B853FCBAE052AE16DDCBA7EA_AdjustorThunk (RuntimeObject* __this, String_t* ___0_bankPath, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_setBankPath_m526ADCBA5D8A9211B853FCBAE052AE16DDCBA7EA(_thisAdjusted, ___0_bankPath, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::start()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_start_m01D627A157189259E060D729917E8F6343D249FF (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_Start(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = CommandReplay_FMOD_Studio_CommandReplay_Start_mE383B48766EFE6A6CBB27AFF0BCED473505A9644(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_start_m01D627A157189259E060D729917E8F6343D249FF_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_start_m01D627A157189259E060D729917E8F6343D249FF(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::stop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_stop_mDE7CE2DD1DAFE237B347D00254FA8D7488DDC6E1 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_Stop(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = CommandReplay_FMOD_Studio_CommandReplay_Stop_m25A1A4F25F9F2766652DB763CB92CB51D19B5CBF(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_stop_mDE7CE2DD1DAFE237B347D00254FA8D7488DDC6E1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_stop_mDE7CE2DD1DAFE237B347D00254FA8D7488DDC6E1(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::seekToTime(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_seekToTime_m23B5C7DD6998E0F5E903C65714E13168554A1050 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, float ___0_time, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_SeekToTime(this.handle, time);
intptr_t L_0 = __this->___handle_0;
float L_1 = ___0_time;
int32_t L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_SeekToTime_m73FF5FA117145B30B9C08F3F068FDE537C56A8BF(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_seekToTime_m23B5C7DD6998E0F5E903C65714E13168554A1050_AdjustorThunk (RuntimeObject* __this, float ___0_time, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_seekToTime_m23B5C7DD6998E0F5E903C65714E13168554A1050(_thisAdjusted, ___0_time, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::seekToCommand(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_seekToCommand_mD4A305EC8ED7BFEAC45ADB846AA0F996C043ED0C (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, int32_t ___0_commandIndex, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_SeekToCommand(this.handle, commandIndex);
intptr_t L_0 = __this->___handle_0;
int32_t L_1 = ___0_commandIndex;
int32_t L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_SeekToCommand_m0E3D4FDDCD12271300965C0252251B168A14D814(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_seekToCommand_mD4A305EC8ED7BFEAC45ADB846AA0F996C043ED0C_AdjustorThunk (RuntimeObject* __this, int32_t ___0_commandIndex, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_seekToCommand_mD4A305EC8ED7BFEAC45ADB846AA0F996C043ED0C(_thisAdjusted, ___0_commandIndex, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::getPaused(System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getPaused_m2E9545101D52CB7C9AC5633BFE7087C92222F015 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, bool* ___0_paused, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_GetPaused(this.handle, out paused);
intptr_t L_0 = __this->___handle_0;
bool* L_1 = ___0_paused;
int32_t L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_GetPaused_mD4F6BB75F8D027B40115E80EBBC01EF1F488EF42(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_getPaused_m2E9545101D52CB7C9AC5633BFE7087C92222F015_AdjustorThunk (RuntimeObject* __this, bool* ___0_paused, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_getPaused_m2E9545101D52CB7C9AC5633BFE7087C92222F015(_thisAdjusted, ___0_paused, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::setPaused(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setPaused_m1FE0F75673CA69A673F07CB458A231803C2233C8 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, bool ___0_paused, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_SetPaused(this.handle, paused);
intptr_t L_0 = __this->___handle_0;
bool L_1 = ___0_paused;
int32_t L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_SetPaused_m231DDD1819B80EC1922099F904965A4A104A47EB(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_setPaused_m1FE0F75673CA69A673F07CB458A231803C2233C8_AdjustorThunk (RuntimeObject* __this, bool ___0_paused, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_setPaused_m1FE0F75673CA69A673F07CB458A231803C2233C8(_thisAdjusted, ___0_paused, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::getPlaybackState(FMOD.Studio.PLAYBACK_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getPlaybackState_m757DEC061DD1672922B8B234450A7E7C8AF8E2D2 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, int32_t* ___0_state, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_GetPlaybackState(this.handle, out state);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_state;
int32_t L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_GetPlaybackState_m5EFA36C232398C11F315051370365FC81CE14D3A(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_getPlaybackState_m757DEC061DD1672922B8B234450A7E7C8AF8E2D2_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_state, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_getPlaybackState_m757DEC061DD1672922B8B234450A7E7C8AF8E2D2(_thisAdjusted, ___0_state, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::getCurrentCommand(System.Int32&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getCurrentCommand_mDDBB228F2E6DB13471E30137AAF9CC842450EEA4 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, int32_t* ___0_commandIndex, float* ___1_currentTime, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_GetCurrentCommand(this.handle, out commandIndex, out currentTime);
intptr_t L_0 = __this->___handle_0;
int32_t* L_1 = ___0_commandIndex;
float* L_2 = ___1_currentTime;
int32_t L_3;
L_3 = CommandReplay_FMOD_Studio_CommandReplay_GetCurrentCommand_m783495B11AD272FBDD629DBA76E6F022D7FBBBDD(L_0, L_1, L_2, NULL);
return L_3;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_getCurrentCommand_mDDBB228F2E6DB13471E30137AAF9CC842450EEA4_AdjustorThunk (RuntimeObject* __this, int32_t* ___0_commandIndex, float* ___1_currentTime, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_getCurrentCommand_mDDBB228F2E6DB13471E30137AAF9CC842450EEA4(_thisAdjusted, ___0_commandIndex, ___1_currentTime, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::release()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_release_m43F0A5ECC3A689AAC23C8FB66FBCB9356DB12736 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_Release(this.handle);
intptr_t L_0 = __this->___handle_0;
int32_t L_1;
L_1 = CommandReplay_FMOD_Studio_CommandReplay_Release_m66C5DBA5B036F76E37C9C666D65A2D85C750CB42(L_0, NULL);
return L_1;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_release_m43F0A5ECC3A689AAC23C8FB66FBCB9356DB12736_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_release_m43F0A5ECC3A689AAC23C8FB66FBCB9356DB12736(_thisAdjusted, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::setFrameCallback(FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setFrameCallback_mD3EB81B79D214420EEE12C47813E314029B74A26 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* ___0_callback, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_SetFrameCallback(this.handle, callback);
intptr_t L_0 = __this->___handle_0;
COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* L_1 = ___0_callback;
int32_t L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_SetFrameCallback_mFBBA5792D8ED9971F2A4CB66E992B2E27B01894B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_setFrameCallback_mD3EB81B79D214420EEE12C47813E314029B74A26_AdjustorThunk (RuntimeObject* __this, COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* ___0_callback, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_setFrameCallback_mD3EB81B79D214420EEE12C47813E314029B74A26(_thisAdjusted, ___0_callback, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::setLoadBankCallback(FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setLoadBankCallback_m529AA6A3841B31F593CFB68BA6EB1AADAEFECCEF (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* ___0_callback, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_SetLoadBankCallback(this.handle, callback);
intptr_t L_0 = __this->___handle_0;
COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* L_1 = ___0_callback;
int32_t L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_SetLoadBankCallback_mCA1489E0ED125B5D34D34FB4E74B4516607AC9C8(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_setLoadBankCallback_m529AA6A3841B31F593CFB68BA6EB1AADAEFECCEF_AdjustorThunk (RuntimeObject* __this, COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* ___0_callback, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_setLoadBankCallback_m529AA6A3841B31F593CFB68BA6EB1AADAEFECCEF(_thisAdjusted, ___0_callback, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::setCreateInstanceCallback(FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setCreateInstanceCallback_mEA722F8DD50F627BD5A0A14B028CA5A05788A24F (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* ___0_callback, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_SetCreateInstanceCallback(this.handle, callback);
intptr_t L_0 = __this->___handle_0;
COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* L_1 = ___0_callback;
int32_t L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_SetCreateInstanceCallback_m5FDA49EB67B9B4472F73E7C54999081808DB606B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_setCreateInstanceCallback_mEA722F8DD50F627BD5A0A14B028CA5A05788A24F_AdjustorThunk (RuntimeObject* __this, COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* ___0_callback, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_setCreateInstanceCallback_mEA722F8DD50F627BD5A0A14B028CA5A05788A24F(_thisAdjusted, ___0_callback, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::getUserData(System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_getUserData_m246D0817CF3C2A454ABA0570F3A14FE8C3982424 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_GetUserData(this.handle, out userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t* L_1 = ___0_userdata;
int32_t L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_GetUserData_m273EBF32D9838C6029EB472DC6B99327347E6CFB(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_getUserData_m246D0817CF3C2A454ABA0570F3A14FE8C3982424_AdjustorThunk (RuntimeObject* __this, intptr_t* ___0_userdata, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_getUserData_m246D0817CF3C2A454ABA0570F3A14FE8C3982424(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::setUserData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_setUserData_m3A093847BB757723002A2413377CCDD81296EF1D (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
{
// return FMOD_Studio_CommandReplay_SetUserData(this.handle, userdata);
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ___0_userdata;
int32_t L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_SetUserData_m8A673E517AAC0933E0A11757B868B1861847ADE3(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C int32_t CommandReplay_setUserData_m3A093847BB757723002A2413377CCDD81296EF1D_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_userdata, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
int32_t _returnValue;
_returnValue = CommandReplay_setUserData_m3A093847BB757723002A2413377CCDD81296EF1D(_thisAdjusted, ___0_userdata, method);
return _returnValue;
}
// System.Boolean FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_IsValid(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandReplay_FMOD_Studio_CommandReplay_IsValid_mF3CFE9D41689E89700FD41C16605991B630651F6 (intptr_t ___0_replay, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_IsValid", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_IsValid)(___0_replay);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay);
#endif
return static_cast<bool>(returnValue);
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetSystem(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetSystem_m3417DA8220C84C69EC70FE92C3F054A8D3D97867 (intptr_t ___0_replay, intptr_t* ___1_system, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_GetSystem", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_GetSystem)(___0_replay, ___1_system);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_system);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetLength(System.IntPtr,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetLength_m9E914345C0B5F66F180E9438621E12C93A1B5E04 (intptr_t ___0_replay, float* ___1_length, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_GetLength", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_GetLength)(___0_replay, ___1_length);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_length);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandCount(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandCount_m75990CDF2D9630F06366FA00F71F75E057623D98 (intptr_t ___0_replay, int32_t* ___1_count, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_GetCommandCount", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_GetCommandCount)(___0_replay, ___1_count);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_count);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandInfo(System.IntPtr,System.Int32,FMOD.Studio.COMMAND_INFO&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandInfo_m03FA862DCF1BAB3B0418CC1A87E5AC3948EE3CDA (intptr_t ___0_replay, int32_t ___1_commandindex, COMMAND_INFO_tCBBD3E3B8F206BDA068D1F5E8DE83DC4327B0FDE* ___2_info, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, COMMAND_INFO_tCBBD3E3B8F206BDA068D1F5E8DE83DC4327B0FDE*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(COMMAND_INFO_tCBBD3E3B8F206BDA068D1F5E8DE83DC4327B0FDE*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_GetCommandInfo", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_GetCommandInfo)(___0_replay, ___1_commandindex, ___2_info);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_commandindex, ___2_info);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandString(System.IntPtr,System.Int32,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandString_mA737A269290F03787EA8B676113B08F661F66F7C (intptr_t ___0_replay, int32_t ___1_commandIndex, intptr_t ___2_buffer, int32_t ___3_length, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t, intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t) + sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_GetCommandString", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_GetCommandString)(___0_replay, ___1_commandIndex, ___2_buffer, ___3_length);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_commandIndex, ___2_buffer, ___3_length);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCommandAtTime(System.IntPtr,System.Single,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCommandAtTime_m27082E7D6E287A4B15C786D8564E7A0B37F53299 (intptr_t ___0_replay, float ___1_time, int32_t* ___2_commandIndex, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_GetCommandAtTime", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_GetCommandAtTime)(___0_replay, ___1_time, ___2_commandIndex);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_time, ___2_commandIndex);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetBankPath(System.IntPtr,System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetBankPath_mC3A4273A3893723C982ED6075E740236ACC2964B (intptr_t ___0_replay, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_bankPath, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, uint8_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_SetBankPath", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_bankPath' to native representation
uint8_t* ____1_bankPath_marshaled = NULL;
if (___1_bankPath != NULL)
{
____1_bankPath_marshaled = reinterpret_cast<uint8_t*>((___1_bankPath)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_SetBankPath)(___0_replay, ____1_bankPath_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ____1_bankPath_marshaled);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_Start(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_Start_mE383B48766EFE6A6CBB27AFF0BCED473505A9644 (intptr_t ___0_replay, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_Start", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_Start)(___0_replay);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_Stop(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_Stop_m25A1A4F25F9F2766652DB763CB92CB51D19B5CBF (intptr_t ___0_replay, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_Stop", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_Stop)(___0_replay);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SeekToTime(System.IntPtr,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SeekToTime_m73FF5FA117145B30B9C08F3F068FDE537C56A8BF (intptr_t ___0_replay, float ___1_time, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, float);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(float);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_SeekToTime", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_SeekToTime)(___0_replay, ___1_time);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_time);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SeekToCommand(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SeekToCommand_m0E3D4FDDCD12271300965C0252251B168A14D814 (intptr_t ___0_replay, int32_t ___1_commandIndex, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_SeekToCommand", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_SeekToCommand)(___0_replay, ___1_commandIndex);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_commandIndex);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetPaused(System.IntPtr,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetPaused_mD4F6BB75F8D027B40115E80EBBC01EF1F488EF42 (intptr_t ___0_replay, bool* ___1_paused, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_GetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_paused' to native representation
int32_t ____1_paused_empty = 0;
int32_t* ____1_paused_marshaled = &____1_paused_empty;
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_GetPaused)(___0_replay, ____1_paused_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ____1_paused_marshaled);
#endif
// Marshaling of parameter '___1_paused' back from native representation
bool _____1_paused_marshaled_unmarshaled_dereferenced = false;
_____1_paused_marshaled_unmarshaled_dereferenced = static_cast<bool>(*____1_paused_marshaled);
*___1_paused = _____1_paused_marshaled_unmarshaled_dereferenced;
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetPaused(System.IntPtr,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetPaused_m231DDD1819B80EC1922099F904965A4A104A47EB (intptr_t ___0_replay, bool ___1_paused, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + 4;
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_SetPaused", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_SetPaused)(___0_replay, static_cast<int32_t>(___1_paused));
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, static_cast<int32_t>(___1_paused));
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetPlaybackState(System.IntPtr,FMOD.Studio.PLAYBACK_STATE&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetPlaybackState_m5EFA36C232398C11F315051370365FC81CE14D3A (intptr_t ___0_replay, int32_t* ___1_state, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_GetPlaybackState", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_GetPlaybackState)(___0_replay, ___1_state);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_state);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetCurrentCommand(System.IntPtr,System.Int32&,System.Single&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetCurrentCommand_m783495B11AD272FBDD629DBA76E6F022D7FBBBDD (intptr_t ___0_replay, int32_t* ___1_commandIndex, float* ___2_currentTime, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*, float*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*) + sizeof(float*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_GetCurrentCommand", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_GetCurrentCommand)(___0_replay, ___1_commandIndex, ___2_currentTime);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_commandIndex, ___2_currentTime);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_Release(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_Release_m66C5DBA5B036F76E37C9C666D65A2D85C750CB42 (intptr_t ___0_replay, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_Release", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_Release)(___0_replay);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetFrameCallback(System.IntPtr,FMOD.Studio.COMMANDREPLAY_FRAME_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetFrameCallback_mFBBA5792D8ED9971F2A4CB66E992B2E27B01894B (intptr_t ___0_replay, COMMANDREPLAY_FRAME_CALLBACK_t16B00605AE067BEFB859218A1F8ACC59949B70E5* ___1_callback, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_SetFrameCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_callback' to native representation
Il2CppMethodPointer ____1_callback_marshaled = NULL;
____1_callback_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___1_callback));
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_SetFrameCallback)(___0_replay, ____1_callback_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ____1_callback_marshaled);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetLoadBankCallback(System.IntPtr,FMOD.Studio.COMMANDREPLAY_LOAD_BANK_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetLoadBankCallback_mCA1489E0ED125B5D34D34FB4E74B4516607AC9C8 (intptr_t ___0_replay, COMMANDREPLAY_LOAD_BANK_CALLBACK_t4BD509917E57605E11DA3E96FE53C2E6A6D67B71* ___1_callback, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_SetLoadBankCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_callback' to native representation
Il2CppMethodPointer ____1_callback_marshaled = NULL;
____1_callback_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___1_callback));
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_SetLoadBankCallback)(___0_replay, ____1_callback_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ____1_callback_marshaled);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetCreateInstanceCallback(System.IntPtr,FMOD.Studio.COMMANDREPLAY_CREATE_INSTANCE_CALLBACK)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetCreateInstanceCallback_m5FDA49EB67B9B4472F73E7C54999081808DB606B (intptr_t ___0_replay, COMMANDREPLAY_CREATE_INSTANCE_CALLBACK_t566A4FB8AC7199E902FBC56D7EE072847D58EA83* ___1_callback, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, Il2CppMethodPointer);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(void*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_SetCreateInstanceCallback", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___1_callback' to native representation
Il2CppMethodPointer ____1_callback_marshaled = NULL;
____1_callback_marshaled = il2cpp_codegen_marshal_delegate(reinterpret_cast<MulticastDelegate_t*>(___1_callback));
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_SetCreateInstanceCallback)(___0_replay, ____1_callback_marshaled);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ____1_callback_marshaled);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_GetUserData(System.IntPtr,System.IntPtr&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_GetUserData_m273EBF32D9838C6029EB472DC6B99327347E6CFB (intptr_t ___0_replay, intptr_t* ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t*);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_GetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_GetUserData)(___0_replay, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_userdata);
#endif
return returnValue;
}
// FMOD.RESULT FMOD.Studio.CommandReplay::FMOD_Studio_CommandReplay_SetUserData(System.IntPtr,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CommandReplay_FMOD_Studio_CommandReplay_SetUserData_m8A673E517AAC0933E0A11757B868B1861847ADE3 (intptr_t ___0_replay, intptr_t ___1_userdata, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, intptr_t);
#if !FORCE_PINVOKE_INTERNAL && !FORCE_PINVOKE_fmodstudio_INTERNAL
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("fmodstudio"), "FMOD_Studio_CommandReplay_SetUserData", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL || FORCE_PINVOKE_fmodstudio_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(FMOD_Studio_CommandReplay_SetUserData)(___0_replay, ___1_userdata);
#else
int32_t returnValue = il2cppPInvokeFunc(___0_replay, ___1_userdata);
#endif
return returnValue;
}
// System.Void FMOD.Studio.CommandReplay::.ctor(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandReplay__ctor_m9E60808B13329D16E0D9B1452D49C1DC2391CD4B (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public CommandReplay(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public CommandReplay(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_EXTERN_C void CommandReplay__ctor_m9E60808B13329D16E0D9B1452D49C1DC2391CD4B_AdjustorThunk (RuntimeObject* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
CommandReplay__ctor_m9E60808B13329D16E0D9B1452D49C1DC2391CD4B_inline(_thisAdjusted, ___0_ptr, method);
}
// System.Boolean FMOD.Studio.CommandReplay::hasHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandReplay_hasHandle_m3FD356989282F16065AABD0EC59C90FC0C8C5CDA (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public bool hasHandle() { return this.handle != IntPtr.Zero; }
intptr_t L_0 = __this->___handle_0;
intptr_t L_1 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
bool L_2;
L_2 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_0, L_1, NULL);
return L_2;
}
}
IL2CPP_EXTERN_C bool CommandReplay_hasHandle_m3FD356989282F16065AABD0EC59C90FC0C8C5CDA_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
bool _returnValue;
_returnValue = CommandReplay_hasHandle_m3FD356989282F16065AABD0EC59C90FC0C8C5CDA(_thisAdjusted, method);
return _returnValue;
}
// System.Void FMOD.Studio.CommandReplay::clearHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandReplay_clearHandle_m49A7A2AB23364099409E073912E580C84D4DE619 (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
// public void clearHandle() { this.handle = IntPtr.Zero; }
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
__this->___handle_0 = L_0;
// public void clearHandle() { this.handle = IntPtr.Zero; }
return;
}
}
IL2CPP_EXTERN_C void CommandReplay_clearHandle_m49A7A2AB23364099409E073912E580C84D4DE619_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
CommandReplay_clearHandle_m49A7A2AB23364099409E073912E580C84D4DE619(_thisAdjusted, method);
}
// System.Boolean FMOD.Studio.CommandReplay::isValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CommandReplay_isValid_m3560824A986DB0935AB7D0FAF7E5A73F3AC7165F (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, const RuntimeMethod* method)
{
{
// return hasHandle() && FMOD_Studio_CommandReplay_IsValid(this.handle);
bool L_0;
L_0 = CommandReplay_hasHandle_m3FD356989282F16065AABD0EC59C90FC0C8C5CDA(__this, NULL);
if (!L_0)
{
goto IL_0014;
}
}
{
intptr_t L_1 = __this->___handle_0;
bool L_2;
L_2 = CommandReplay_FMOD_Studio_CommandReplay_IsValid_mF3CFE9D41689E89700FD41C16605991B630651F6(L_1, NULL);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool CommandReplay_isValid_m3560824A986DB0935AB7D0FAF7E5A73F3AC7165F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181*>(__this + _offset);
bool _returnValue;
_returnValue = CommandReplay_isValid_m3560824A986DB0935AB7D0FAF7E5A73F3AC7165F(_thisAdjusted, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Sound__ctor_m1E30CE5F7D6814445755A110A36997FB7F9B07B5_inline (Sound_t611D35D3A6810D89699F516BAE0946C3D3C2CCCD* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public Sound(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public Sound(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Channel__ctor_m057E713EB6CB075350FCB422B640AACCFE4F7201_inline (Channel_tFA525CB2BB06CA22015F4BFCD953A583A797F197* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public Channel(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public Channel(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ChannelGroup__ctor_mCB3007BC5EC8F327632F940FD887A361FB3D4036_inline (ChannelGroup_t8AC73DBE8B58D6B23FCF28C45F3322EF457061AD* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public ChannelGroup(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public ChannelGroup(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void SoundGroup__ctor_mCA400B5352119D8BC88B4A65FAC62B0C874936F1_inline (SoundGroup_t5AC9ABF5E0F17567FC300E79F9E10B711676D8BE* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public SoundGroup(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public SoundGroup(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DSP__ctor_mF8DE87E4C00B8B352C4B9EFD487AFB6036C969A4_inline (DSP_t2B1AC37BB23E46F1608C986888576EDAE43E74AD* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public DSP(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public DSP(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void DSPConnection__ctor_m74A08CF744EB299F7D924DC06D28C2CCEE45BA86_inline (DSPConnection_t5B78EB2A376FFF1D801CBAA1D96129C9717549A4* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public DSPConnection(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public DSPConnection(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Geometry__ctor_m314B0455F2188D119CA7310327816B7AB6476DE6_inline (Geometry_t3F57483CF7EA48F533B3447F6944D4BE7141786A* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public Geometry(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public Geometry(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Reverb3D__ctor_m4ABA0D0F7863BF1583995D4FCF632A5829E86885_inline (Reverb3D_tF0969C178FF9ABFF505D00306E7A1D5E677E1F90* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public Reverb3D(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public Reverb3D(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void StringWrapper__ctor_m2AF574E2FFE735EEAAA07A8DA3B7BBB019E7FFC2_inline (StringWrapper_t3224449C9F0E927E27B599C5F209AEF18C549B53* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// nativeUtf8Ptr = ptr;
intptr_t L_0 = ___0_ptr;
__this->___nativeUtf8Ptr_0 = L_0;
// }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ThreadSafeEncoding_InUse_mB64AB936E529210DB70ABD12FFD2221322E98D21_inline (ThreadSafeEncoding_t5578529C7A9534C9BEAA158A7C94C774FDD1AF59* __this, const RuntimeMethod* method)
{
{
// public bool InUse() { return inUse; }
bool L_0 = __this->___inUse_3;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____stringLength_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void System__ctor_m53381AC1F335F9F94B543263E9F1E3F115E0861F_inline (System_t9A51FE13708186A22E9D4454A7EA18347C389FEC* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public System(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public System(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventDescription__ctor_mA6BC19364D9FFE4B78EA8DA6D4A2C450A73B5F35_inline (EventDescription_t2904DB225583633AC5E150B2FF1EA269955FB28C* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public EventDescription(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public EventDescription(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void EventInstance__ctor_m816DEABF8D53C86857C8A1E00F066551BC075773_inline (EventInstance_tB965FE66D8F64AF5ED7084290FED14B1B50B11CF* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public EventInstance(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public EventInstance(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bus__ctor_m7D24131AFE53B7A3A11A8EB6447D471A2914E8A3_inline (Bus_t0858329521D636D685370BE433B68C792F12CB7C* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public Bus(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public Bus(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VCA__ctor_m11C1881E2F34E7A126B3C3CAF5BA3012F0906F10_inline (VCA_t5FBCD56FAEF89AD05DED1A20671D8B5D327C1A98* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public VCA(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public VCA(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bank__ctor_m8F325789AC421678C721C2F67E482E41F19541A5_inline (Bank_t50242D065FC8F72841CEBC3BA826A8CACA567ACA* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public Bank(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public Bank(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CommandReplay__ctor_m9E60808B13329D16E0D9B1452D49C1DC2391CD4B_inline (CommandReplay_t25DD3D9655461AB14C7B88E6ADDD285DEF395181* __this, intptr_t ___0_ptr, const RuntimeMethod* method)
{
{
// public CommandReplay(IntPtr ptr) { this.handle = ptr; }
intptr_t L_0 = ___0_ptr;
__this->___handle_0 = L_0;
// public CommandReplay(IntPtr ptr) { this.handle = ptr; }
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mEBCF994CC3814631017F46A387B1A192ED6C85C7_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, RuntimeObject* ___0_item, const RuntimeMethod* method)
{
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = (int32_t)__this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)__this->____items_1;
V_0 = L_1;
int32_t L_2 = (int32_t)__this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = V_0;
int32_t L_7 = V_1;
RuntimeObject* L_8 = ___0_item;
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (RuntimeObject*)L_8);
return;
}
IL_0034:
{
RuntimeObject* L_9 = ___0_item;
(( void (*) (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D*, RuntimeObject*, const RuntimeMethod*))il2cpp_codegen_get_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 11)))(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 11));
return;
}
}