sound_get_duration function

  1. @Native<Float Function(Pointer<Sound>)>(ffi.Pointer<Sound>)>()
double sound_get_duration(
  1. Pointer<Sound> self
)

Implementation

@ffi.Native<ffi.Float Function(ffi.Pointer<Sound>)>()
external double sound_get_duration(
  ffi.Pointer<Sound> self,
);