Changed the delay documentation

This commit is contained in:
Paul Ferrand 2019-11-30 14:41:35 +01:00
parent a2d60609b0
commit bb612e1f4d

View file

@ -209,9 +209,9 @@ struct Region {
*/ */
uint32_t getOffset() noexcept; uint32_t getOffset() noexcept;
/** /**
* @brief Get the region delay in samples * @brief Get the region delay in seconds
* *
* @return uint32_t * @return float
*/ */
float getDelay() noexcept; float getDelay() noexcept;
/** /**