ma_sound_set_attenuation_model function

void ma_sound_set_attenuation_model(
  1. Pointer<ma_sound_group> pSound,
  2. ma_attenuation_model attenuationModel
)

Implementation

void ma_sound_set_attenuation_model(
  ffi.Pointer<ma_sound> pSound,
  ma_attenuation_model attenuationModel,
) => _ma_sound_set_attenuation_model(pSound, attenuationModel.value);