sound_replay method

int sound_replay(
  1. Pointer<Sound> self
)

Implementation

int sound_replay(
  ffi.Pointer<Sound> self,
) {
  return _sound_replay(
    self,
  );
}