sound_replay function

  1. @Native<Int Function(Pointer<Sound>)>(ffi.Pointer<Sound>)>()
int sound_replay(
  1. Pointer<Sound> self
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Pointer<Sound>)>()
external int sound_replay(
  ffi.Pointer<Sound> self,
);