FMOD.DSP_PARAMETER_FFT
Type JSONpublic struct in FMOD
Type metadata
- Assembly
Romestead - Namespace
FMOD - Base type
System.ValueType - Hash
3AE90EA0D957A5300D35F8B35376F867305014263ED4AC00591E63301F2B4901
Relationships
Base type
System.ValueType
Fields
| Name | Visibility | Signature |
|---|---|---|
length# | public | public System.Int32 length |
numchannels# | public | public System.Int32 numchannels |
spectrum_internal# | private | private System.IntPtr[] spectrum_internal |
Properties
| Name | Visibility | Signature |
|---|---|---|
spectrum# | public | public System.Single[][] spectrum |
Methods
getSpectrum
#
public System.Void getSpectrum(System.Int32 channel, System.Single[]& buffer)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
2DF39744FA2C8E2F8BFF54CC908905702B4B93179EBE4C4F66DF4F025828EF54 - Body hash
C7B8C8A541D95BE1A8A5DE6E9DBB9D7FF451D73D63520A5AAF302096EE3D3F0F - IL size34
Referenced calls
System.Math::Min(System.Int32, System.Int32)System.Runtime.InteropServices.Marshal::Copy(System.IntPtr, System.Single[], System.Int32, System.Int32)
Called by
getSpectrum
#
public System.Void getSpectrum(System.Single[][]& buffer)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
537E6A2F3748C7807942C4BC27A338EB05FEC679474868D5D7D4B583E847524B - Body hash
8FCC0AA354316BFD463A92FDBAF1363856E3D1D950AC8428388083FAC3BEAD80 - IL size44
Referenced calls
System.Math::Min(System.Int32, System.Int32)FMOD.DSP_PARAMETER_FFT::getSpectrum(System.Int32, System.Single[]&)