unreal.FFTSize

class unreal.FFTSize

Bases: EnumBase

EFFTSize

C++ Source:

  • Module: Engine

  • File: SoundSubmix.h

DEFAULT_SIZE: FFTSize = Ellipsis

512

Type:

0

LARGE: FFTSize = Ellipsis

1024

Type:

4

MAX: FFTSize = Ellipsis

4096

Type:

6

MEDIUM: FFTSize = Ellipsis

512

Type:

3

MIN: FFTSize = Ellipsis

64

Type:

1

SMALL: FFTSize = Ellipsis

256

Type:

2

VERY_LARGE: FFTSize = Ellipsis

2048

Type:

5