class_audioeffectcompressor.rst 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_AudioEffectCompressor:
  4. AudioEffectCompressor
  5. =====================
  6. **Inherits:** :ref:`AudioEffect<class_audioeffect>` **<** :ref:`Resource<class_resource>` **<** :ref:`Reference<class_reference>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  13. | :ref:`float<class_float>` | :ref:`get_attack_us<class_AudioEffectCompressor_get_attack_us>` **(** **)** const |
  14. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  15. | :ref:`float<class_float>` | :ref:`get_gain<class_AudioEffectCompressor_get_gain>` **(** **)** const |
  16. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  17. | :ref:`float<class_float>` | :ref:`get_mix<class_AudioEffectCompressor_get_mix>` **(** **)** const |
  18. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  19. | :ref:`float<class_float>` | :ref:`get_ratio<class_AudioEffectCompressor_get_ratio>` **(** **)** const |
  20. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  21. | :ref:`float<class_float>` | :ref:`get_release_ms<class_AudioEffectCompressor_get_release_ms>` **(** **)** const |
  22. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  23. | :ref:`String<class_string>` | :ref:`get_sidechain<class_AudioEffectCompressor_get_sidechain>` **(** **)** const |
  24. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  25. | :ref:`float<class_float>` | :ref:`get_treshold<class_AudioEffectCompressor_get_treshold>` **(** **)** const |
  26. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  27. | void | :ref:`set_attack_us<class_AudioEffectCompressor_set_attack_us>` **(** :ref:`float<class_float>` attack_us **)** |
  28. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  29. | void | :ref:`set_gain<class_AudioEffectCompressor_set_gain>` **(** :ref:`float<class_float>` gain **)** |
  30. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  31. | void | :ref:`set_mix<class_AudioEffectCompressor_set_mix>` **(** :ref:`float<class_float>` mix **)** |
  32. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  33. | void | :ref:`set_ratio<class_AudioEffectCompressor_set_ratio>` **(** :ref:`float<class_float>` ratio **)** |
  34. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  35. | void | :ref:`set_release_ms<class_AudioEffectCompressor_set_release_ms>` **(** :ref:`float<class_float>` release_ms **)** |
  36. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  37. | void | :ref:`set_sidechain<class_AudioEffectCompressor_set_sidechain>` **(** :ref:`String<class_string>` sidechain **)** |
  38. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  39. | void | :ref:`set_treshold<class_AudioEffectCompressor_set_treshold>` **(** :ref:`float<class_float>` treshold **)** |
  40. +------------------------------+----------------------------------------------------------------------------------------------------------------------+
  41. Member Variables
  42. ----------------
  43. - :ref:`float<class_float>` **attack_us**
  44. - :ref:`float<class_float>` **gain**
  45. - :ref:`float<class_float>` **mix**
  46. - :ref:`float<class_float>` **ratio**
  47. - :ref:`float<class_float>` **release_ms**
  48. - :ref:`float<class_float>` **sidechain**
  49. - :ref:`float<class_float>` **treshold**
  50. Member Function Description
  51. ---------------------------
  52. .. _class_AudioEffectCompressor_get_attack_us:
  53. - :ref:`float<class_float>` **get_attack_us** **(** **)** const
  54. .. _class_AudioEffectCompressor_get_gain:
  55. - :ref:`float<class_float>` **get_gain** **(** **)** const
  56. .. _class_AudioEffectCompressor_get_mix:
  57. - :ref:`float<class_float>` **get_mix** **(** **)** const
  58. .. _class_AudioEffectCompressor_get_ratio:
  59. - :ref:`float<class_float>` **get_ratio** **(** **)** const
  60. .. _class_AudioEffectCompressor_get_release_ms:
  61. - :ref:`float<class_float>` **get_release_ms** **(** **)** const
  62. .. _class_AudioEffectCompressor_get_sidechain:
  63. - :ref:`String<class_string>` **get_sidechain** **(** **)** const
  64. .. _class_AudioEffectCompressor_get_treshold:
  65. - :ref:`float<class_float>` **get_treshold** **(** **)** const
  66. .. _class_AudioEffectCompressor_set_attack_us:
  67. - void **set_attack_us** **(** :ref:`float<class_float>` attack_us **)**
  68. .. _class_AudioEffectCompressor_set_gain:
  69. - void **set_gain** **(** :ref:`float<class_float>` gain **)**
  70. .. _class_AudioEffectCompressor_set_mix:
  71. - void **set_mix** **(** :ref:`float<class_float>` mix **)**
  72. .. _class_AudioEffectCompressor_set_ratio:
  73. - void **set_ratio** **(** :ref:`float<class_float>` ratio **)**
  74. .. _class_AudioEffectCompressor_set_release_ms:
  75. - void **set_release_ms** **(** :ref:`float<class_float>` release_ms **)**
  76. .. _class_AudioEffectCompressor_set_sidechain:
  77. - void **set_sidechain** **(** :ref:`String<class_string>` sidechain **)**
  78. .. _class_AudioEffectCompressor_set_treshold:
  79. - void **set_treshold** **(** :ref:`float<class_float>` treshold **)**