Representation the signal strength over time at various frequencies present in a particular waveform. Created by applying Fast Fourier Transform (FFT) on the overlapping segments of the audio data.
Returns the fully-qualified JavaScript type name for this class (for example, "Component.Camera"). This is a static accessor (no instance required) and returns the same value as the instance getTypeName().
Returns string
Since
Lens Scripting Version 145
getTypeName
getTypeName():string
Returns the name of this object's type.
Returns string
isOfType
isOfType(type:string):boolean
Returns true if the object matches or derives from the passed in type.
Representation the signal strength over time at various frequencies present in a particular waveform. Created by applying Fast Fourier Transform (FFT) on the overlapping segments of the audio data.
Since
Lens Scripting Version 145
Example