encoded_sound_data_set_looped function
Implementation
int encoded_sound_data_set_looped(
Pointer<EncodedSoundData> self, bool value, int delay_ms) =>
_encoded_sound_data_set_looped(self.addr, value ? 1 : 0, delay_ms);
int encoded_sound_data_set_looped(
Pointer<EncodedSoundData> self, bool value, int delay_ms) =>
_encoded_sound_data_set_looped(self.addr, value ? 1 : 0, delay_ms);