sound_play function

int sound_play(
  1. Pointer<Sound> self
)

Implementation

int sound_play(Pointer<Sound> self) => _sound_play(self.addr);