sound_play function

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

Implementation

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