sound_play method

int sound_play(
  1. Pointer<Sound> self
)

Implementation

int sound_play(
  ffi.Pointer<Sound> self,
) {
  return _sound_play(
    self,
  );
}