fadeIn method

int fadeIn(
  1. int loops,
  2. int ms
)

Implementation

int fadeIn(int loops, int ms) {
  // 2076
  return mixFadeInMusic(this, loops, ms);
}