sound_replay function

int sound_replay(
  1. Pointer<Sound> self
)

Implementation

int sound_replay(Pointer<Sound> self) => _sound_replay(self.addr);